Class NodeSlicePoolStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.NodeSlicePoolStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NodeSlicePoolStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NodeSlicePoolStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<NodeSlicePoolStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NodeSlicePoolStatus defines the desired state of NodeSlicePool- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeSlicePoolStatus()No args constructor for use in serializationNodeSlicePoolStatus(List<NodeSlicePoolStatusAllocations> allocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeSlicePoolStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<NodeSlicePoolStatusAllocations>getAllocations()Allocations holds the allocations of nodes to slicesvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAllocations(List<NodeSlicePoolStatusAllocations> allocations)Allocations holds the allocations of nodes to slicesNodeSlicePoolStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
NodeSlicePoolStatus
public NodeSlicePoolStatus()
No args constructor for use in serialization
-
NodeSlicePoolStatus
public NodeSlicePoolStatus(List<NodeSlicePoolStatusAllocations> allocations)
-
-
Method Detail
-
getAllocations
public List<NodeSlicePoolStatusAllocations> getAllocations()
Allocations holds the allocations of nodes to slices
-
setAllocations
public void setAllocations(List<NodeSlicePoolStatusAllocations> allocations)
Allocations holds the allocations of nodes to slices
-
edit
public NodeSlicePoolStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NodeSlicePoolStatusBuilder>
-
toBuilder
public NodeSlicePoolStatusBuilder toBuilder()
-
-