Package org.cdk8s.plus24
Class IApiResource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.IApiResource.Jsii$Proxy
-
- All Implemented Interfaces:
IApiResource
,IApiResource.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IApiResource
@Internal public static final class IApiResource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IApiResource.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IApiResource
IApiResource.Jsii$Default, IApiResource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApiGroup()
The group portion of the API version (e.g.String
getResourceName()
The unique, namespace-global, name of an object inside the Kubernetes cluster.String
getResourceType()
The name of a resource type as it appears in the relevant API endpoint.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getApiGroup
@Stability(Stable) @NotNull public final String getApiGroup()
The group portion of the API version (e.g. `authorization.k8s.io`).- Specified by:
getApiGroup
in interfaceIApiResource
- Specified by:
getApiGroup
in interfaceIApiResource.Jsii$Default
-
getResourceType
@Stability(Stable) @NotNull public final String getResourceType()
The name of a resource type as it appears in the relevant API endpoint.Example:
- "pods" or "pods/log"
- Specified by:
getResourceType
in interfaceIApiResource
- Specified by:
getResourceType
in interfaceIApiResource.Jsii$Default
- See Also:
- https://kubernetes.io/docs/reference/access-authn-authz/rbac/#referring-to-resources
-
getResourceName
@Stability(Stable) @Nullable public final String getResourceName()
The unique, namespace-global, name of an object inside the Kubernetes cluster.If this is omitted, the ApiResource should represent all objects of the given type.
- Specified by:
getResourceName
in interfaceIApiResource
- Specified by:
getResourceName
in interfaceIApiResource.Jsii$Default
-
-