Package org.cdk8s.plus24.k8s
Interface KubeControllerRevisionListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeControllerRevisionListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.118Z") @Stability(Stable) public interface KubeControllerRevisionListProps extends software.amazon.jsii.JsiiSerializable
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeControllerRevisionListProps.Builder
A builder forKubeControllerRevisionListProps
static class
KubeControllerRevisionListProps.Jsii$Proxy
An implementation forKubeControllerRevisionListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeControllerRevisionListProps.Builder
builder()
List<KubeControllerRevisionProps>
getItems()
Items is the list of ControllerRevisions.default ListMeta
getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeControllerRevisionProps> getItems()
Items is the list of ControllerRevisions.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
builder
@Stability(Stable) static KubeControllerRevisionListProps.Builder builder()
-
-