Package org.cdk8s.plus28.k8s
Interface CrossVersionObjectReferenceV2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CrossVersionObjectReferenceV2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.663Z") @Stability(Stable) public interface CrossVersionObjectReferenceV2 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 classCrossVersionObjectReferenceV2.BuilderA builder forCrossVersionObjectReferenceV2static classCrossVersionObjectReferenceV2.Jsii$ProxyAn implementation forCrossVersionObjectReferenceV2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CrossVersionObjectReferenceV2.Builderbuilder()default StringgetApiVersion()apiVersion is the API version of the referent.StringgetKind()kind is the kind of the referent;StringgetName()name is the name of the referent;
-
-
-
Method Detail
-
getKind
@Stability(Stable) @NotNull String getKind()
kind is the 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 is the name of the referent;More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
-
getApiVersion
@Stability(Stable) @Nullable default String getApiVersion()
apiVersion is the API version of the referent.
-
builder
@Stability(Stable) static CrossVersionObjectReferenceV2.Builder builder()
-
-