pub trait ClusterRoleBindingExt: ResourceBuilder {
// Required methods
fn new(name: impl ToString, cluster_role: &ClusterRole) -> Self;
fn subjects(self, subjects: impl IntoIterator<Item = Subject>) -> Self;
}
pub trait ClusterRoleBindingExt: ResourceBuilder {
// Required methods
fn new(name: impl ToString, cluster_role: &ClusterRole) -> Self;
fn subjects(self, subjects: impl IntoIterator<Item = Subject>) -> Self;
}