Uses of Interface
org.cdk8s.plus25.k8s.KubeBindingProps
-
Packages that use KubeBindingProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeBindingProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeBindingProps Modifier and Type Class Description static classKubeBindingProps.Jsii$ProxyAn implementation forKubeBindingPropsMethods in org.cdk8s.plus25.k8s that return KubeBindingProps Modifier and Type Method Description KubeBindingPropsKubeBindingProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeBindingProps Modifier and Type Method Description static ObjectKubeBinding. manifest(KubeBindingProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.Binding".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeBindingProps Constructor Description KubeBinding(software.constructs.Construct scope, String id, KubeBindingProps props)Defines a "io.k8s.api.core.v1.Binding" API object.
-