Uses of Interface
org.cdk8s.plus24.k8s.KubeFlowSchemaListV1Beta2Props
-
Packages that use KubeFlowSchemaListV1Beta2Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeFlowSchemaListV1Beta2Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeFlowSchemaListV1Beta2Props Modifier and Type Class Description static class
KubeFlowSchemaListV1Beta2Props.Jsii$Proxy
An implementation forKubeFlowSchemaListV1Beta2Props
Methods in org.cdk8s.plus24.k8s that return KubeFlowSchemaListV1Beta2Props Modifier and Type Method Description KubeFlowSchemaListV1Beta2Props
KubeFlowSchemaListV1Beta2Props.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeFlowSchemaListV1Beta2Props Modifier and Type Method Description static Object
KubeFlowSchemaListV1Beta2. manifest(KubeFlowSchemaListV1Beta2Props props)
Renders a Kubernetes manifest for "io.k8s.api.flowcontrol.v1beta2.FlowSchemaList".Constructors in org.cdk8s.plus24.k8s with parameters of type KubeFlowSchemaListV1Beta2Props Constructor Description KubeFlowSchemaListV1Beta2(software.constructs.Construct scope, String id, KubeFlowSchemaListV1Beta2Props props)
Defines a "io.k8s.api.flowcontrol.v1beta2.FlowSchemaList" API object.
-