Package org.cdk8s.plus25.k8s
Class WebhookConversion.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.WebhookConversion.Jsii$Proxy
-
- All Implemented Interfaces:
WebhookConversion,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- WebhookConversion
@Stability(Stable) @Internal public static final class WebhookConversion.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WebhookConversion
An implementation forWebhookConversion
-
-
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.WebhookConversion
WebhookConversion.Builder, WebhookConversion.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(WebhookConversion.Builder builder)Constructor that initializes the object based on literal property values passed by theWebhookConversion.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)WebhookClientConfiggetClientConfig()clientConfig is the instructions for how to call the webhook if strategy isWebhook.List<String>getConversionReviewVersions()conversionReviewVersions is an ordered list of preferredConversionReviewversions the Webhook expects.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(WebhookConversion.Builder builder)
Constructor that initializes the object based on literal property values passed by theWebhookConversion.Builder.
-
-
Method Detail
-
getConversionReviewVersions
public final List<String> getConversionReviewVersions()
Description copied from interface:WebhookConversionconversionReviewVersions is an ordered list of preferredConversionReviewversions the Webhook expects.The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
- Specified by:
getConversionReviewVersionsin interfaceWebhookConversion
-
getClientConfig
public final WebhookClientConfig getClientConfig()
Description copied from interface:WebhookConversionclientConfig is the instructions for how to call the webhook if strategy isWebhook.- Specified by:
getClientConfigin interfaceWebhookConversion
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-