Class PodSchedulingContextPatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.resource.v1alpha2.PodSchedulingContextPatchArgs.Builder
-
- Enclosing class:
- PodSchedulingContextPatchArgs
public static final class PodSchedulingContextPatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PodSchedulingContextPatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodSchedulingContextPatchArgs.Builder
apiVersion(com.pulumi.core.Output<java.lang.String> apiVersion)
PodSchedulingContextPatchArgs.Builder
apiVersion(java.lang.String apiVersion)
PodSchedulingContextPatchArgs
build()
PodSchedulingContextPatchArgs.Builder
kind(com.pulumi.core.Output<java.lang.String> kind)
PodSchedulingContextPatchArgs.Builder
kind(java.lang.String kind)
PodSchedulingContextPatchArgs.Builder
metadata(com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
PodSchedulingContextPatchArgs.Builder
metadata(ObjectMetaPatchArgs metadata)
PodSchedulingContextPatchArgs.Builder
spec(com.pulumi.core.Output<PodSchedulingContextSpecPatchArgs> spec)
PodSchedulingContextPatchArgs.Builder
spec(PodSchedulingContextSpecPatchArgs spec)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PodSchedulingContextPatchArgs defaults)
-
-
Method Detail
-
apiVersion
public PodSchedulingContextPatchArgs.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 PodSchedulingContextPatchArgs.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 PodSchedulingContextPatchArgs.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 PodSchedulingContextPatchArgs.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 PodSchedulingContextPatchArgs.Builder metadata(@Nullable com.pulumi.core.Output<ObjectMetaPatchArgs> metadata)
- Parameters:
metadata
- Standard object metadata- Returns:
- builder
-
metadata
public PodSchedulingContextPatchArgs.Builder metadata(ObjectMetaPatchArgs metadata)
- Parameters:
metadata
- Standard object metadata- Returns:
- builder
-
spec
public PodSchedulingContextPatchArgs.Builder spec(@Nullable com.pulumi.core.Output<PodSchedulingContextSpecPatchArgs> spec)
- Parameters:
spec
- Spec describes where resources for the Pod are needed.- Returns:
- builder
-
spec
public PodSchedulingContextPatchArgs.Builder spec(PodSchedulingContextSpecPatchArgs spec)
- Parameters:
spec
- Spec describes where resources for the Pod are needed.- Returns:
- builder
-
build
public PodSchedulingContextPatchArgs build()
-
-