Package org.cdk8s.plus28.k8s
Interface ParamKindV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ParamKindV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.837Z") @Stability(Stable) public interface ParamKindV1Beta1 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 classParamKindV1Beta1.BuilderA builder forParamKindV1Beta1static classParamKindV1Beta1.Jsii$ProxyAn implementation forParamKindV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ParamKindV1Beta1.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 ParamKindV1Beta1.Builder builder()
- Returns:
- a
ParamKindV1Beta1.BuilderofParamKindV1Beta1
-
-