Package org.cdk8s.plus28.k8s
Interface ResourceClaimParametersReferenceV1Alpha2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ResourceClaimParametersReferenceV1Alpha2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.858Z") @Stability(Stable) public interface ResourceClaimParametersReferenceV1Alpha2 extends software.amazon.jsii.JsiiSerializable
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim.The object must be in the same namespace as the ResourceClaim.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceClaimParametersReferenceV1Alpha2.BuilderA builder forResourceClaimParametersReferenceV1Alpha2static classResourceClaimParametersReferenceV1Alpha2.Jsii$ProxyAn implementation forResourceClaimParametersReferenceV1Alpha2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ResourceClaimParametersReferenceV1Alpha2.Builderbuilder()default StringgetApiGroup()APIGroup is the group for the resource being referenced.StringgetKind()Kind is the type of resource being referenced.StringgetName()Name is the name of resource being referenced.
-
-
-
Method Detail
-
getKind
@Stability(Stable) @NotNull String getKind()
Kind is the type of resource being referenced.This is the same value as in the parameter object's metadata, for example "ConfigMap".
-
getName
@Stability(Stable) @NotNull String getName()
Name is the name of resource being referenced.
-
getApiGroup
@Stability(Stable) @Nullable default String getApiGroup()
APIGroup is the group for the resource being referenced.It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
-
builder
@Stability(Stable) static ResourceClaimParametersReferenceV1Alpha2.Builder builder()
-
-