Package org.cdk8s.plus23.k8s
Class KubeIngressClassProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.k8s.KubeIngressClassProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeIngressClassProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeIngressClassProps
@Stability(Stable) @Internal public static final class KubeIngressClassProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeIngressClassProps
An implementation forKubeIngressClassProps
-
-
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.plus23.k8s.KubeIngressClassProps
KubeIngressClassProps.Builder, KubeIngressClassProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeIngressClassProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeIngressClassProps.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's metadata.IngressClassSpec
getSpec()
Spec is the desired state of the IngressClass.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(KubeIngressClassProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeIngressClassProps.Builder
.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeIngressClassProps
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadata
in interfaceKubeIngressClassProps
-
getSpec
public final IngressClassSpec getSpec()
Description copied from interface:KubeIngressClassProps
Spec is the desired state of the IngressClass.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Specified by:
getSpec
in interfaceKubeIngressClassProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-