Uses of Interface
org.cdk8s.plus24.k8s.KubeFlowSchemaV1Beta2Props
-
Packages that use KubeFlowSchemaV1Beta2Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeFlowSchemaV1Beta2Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeFlowSchemaV1Beta2Props Modifier and Type Class Description static class
KubeFlowSchemaV1Beta2Props.Jsii$Proxy
An implementation forKubeFlowSchemaV1Beta2Props
Methods in org.cdk8s.plus24.k8s that return KubeFlowSchemaV1Beta2Props Modifier and Type Method Description KubeFlowSchemaV1Beta2Props
KubeFlowSchemaV1Beta2Props.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeFlowSchemaV1Beta2Props Modifier and Type Method Description List<KubeFlowSchemaV1Beta2Props>
KubeFlowSchemaListV1Beta2Props. getItems()
`items` is a list of FlowSchemas.List<KubeFlowSchemaV1Beta2Props>
KubeFlowSchemaListV1Beta2Props.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeFlowSchemaV1Beta2Props Modifier and Type Method Description static Object
KubeFlowSchemaV1Beta2. manifest(KubeFlowSchemaV1Beta2Props props)
Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1beta2.FlowSchema".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeFlowSchemaV1Beta2Props Modifier and Type Method Description KubeFlowSchemaListV1Beta2.Builder
KubeFlowSchemaListV1Beta2.Builder. items(List<? extends KubeFlowSchemaV1Beta2Props> items)
`items` is a list of FlowSchemas.KubeFlowSchemaListV1Beta2Props.Builder
KubeFlowSchemaListV1Beta2Props.Builder. items(List<? extends KubeFlowSchemaV1Beta2Props> items)
Sets the value ofKubeFlowSchemaListV1Beta2Props.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeFlowSchemaV1Beta2Props Constructor Description KubeFlowSchemaV1Beta2(software.constructs.Construct scope, String id, KubeFlowSchemaV1Beta2Props props)
Defines a "io.k8s.api.flowcontrol.v1beta2.FlowSchema" API object.
-