Package org.cdk8s.plus28.k8s
Interface KubeFlowSchemaListV1Beta3Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeFlowSchemaListV1Beta3Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.745Z") @Stability(Stable) public interface KubeFlowSchemaListV1Beta3Props extends software.amazon.jsii.JsiiSerializable
FlowSchemaList is a list of FlowSchema objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeFlowSchemaListV1Beta3Props.BuilderA builder forKubeFlowSchemaListV1Beta3Propsstatic classKubeFlowSchemaListV1Beta3Props.Jsii$ProxyAn implementation forKubeFlowSchemaListV1Beta3Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeFlowSchemaListV1Beta3Props.Builderbuilder()List<KubeFlowSchemaV1Beta3Props>getItems()itemsis a list of FlowSchemas.default ListMetagetMetadata()metadatais the standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeFlowSchemaV1Beta3Props> getItems()
itemsis a list of FlowSchemas.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
metadatais the standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeFlowSchemaListV1Beta3Props.Builder builder()
-
-