Package com.pulumi.kubernetes.core.v1
Class ReplicationControllerPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.ReplicationControllerPatchArgs.Builder
-
- Enclosing class:
- ReplicationControllerPatchArgs
public static final class ReplicationControllerPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ReplicationControllerPatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicationControllerPatchArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
ReplicationControllerPatchArgs.Builder
apiVersion(java.lang.String apiVersion)
ReplicationControllerPatchArgs
build()
ReplicationControllerPatchArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
ReplicationControllerPatchArgs.Builder
kind(java.lang.String kind)
ReplicationControllerPatchArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
ReplicationControllerPatchArgs.Builder
metadata(ObjectMetaPatchArgs metadata)
ReplicationControllerPatchArgs.Builder
spec(com.pulumi.core.Output<ReplicationControllerSpecPatchArgs> spec)
ReplicationControllerPatchArgs.Builder
spec(ReplicationControllerSpecPatchArgs spec)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ReplicationControllerPatchArgs defaults)
-
-
Method Detail
-
apiVersion
public ReplicationControllerPatchArgs.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 ReplicationControllerPatchArgs.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 ReplicationControllerPatchArgs.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 ReplicationControllerPatchArgs.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 ReplicationControllerPatchArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
- Parameters:
metadata
- If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
metadata
public ReplicationControllerPatchArgs.Builder metadata(ObjectMetaPatchArgs metadata)
- Parameters:
metadata
- If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
- builder
-
spec
public ReplicationControllerPatchArgs.Builder spec(@Nullable com.pulumi.core.Output<ReplicationControllerSpecPatchArgs> spec)
- Parameters:
spec
- Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
spec
public ReplicationControllerPatchArgs.Builder spec(ReplicationControllerSpecPatchArgs spec)
- Parameters:
spec
- Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status- Returns:
- builder
-
build
public ReplicationControllerPatchArgs build()
-
-