Package org.cdk8s.plus25.k8s
Class KubeReplicationControllerProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeReplicationControllerProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeReplicationControllerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeReplicationControllerProps
@Stability(Stable) @Internal public static final class KubeReplicationControllerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeReplicationControllerProps
An implementation forKubeReplicationControllerProps
-
-
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.KubeReplicationControllerProps
KubeReplicationControllerProps.Builder, KubeReplicationControllerProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeReplicationControllerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeReplicationControllerProps.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)ObjectMetagetMetadata()If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.ReplicationControllerSpecgetSpec()Spec defines the specification of the desired behavior of the replication controller.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(KubeReplicationControllerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeReplicationControllerProps.Builder.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeReplicationControllerPropsIf the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeReplicationControllerProps
-
getSpec
public final ReplicationControllerSpec getSpec()
Description copied from interface:KubeReplicationControllerPropsSpec defines the specification of the desired behavior of the replication controller.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Specified by:
getSpecin interfaceKubeReplicationControllerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-