Class DeploymentArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.apps.v1beta1.inputs.DeploymentArgs.Builder
-
- Enclosing class:
- DeploymentArgs
public static final class DeploymentArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DeploymentArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
DeploymentArgs.Builder
apiVersion(java.lang.String apiVersion)
DeploymentArgs
build()
DeploymentArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
DeploymentArgs.Builder
kind(java.lang.String kind)
DeploymentArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaArgs> metadata)
DeploymentArgs.Builder
metadata(ObjectMetaArgs metadata)
DeploymentArgs.Builder
spec(com.pulumi.core.Output<DeploymentSpecArgs> spec)
DeploymentArgs.Builder
spec(DeploymentSpecArgs spec)
DeploymentArgs.Builder
status(com.pulumi.core.Output<DeploymentStatusArgs> status)
DeploymentArgs.Builder
status(DeploymentStatusArgs status)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DeploymentArgs defaults)
-
-
Method Detail
-
apiVersion
public DeploymentArgs.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 DeploymentArgs.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 DeploymentArgs.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 DeploymentArgs.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 DeploymentArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaArgs> metadata)
- Parameters:
metadata
- Standard object metadata.- Returns:
- builder
-
metadata
public DeploymentArgs.Builder metadata(ObjectMetaArgs metadata)
- Parameters:
metadata
- Standard object metadata.- Returns:
- builder
-
spec
public DeploymentArgs.Builder spec(@Nullable com.pulumi.core.Output<DeploymentSpecArgs> spec)
- Parameters:
spec
- Specification of the desired behavior of the Deployment.- Returns:
- builder
-
spec
public DeploymentArgs.Builder spec(DeploymentSpecArgs spec)
- Parameters:
spec
- Specification of the desired behavior of the Deployment.- Returns:
- builder
-
status
public DeploymentArgs.Builder status(@Nullable com.pulumi.core.Output<DeploymentStatusArgs> status)
- Parameters:
status
- Most recently observed status of the Deployment.- Returns:
- builder
-
status
public DeploymentArgs.Builder status(DeploymentStatusArgs status)
- Parameters:
status
- Most recently observed status of the Deployment.- Returns:
- builder
-
build
public DeploymentArgs build()
-
-