Package com.pulumi.kubernetes.apps.v1
Class ReplicaSetPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.apps.v1.ReplicaSetPatchArgs.Builder
-
- Enclosing class:
- ReplicaSetPatchArgs
public static final class ReplicaSetPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ReplicaSetPatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicaSetPatchArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
ReplicaSetPatchArgs.Builder
apiVersion(java.lang.String apiVersion)
ReplicaSetPatchArgs
build()
ReplicaSetPatchArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
ReplicaSetPatchArgs.Builder
kind(java.lang.String kind)
ReplicaSetPatchArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
ReplicaSetPatchArgs.Builder
metadata(ObjectMetaPatchArgs metadata)
ReplicaSetPatchArgs.Builder
spec(com.pulumi.core.Output<ReplicaSetSpecPatchArgs> spec)
ReplicaSetPatchArgs.Builder
spec(ReplicaSetSpecPatchArgs spec)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ReplicaSetPatchArgs defaults)
-
-
Method Detail
-
apiVersion
public ReplicaSetPatchArgs.Builder apiVersion(@Nullable com.pulumi.core.Output<java.lang.String> apiVersion)
- Parameters:
apiVersion
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- builder
-
apiVersion
public ReplicaSetPatchArgs.Builder apiVersion(java.lang.String apiVersion)
- Parameters:
apiVersion
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Returns:
- builder
-
kind
public ReplicaSetPatchArgs.Builder kind(@Nullable com.pulumi.core.Output<java.lang.String> kind)
- Parameters:
kind
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- builder
-
kind
public ReplicaSetPatchArgs.Builder kind(java.lang.String kind)
- Parameters:
kind
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
- builder
-
metadata
public ReplicaSetPatchArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaPatchArgs> 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:
- builder
-
metadata
public ReplicaSetPatchArgs.Builder metadata(ObjectMetaPatchArgs 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:
- builder
-
spec
public ReplicaSetPatchArgs.Builder spec(@Nullable com.pulumi.core.Output<ReplicaSetSpecPatchArgs> 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:
- builder
-
spec
public ReplicaSetPatchArgs.Builder spec(ReplicaSetSpecPatchArgs 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:
- builder
-
build
public ReplicaSetPatchArgs build()
-
-