Class ParentReference
- java.lang.Object
-
- com.pulumi.kubernetes.networking.v1alpha1.outputs.ParentReference
-
public final class ParentReference extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParentReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParentReference.Builder
builder()
static ParentReference.Builder
builder(ParentReference defaults)
java.util.Optional<java.lang.String>
group()
java.util.Optional<java.lang.String>
name()
java.util.Optional<java.lang.String>
namespace()
java.util.Optional<java.lang.String>
resource()
java.util.Optional<java.lang.String>
uid()
-
-
-
Method Detail
-
group
public java.util.Optional<java.lang.String> group()
- Returns:
- Group is the group of the object being referenced.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Name is the name of the object being referenced.
-
namespace
public java.util.Optional<java.lang.String> namespace()
- Returns:
- Namespace is the namespace of the object being referenced.
-
resource
public java.util.Optional<java.lang.String> resource()
- Returns:
- Resource is the resource of the object being referenced.
-
uid
public java.util.Optional<java.lang.String> uid()
- Returns:
- UID is the uid of the object being referenced.
-
builder
public static ParentReference.Builder builder()
-
builder
public static ParentReference.Builder builder(ParentReference defaults)
-
-