Class KubeNodeProps.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • metadata

        @Stability(Stable)
        public KubeNodeProps.Builder metadata​(ObjectMeta metadata)
        Sets the value of KubeNodeProps.getMetadata()
        Parameters:
        metadata - Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
        Returns:
        this
      • spec

        @Stability(Stable)
        public KubeNodeProps.Builder spec​(NodeSpec spec)
        Sets the value of KubeNodeProps.getSpec()
        Parameters:
        spec - Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
        Returns:
        this