Class InstallMode
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallMode
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InstallModeBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InstallMode extends Object implements io.fabric8.kubernetes.api.builder.Editable<InstallModeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
InstallMode associates an InstallModeType with a flag representing if the CSV supports it- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstallMode()No args constructor for use in serializationInstallMode(Boolean supported, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallModeBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetSupported()InstallMode associates an InstallModeType with a flag representing if the CSV supports itStringgetType()InstallMode associates an InstallModeType with a flag representing if the CSV supports itvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetSupported(Boolean supported)InstallMode associates an InstallModeType with a flag representing if the CSV supports itvoidsetType(String type)InstallMode associates an InstallModeType with a flag representing if the CSV supports itInstallModeBuildertoBuilder()
-
-
-
Method Detail
-
getSupported
public Boolean getSupported()
InstallMode associates an InstallModeType with a flag representing if the CSV supports it
-
setSupported
public void setSupported(Boolean supported)
InstallMode associates an InstallModeType with a flag representing if the CSV supports it
-
getType
public String getType()
InstallMode associates an InstallModeType with a flag representing if the CSV supports it
-
setType
public void setType(String type)
InstallMode associates an InstallModeType with a flag representing if the CSV supports it
-
edit
public InstallModeBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InstallModeBuilder>
-
toBuilder
public InstallModeBuilder toBuilder()
-
-