Package org.cdk8s.plus24.k8s
Class WebhookConversion.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.WebhookConversion
WebhookConversion.Builder, WebhookConversion.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(WebhookConversion.Builder builder)
Constructor that initializes the object based on literal property values passed by theWebhookConversion.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)
WebhookClientConfig
getClientConfig()
clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.List<String>
getConversionReviewVersions()
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects.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(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:WebhookConversion
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions 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:
getConversionReviewVersions
in interfaceWebhookConversion
-
getClientConfig
public final WebhookClientConfig getClientConfig()
Description copied from interface:WebhookConversion
clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.- Specified by:
getClientConfig
in interfaceWebhookConversion
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-