Package org.cdk8s.plus24.k8s
Interface KubeSecretListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeSecretListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.222Z") @Stability(Stable) public interface KubeSecretListProps extends software.amazon.jsii.JsiiSerializable
SecretList is a list of Secret.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeSecretListProps.Builder
A builder forKubeSecretListProps
static class
KubeSecretListProps.Jsii$Proxy
An implementation forKubeSecretListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeSecretListProps.Builder
builder()
List<KubeSecretProps>
getItems()
Items is a list of secret objects.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeSecretProps> getItems()
Items is a list of secret objects.More info: https://kubernetes.io/docs/concepts/configuration/secret
-
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 KubeSecretListProps.Builder builder()
- Returns:
- a
KubeSecretListProps.Builder
ofKubeSecretListProps
-
-