Package org.cdk8s.plus24.k8s
Interface KubeFlowSchemaListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeFlowSchemaListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-05-25T02:26:40.904Z") @Stability(Stable) public interface KubeFlowSchemaListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
FlowSchemaList is a list of FlowSchema objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeFlowSchemaListV1Beta1Props.Builder
A builder forKubeFlowSchemaListV1Beta1Props
static class
KubeFlowSchemaListV1Beta1Props.Jsii$Proxy
An implementation forKubeFlowSchemaListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeFlowSchemaListV1Beta1Props.Builder
builder()
List<KubeFlowSchemaV1Beta1Props>
getItems()
items
is a list of FlowSchemas.default ListMeta
getMetadata()
metadata
is the standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeFlowSchemaV1Beta1Props> getItems()
items
is a list of FlowSchemas.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
metadata
is the standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeFlowSchemaListV1Beta1Props.Builder builder()
-
-