Class InventoryEntry
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.InventoryEntry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InventoryEntryBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InventoryEntry extends Object implements io.fabric8.kubernetes.api.builder.Editable<InventoryEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
InventoryEntry maintains a reference to a custom resource consumed by a clusterpool to customize the cluster deployment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InventoryEntry()No args constructor for use in serializationInventoryEntry(String kind, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InventoryEntryBuilderedit()Map<String,Object>getAdditionalProperties()StringgetKind()Kind denotes the kind of the referenced resource.StringgetName()Name is the name of the referenced resource.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetKind(String kind)Kind denotes the kind of the referenced resource.voidsetName(String name)Name is the name of the referenced resource.InventoryEntryBuildertoBuilder()
-
-
-
Method Detail
-
getKind
public String getKind()
Kind denotes the kind of the referenced resource. The default is ClusterDeploymentCustomization, which is also currently the only supported value.
-
setKind
public void setKind(String kind)
Kind denotes the kind of the referenced resource. The default is ClusterDeploymentCustomization, which is also currently the only supported value.
-
getName
public String getName()
Name is the name of the referenced resource.
-
setName
public void setName(String name)
Name is the name of the referenced resource.
-
edit
public InventoryEntryBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InventoryEntryBuilder>
-
toBuilder
public InventoryEntryBuilder toBuilder()
-
-