Class KubeReplicaSetProps.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • metadata

        @Stability(Stable)
        public KubeReplicaSetProps.Builder metadata​(ObjectMeta metadata)
        Parameters:
        metadata - If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. 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 KubeReplicaSetProps.Builder spec​(ReplicaSetSpec spec)
        Parameters:
        spec - Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
        Returns:
        this