Class StrategyDetailsDeployment
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.StrategyDetailsDeployment
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StrategyDetailsDeploymentBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StrategyDetailsDeployment extends Object implements io.fabric8.kubernetes.api.builder.Editable<StrategyDetailsDeploymentBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StrategyDetailsDeployment()No args constructor for use in serializationStrategyDetailsDeployment(List<StrategyDeploymentPermissions> clusterPermissions, List<StrategyDeploymentSpec> deployments, List<StrategyDeploymentPermissions> permissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrategyDetailsDeploymentBuilderedit()Map<String,Object>getAdditionalProperties()List<StrategyDeploymentPermissions>getClusterPermissions()StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.List<StrategyDeploymentSpec>getDeployments()StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.List<StrategyDeploymentPermissions>getPermissions()StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClusterPermissions(List<StrategyDeploymentPermissions> clusterPermissions)StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.voidsetDeployments(List<StrategyDeploymentSpec> deployments)StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.voidsetPermissions(List<StrategyDeploymentPermissions> permissions)StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.StrategyDetailsDeploymentBuildertoBuilder()
-
-
-
Constructor Detail
-
StrategyDetailsDeployment
public StrategyDetailsDeployment()
No args constructor for use in serialization
-
StrategyDetailsDeployment
public StrategyDetailsDeployment(List<StrategyDeploymentPermissions> clusterPermissions, List<StrategyDeploymentSpec> deployments, List<StrategyDeploymentPermissions> permissions)
-
-
Method Detail
-
getClusterPermissions
public List<StrategyDeploymentPermissions> getClusterPermissions()
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.
-
setClusterPermissions
public void setClusterPermissions(List<StrategyDeploymentPermissions> clusterPermissions)
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.
-
getDeployments
public List<StrategyDeploymentSpec> getDeployments()
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.
-
setDeployments
public void setDeployments(List<StrategyDeploymentSpec> deployments)
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.
-
getPermissions
public List<StrategyDeploymentPermissions> getPermissions()
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.
-
setPermissions
public void setPermissions(List<StrategyDeploymentPermissions> permissions)
StrategyDetailsDeployment represents the parsed details of a Deployment InstallStrategy.
-
edit
public StrategyDetailsDeploymentBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StrategyDetailsDeploymentBuilder>
-
toBuilder
public StrategyDetailsDeploymentBuilder toBuilder()
-
-