Class InstallMode
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallMode
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class InstallMode extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- 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 Map<String,Object>getAdditionalProperties()BooleangetSupported()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetSupported(Boolean supported)voidsetType(String type)
-