Uses of Class
org.cdk8s.plus25.k8s.KubeRoleBindingListProps.Builder
-
Packages that use KubeRoleBindingListProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeRoleBindingListProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeRoleBindingListProps.Builder Modifier and Type Method Description static KubeRoleBindingListProps.BuilderKubeRoleBindingListProps. builder()KubeRoleBindingListProps.BuilderKubeRoleBindingListProps.Builder. items(List<? extends KubeRoleBindingProps> items)Sets the value ofKubeRoleBindingListProps.getItems()KubeRoleBindingListProps.BuilderKubeRoleBindingListProps.Builder. metadata(ListMeta metadata)Sets the value ofKubeRoleBindingListProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeRoleBindingListProps.Builder Constructor Description Jsii$Proxy(KubeRoleBindingListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeRoleBindingListProps.Builder.
-