Package org.cdk8s.plus25.k8s
Class KubeEndpointsProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeEndpointsProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeEndpointsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeEndpointsProps
@Stability(Stable) @Internal public static final class KubeEndpointsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeEndpointsProps
An implementation forKubeEndpointsProps
-
-
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.KubeEndpointsProps
KubeEndpointsProps.Builder, KubeEndpointsProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeEndpointsProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeEndpointsProps.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()Standard object's metadata.List<EndpointSubset>getSubsets()The set of all endpoints is the union of all subsets.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(KubeEndpointsProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeEndpointsProps.Builder.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeEndpointsPropsStandard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeEndpointsProps
-
getSubsets
public final List<EndpointSubset> getSubsets()
Description copied from interface:KubeEndpointsPropsThe set of all endpoints is the union of all subsets.Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.
- Specified by:
getSubsetsin interfaceKubeEndpointsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-