Package org.cdk8s.plus24.k8s
Class KubeValidatingWebhookConfigurationProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeValidatingWebhookConfigurationProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeValidatingWebhookConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeValidatingWebhookConfigurationProps
@Stability(Stable) @Internal public static final class KubeValidatingWebhookConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeValidatingWebhookConfigurationProps
An implementation forKubeValidatingWebhookConfigurationProps
-
-
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.k8s.KubeValidatingWebhookConfigurationProps
KubeValidatingWebhookConfigurationProps.Builder, KubeValidatingWebhookConfigurationProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeValidatingWebhookConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeValidatingWebhookConfigurationProps.Builder
.protected
Jsii$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()
boolean
equals(Object o)
ObjectMeta
getMetadata()
Standard object metadata;List<ValidatingWebhook>
getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.int
hashCode()
-
-
-
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(KubeValidatingWebhookConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeValidatingWebhookConfigurationProps.Builder
.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeValidatingWebhookConfigurationProps
Standard object metadata;More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
- Specified by:
getMetadata
in interfaceKubeValidatingWebhookConfigurationProps
-
getWebhooks
public final List<ValidatingWebhook> getWebhooks()
Description copied from interface:KubeValidatingWebhookConfigurationProps
Webhooks is a list of webhooks and the affected resources and operations.- Specified by:
getWebhooks
in interfaceKubeValidatingWebhookConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-