Class StorageStateSpecResource
- java.lang.Object
-
- io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1.StorageStateSpecResource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StorageStateSpecResourceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StorageStateSpecResource extends Object implements io.fabric8.kubernetes.api.builder.Editable<StorageStateSpecResourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
The resource this storageState is about.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageStateSpecResource()No args constructor for use in serializationStorageStateSpecResource(String group, String resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageStateSpecResourceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetGroup()The name of the group.StringgetResource()The name of the resource.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGroup(String group)The name of the group.voidsetResource(String resource)The name of the resource.StorageStateSpecResourceBuildertoBuilder()
-
-
-
Method Detail
-
getGroup
public String getGroup()
The name of the group.
-
setGroup
public void setGroup(String group)
The name of the group.
-
getResource
public String getResource()
The name of the resource.
-
setResource
public void setResource(String resource)
The name of the resource.
-
edit
public StorageStateSpecResourceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StorageStateSpecResourceBuilder>
-
toBuilder
public StorageStateSpecResourceBuilder toBuilder()
-
-