Class: Google::Apis::GkehubV1alpha::Role
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::Role
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
Role is the type for Kubernetes roles
Instance Attribute Summary collapse
-
#predefined_role ⇒ String
predefined_role is the Kubernetes default role to use Corresponds to the JSON property
predefinedRole
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Role
constructor
A new instance of Role.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Role
Returns a new instance of Role.
5711 5712 5713 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 5711 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predefined_role ⇒ String
predefined_role is the Kubernetes default role to use
Corresponds to the JSON property predefinedRole
5709 5710 5711 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 5709 def predefined_role @predefined_role end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5716 5717 5718 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 5716 def update!(**args) @predefined_role = args[:predefined_role] if args.key?(:predefined_role) end |