Package org.cdk8s.plus25.k8s
Class OwnerReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.OwnerReference.Jsii$Proxy
-
- All Implemented Interfaces:
OwnerReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OwnerReference
@Stability(Stable) @Internal public static final class OwnerReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OwnerReference
An implementation forOwnerReference
-
-
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.plus25.k8s.OwnerReference
OwnerReference.Builder, OwnerReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OwnerReference.Builder builder)Constructor that initializes the object based on literal property values passed by theOwnerReference.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)StringgetApiVersion()API version of the referent.BooleangetBlockOwnerDeletion()If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed.BooleangetController()If true, this reference points to the managing controller.StringgetKind()Kind of the referent.StringgetName()Name of the referent.StringgetUid()UID of the referent.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(OwnerReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theOwnerReference.Builder.
-
-
Method Detail
-
getApiVersion
public final String getApiVersion()
Description copied from interface:OwnerReferenceAPI version of the referent.- Specified by:
getApiVersionin interfaceOwnerReference
-
getKind
public final String getKind()
Description copied from interface:OwnerReferenceKind of the referent.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Specified by:
getKindin interfaceOwnerReference
-
getName
public final String getName()
Description copied from interface:OwnerReferenceName of the referent.More info: http://kubernetes.io/docs/user-guide/identifiers#names
- Specified by:
getNamein interfaceOwnerReference
-
getUid
public final String getUid()
Description copied from interface:OwnerReferenceUID of the referent.More info: http://kubernetes.io/docs/user-guide/identifiers#uids
- Specified by:
getUidin interfaceOwnerReference
-
getBlockOwnerDeletion
public final Boolean getBlockOwnerDeletion()
Description copied from interface:OwnerReferenceIf true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed.See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
Default: false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
- Specified by:
getBlockOwnerDeletionin interfaceOwnerReference
-
getController
public final Boolean getController()
Description copied from interface:OwnerReferenceIf true, this reference points to the managing controller.- Specified by:
getControllerin interfaceOwnerReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-