Class LocalObjectReferencePatch
- java.lang.Object
-
- com.pulumi.kubernetes.core.v1.outputs.LocalObjectReferencePatch
-
public final class LocalObjectReferencePatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocalObjectReferencePatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalObjectReferencePatch.Builder
builder()
static LocalObjectReferencePatch.Builder
builder(LocalObjectReferencePatch defaults)
java.util.Optional<java.lang.String>
name()
-
-
-
Method Detail
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
-
builder
public static LocalObjectReferencePatch.Builder builder()
-
builder
public static LocalObjectReferencePatch.Builder builder(LocalObjectReferencePatch defaults)
-
-