Class IngressPatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.networking.v1.IngressPatchArgs
-
public final class IngressPatchArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IngressPatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static IngressPatchArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
apiVersion()
static IngressPatchArgs.Builder
builder()
static IngressPatchArgs.Builder
builder(IngressPatchArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kind()
java.util.Optional<com.pulumi.core.Output<ObjectMetaPatchArgs>>
metadata()
java.util.Optional<com.pulumi.core.Output<IngressSpecPatchArgs>>
spec()
-
-
-
Field Detail
-
Empty
public static final IngressPatchArgs Empty
-
-
Method Detail
-
apiVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> apiVersion()
- Returns:
- 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
-
kind
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kind()
- Returns:
- 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
-
metadata
public java.util.Optional<com.pulumi.core.Output<ObjectMetaPatchArgs>> metadata()
- Returns:
- Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
spec
public java.util.Optional<com.pulumi.core.Output<IngressSpecPatchArgs>> spec()
- Returns:
- spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
public static IngressPatchArgs.Builder builder()
-
builder
public static IngressPatchArgs.Builder builder(IngressPatchArgs defaults)
-
-