Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::RBACBindingConfig (v1.3.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::RBACBindingConfig.

RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_insecure_binding_system_authenticated

def enable_insecure_binding_system_authenticated() -> ::Boolean
Returns
  • (::Boolean) — Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.

#enable_insecure_binding_system_authenticated=

def enable_insecure_binding_system_authenticated=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.
Returns
  • (::Boolean) — Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.

#enable_insecure_binding_system_unauthenticated

def enable_insecure_binding_system_unauthenticated() -> ::Boolean
Returns
  • (::Boolean) — Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.

#enable_insecure_binding_system_unauthenticated=

def enable_insecure_binding_system_unauthenticated=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.
Returns
  • (::Boolean) — Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.