Package org.cdk8s.plus24.k8s
Interface LocalObjectReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LocalObjectReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.585Z") @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 class
LocalObjectReference.Builder
A builder forLocalObjectReference
static class
LocalObjectReference.Jsii$Proxy
An implementation forLocalObjectReference
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LocalObjectReference.Builder
builder()
default String
getName()
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.Builder
ofLocalObjectReference
-
-