Package org.cdk8s.plus24.k8s
Interface CrossVersionObjectReferenceV2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CrossVersionObjectReferenceV2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.367Z") @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 class
CrossVersionObjectReferenceV2.Builder
A builder forCrossVersionObjectReferenceV2
static class
CrossVersionObjectReferenceV2.Jsii$Proxy
An implementation forCrossVersionObjectReferenceV2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CrossVersionObjectReferenceV2.Builder
builder()
default String
getApiVersion()
API version of the referent.String
getKind()
Kind of the referent;String
getName()
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 CrossVersionObjectReferenceV2.Builder builder()
-
-