Package org.cdk8s
Interface GroupVersionKind
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupVersionKind.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-26T00:09:02.960Z") @Stability(Stable) public interface GroupVersionKind extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GroupVersionKind.Builder
A builder forGroupVersionKind
static class
GroupVersionKind.Jsii$Proxy
An implementation forGroupVersionKind
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GroupVersionKind.Builder
builder()
String
getApiVersion()
The object's API version (e.g.String
getKind()
The object kind.
-
-
-
Method Detail
-
getApiVersion
@Stability(Stable) @NotNull String getApiVersion()
The object's API version (e.g. `authorization.k8s.io/v1`).
-
getKind
@Stability(Stable) @NotNull String getKind()
The object kind.
-
builder
@Stability(Stable) static GroupVersionKind.Builder builder()
- Returns:
- a
GroupVersionKind.Builder
ofGroupVersionKind
-
-