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