Class StructuredResourceHandle

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<StructuredResourceHandleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class StructuredResourceHandle
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StructuredResourceHandleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    StructuredResourceHandle is the in-tree representation of the allocation result.
    See Also:
    Serialized Form
    • Constructor Detail

      • StructuredResourceHandle

        public StructuredResourceHandle()
        No args constructor for use in serialization
    • Method Detail

      • getNodeName

        public String getNodeName()
        NodeName is the name of the node providing the necessary resources if the resources are local to a node.
      • setNodeName

        public void setNodeName​(String nodeName)
        NodeName is the name of the node providing the necessary resources if the resources are local to a node.
      • getVendorClaimParameters

        public Object getVendorClaimParameters()
        StructuredResourceHandle is the in-tree representation of the allocation result.
      • setVendorClaimParameters

        public void setVendorClaimParameters​(Object vendorClaimParameters)
        StructuredResourceHandle is the in-tree representation of the allocation result.
      • getVendorClassParameters

        public Object getVendorClassParameters()
        StructuredResourceHandle is the in-tree representation of the allocation result.
      • setVendorClassParameters

        public void setVendorClassParameters​(Object vendorClassParameters)
        StructuredResourceHandle is the in-tree representation of the allocation result.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)