Class KubeRuntimeClassProps.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getHandler

        public final String getHandler()
        Description copied from interface: KubeRuntimeClassProps
        Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class.

        The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.

        Specified by:
        getHandler in interface KubeRuntimeClassProps
      • getOverhead

        public final Overhead getOverhead()
        Description copied from interface: KubeRuntimeClassProps
        Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.

        For more details, see https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/

        Specified by:
        getOverhead in interface KubeRuntimeClassProps
      • getScheduling

        public final Scheduling getScheduling()
        Description copied from interface: KubeRuntimeClassProps
        Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it.

        If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.

        Specified by:
        getScheduling in interface KubeRuntimeClassProps
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object