Class ResourceClass

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class ResourceClass
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    ResourceClass is used by administrators to influence how resources are allocated.


    This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

    • Constructor Detail

      • ResourceClass

        public ResourceClass()
    • Method Detail

      • getApiVersion

        public java.lang.String getApiVersion()
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • getDriverName

        @NonNull
        public @NonNull java.lang.String getDriverName()
        DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.


        Resource drivers have a unique name in forward domain order (acme.example.com).

      • getKind

        public java.lang.String getKind()
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • setApiVersion

        public void setApiVersion​(java.lang.String apiVersion)
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • setDriverName

        public void setDriverName​(@NonNull
                                  @NonNull java.lang.String driverName)
        DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.


        Resource drivers have a unique name in forward domain order (acme.example.com).

      • setKind

        public void setKind​(java.lang.String kind)
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • setMetadata

        public void setMetadata​(ObjectMeta metadata)
      • setSuitableNodes

        public void setSuitableNodes​(NodeSelector suitableNodes)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object