Package org.cdk8s.plus25.k8s
Interface LocalObjectReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LocalObjectReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.732Z") @Stability(Stable) public interface LocalObjectReference extends software.amazon.jsii.JsiiSerializable
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocalObjectReference.BuilderA builder forLocalObjectReferencestatic classLocalObjectReference.Jsii$ProxyAn implementation forLocalObjectReference
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LocalObjectReference.Builderbuilder()default StringgetName()Name of the referent.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default String getName()
Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
-
builder
@Stability(Stable) static LocalObjectReference.Builder builder()
- Returns:
- a
LocalObjectReference.BuilderofLocalObjectReference
-
-