Class KubernetesSchema


  • public class KubernetesSchema
    extends Object
    Kubernetes Compute Schema.
    • Constructor Detail

      • KubernetesSchema

        public KubernetesSchema()
    • Method Detail

      • properties

        public KubernetesProperties properties()
        Get the properties property: Properties of Kubernetes.
        Returns:
        the properties value.
      • withProperties

        public KubernetesSchema withProperties​(KubernetesProperties properties)
        Set the properties property: Properties of Kubernetes.
        Parameters:
        properties - the properties value to set.
        Returns:
        the KubernetesSchema object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.