Package org.cdk8s.plus25.k8s
Class KubeServiceAccountListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeServiceAccountListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeServiceAccountListProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeServiceAccountListProps
@Stability(Stable) @Internal public static final class KubeServiceAccountListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeServiceAccountListProps
An implementation forKubeServiceAccountListProps
-
-
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.KubeServiceAccountListProps
KubeServiceAccountListProps.Builder, KubeServiceAccountListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeServiceAccountListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeServiceAccountListProps.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<KubeServiceAccountProps>getItems()List of ServiceAccounts.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(KubeServiceAccountListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeServiceAccountListProps.Builder.
-
-
Method Detail
-
getItems
public final List<KubeServiceAccountProps> getItems()
Description copied from interface:KubeServiceAccountListPropsList of ServiceAccounts.More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
- Specified by:
getItemsin interfaceKubeServiceAccountListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeServiceAccountListPropsStandard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Specified by:
getMetadatain interfaceKubeServiceAccountListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-