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.79.0 (build b22f628)", date="2023-03-31T02:28:41.872Z") @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()
-
-