GoogleApi.Container.V1.Model.RBACBindingConfig (google_api_container v0.57.0)

View Source

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

Attributes

  • enableInsecureBindingSystemAuthenticated (type: boolean(), default: nil) - Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.
  • enableInsecureBindingSystemUnauthenticated (type: boolean(), default: nil) - Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.RBACBindingConfig{
  enableInsecureBindingSystemAuthenticated: boolean() | nil,
  enableInsecureBindingSystemUnauthenticated: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.