Package org.cdk8s.plus24.k8s
Interface KubeServiceAccountListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeServiceAccountListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-10T02:31:41.764Z") @Stability(Stable) public interface KubeServiceAccountListProps extends software.amazon.jsii.JsiiSerializable
ServiceAccountList is a list of ServiceAccount objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeServiceAccountListProps.Builder
A builder forKubeServiceAccountListProps
static class
KubeServiceAccountListProps.Jsii$Proxy
An implementation forKubeServiceAccountListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeServiceAccountListProps.Builder
builder()
List<KubeServiceAccountProps>
getItems()
List of ServiceAccounts.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeServiceAccountProps> getItems()
List of ServiceAccounts.More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubeServiceAccountListProps.Builder builder()
-
-