Package org.cdk8s.plus28.k8s
Interface ParamKindV1Alpha1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ParamKindV1Alpha1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.837Z") @Stability(Stable) public interface ParamKindV1Alpha1 extends software.amazon.jsii.JsiiSerializable
ParamKind is a tuple of Group Kind and Version.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParamKindV1Alpha1.BuilderA builder forParamKindV1Alpha1static classParamKindV1Alpha1.Jsii$ProxyAn implementation forParamKindV1Alpha1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ParamKindV1Alpha1.Builderbuilder()default StringgetApiVersion()APIVersion is the API group version the resources belong to.default StringgetKind()Kind is the API kind the resources belong to.
-
-
-
Method Detail
-
getApiVersion
@Stability(Stable) @Nullable default String getApiVersion()
APIVersion is the API group version the resources belong to.In format of "group/version". Required.
-
getKind
@Stability(Stable) @Nullable default String getKind()
Kind is the API kind the resources belong to.Required.
-
builder
@Stability(Stable) static ParamKindV1Alpha1.Builder builder()
- Returns:
- a
ParamKindV1Alpha1.BuilderofParamKindV1Alpha1
-
-