Package org.cdk8s.plus25.k8s
Class KubeReplicaSetListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeReplicaSetListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeReplicaSetListProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeReplicaSetListProps
@Stability(Stable) @Internal public static final class KubeReplicaSetListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeReplicaSetListProps
An implementation forKubeReplicaSetListProps
-
-
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.KubeReplicaSetListProps
KubeReplicaSetListProps.Builder, KubeReplicaSetListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeReplicaSetListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeReplicaSetListProps.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)List<KubeReplicaSetProps>getItems()List of ReplicaSets.ListMetagetMetadata()Standard list metadata.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(KubeReplicaSetListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeReplicaSetListProps.Builder.
-
-
Method Detail
-
getItems
public final List<KubeReplicaSetProps> getItems()
Description copied from interface:KubeReplicaSetListPropsList of ReplicaSets.More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller
- Specified by:
getItemsin interfaceKubeReplicaSetListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeReplicaSetListPropsStandard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Specified by:
getMetadatain interfaceKubeReplicaSetListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-