Package org.cdk8s.plus25.k8s
Interface CrossVersionObjectReference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CrossVersionObjectReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.486Z") @Stability(Stable) public interface CrossVersionObjectReference extends software.amazon.jsii.JsiiSerializable
CrossVersionObjectReference contains enough information to let you identify the referred resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCrossVersionObjectReference.BuilderA builder forCrossVersionObjectReferencestatic classCrossVersionObjectReference.Jsii$ProxyAn implementation forCrossVersionObjectReference
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CrossVersionObjectReference.Builderbuilder()default StringgetApiVersion()API version of the referent.StringgetKind()Kind of the referent;StringgetName()Name of the referent;
-
-
-
Method Detail
-
getKind
@Stability(Stable) @NotNull String getKind()
Kind of the referent;More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
-
getName
@Stability(Stable) @NotNull String getName()
Name of the referent;More info: http://kubernetes.io/docs/user-guide/identifiers#names
-
getApiVersion
@Stability(Stable) @Nullable default String getApiVersion()
API version of the referent.
-
builder
@Stability(Stable) static CrossVersionObjectReference.Builder builder()
-
-