pub trait ClusterRoleBindingExt: ResourceBuilder {
// Required methods
fn new(name: impl ToString, cluster_role: &ClusterRole) -> Self;
fn subjects(self, subjects: impl IntoIterator<Item = Subject>) -> Self;
}
Required Methods§
fn new(name: impl ToString, cluster_role: &ClusterRole) -> Self
fn subjects(self, subjects: impl IntoIterator<Item = Subject>) -> Self
Object Safety§
This trait is not object safe.