Class KubeScaleProps.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • metadata

        @Stability(Stable)
        public KubeScaleProps.Builder metadata​(ObjectMeta metadata)
        Parameters:
        metadata - Standard object metadata;. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
        Returns:
        this
      • spec

        @Stability(Stable)
        public KubeScaleProps.Builder spec​(ScaleSpec spec)
        Sets the value of KubeScaleProps.getSpec()
        Parameters:
        spec - defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
        Returns:
        this