Package org.cdk8s.plus24.k8s
Class KubeIngressListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeIngressListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeIngressListProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeIngressListProps
@Stability(Stable) @Internal public static final class KubeIngressListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeIngressListProps
An implementation forKubeIngressListProps
-
-
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.KubeIngressListProps
KubeIngressListProps.Builder, KubeIngressListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeIngressListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeIngressListProps.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)
List<KubeIngressProps>
getItems()
Items is the list of Ingress.ListMeta
getMetadata()
Standard object's metadata.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(KubeIngressListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeIngressListProps.Builder
.
-
-
Method Detail
-
getItems
public final List<KubeIngressProps> getItems()
Description copied from interface:KubeIngressListProps
Items is the list of Ingress.- Specified by:
getItems
in interfaceKubeIngressListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeIngressListProps
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadata
in interfaceKubeIngressListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-