Uses of Class
org.cdk8s.plus25.k8s.KubeFlowSchemaV1Beta1.Builder
-
Packages that use KubeFlowSchemaV1Beta1.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeFlowSchemaV1Beta1.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeFlowSchemaV1Beta1.Builder Modifier and Type Method Description static KubeFlowSchemaV1Beta1.BuilderKubeFlowSchemaV1Beta1.Builder. create(software.constructs.Construct scope, String id)KubeFlowSchemaV1Beta1.BuilderKubeFlowSchemaV1Beta1.Builder. metadata(ObjectMeta metadata)metadatais the standard object's metadata.KubeFlowSchemaV1Beta1.BuilderKubeFlowSchemaV1Beta1.Builder. spec(FlowSchemaSpecV1Beta1 spec)specis the specification of the desired behavior of a FlowSchema.
-