Package org.cdk8s.plus28.k8s
Class TypedObjectReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.TypedObjectReference.Jsii$Proxy
-
- All Implemented Interfaces:
TypedObjectReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TypedObjectReference
@Stability(Stable) @Internal public static final class TypedObjectReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TypedObjectReference
An implementation forTypedObjectReference
-
-
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.plus28.k8s.TypedObjectReference
TypedObjectReference.Builder, TypedObjectReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(TypedObjectReference.Builder builder)Constructor that initializes the object based on literal property values passed by theTypedObjectReference.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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.StringgetNamespace()Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(TypedObjectReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theTypedObjectReference.Builder.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:TypedObjectReferenceKind is the type of resource being referenced.- Specified by:
getKindin interfaceTypedObjectReference
-
getName
public final String getName()
Description copied from interface:TypedObjectReferenceName is the name of resource being referenced.- Specified by:
getNamein interfaceTypedObjectReference
-
getApiGroup
public final String getApiGroup()
Description copied from interface:TypedObjectReferenceAPIGroup is the group for the resource being referenced.If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
- Specified by:
getApiGroupin interfaceTypedObjectReference
-
getNamespace
public final String getNamespace()
Description copied from interface:TypedObjectReferenceNamespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.- Specified by:
getNamespacein interfaceTypedObjectReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-