Package org.cdk8s.plus24.k8s
Interface KubeFlowSchemaListV1Beta2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeFlowSchemaListV1Beta2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-10T02:31:41.689Z") @Stability(Stable) public interface KubeFlowSchemaListV1Beta2Props extends software.amazon.jsii.JsiiSerializable
FlowSchemaList is a list of FlowSchema objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeFlowSchemaListV1Beta2Props.Builder
A builder forKubeFlowSchemaListV1Beta2Props
static class
KubeFlowSchemaListV1Beta2Props.Jsii$Proxy
An implementation forKubeFlowSchemaListV1Beta2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeFlowSchemaListV1Beta2Props.Builder
builder()
List<KubeFlowSchemaV1Beta2Props>
getItems()
`items` is a list of FlowSchemas.default ListMeta
getMetadata()
`metadata` is the standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeFlowSchemaV1Beta2Props> 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 KubeFlowSchemaListV1Beta2Props.Builder builder()
-
-