Package org.cdk8s.plus28.k8s
Interface ParentReferenceV1Alpha1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ParentReferenceV1Alpha1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.838Z") @Stability(Stable) public interface ParentReferenceV1Alpha1 extends software.amazon.jsii.JsiiSerializable
ParentReference describes a reference to a parent object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParentReferenceV1Alpha1.BuilderA builder forParentReferenceV1Alpha1static classParentReferenceV1Alpha1.Jsii$ProxyAn implementation forParentReferenceV1Alpha1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ParentReferenceV1Alpha1.Builderbuilder()default StringgetGroup()Group is the group of the object being referenced.default StringgetName()Name is the name of the object being referenced.default StringgetNamespace()Namespace is the namespace of the object being referenced.default StringgetResource()Resource is the resource of the object being referenced.default StringgetUid()UID is the uid of the object being referenced.
-
-
-
Method Detail
-
getGroup
@Stability(Stable) @Nullable default String getGroup()
Group is the group of the object being referenced.
-
getName
@Stability(Stable) @Nullable default String getName()
Name is the name of the object being referenced.
-
getNamespace
@Stability(Stable) @Nullable default String getNamespace()
Namespace is the namespace of the object being referenced.
-
getResource
@Stability(Stable) @Nullable default String getResource()
Resource is the resource of the object being referenced.
-
getUid
@Stability(Stable) @Nullable default String getUid()
UID is the uid of the object being referenced.
-
builder
@Stability(Stable) static ParentReferenceV1Alpha1.Builder builder()
- Returns:
- a
ParentReferenceV1Alpha1.BuilderofParentReferenceV1Alpha1
-
-