Class: Kuby::Redis::DSL::Databases::V1::RedisFailoverSpecSentinelSecurityContextWindowsOptions
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- Kuby::Redis::DSL::Databases::V1::RedisFailoverSpecSentinelSecurityContextWindowsOptions
- Defined in:
- lib/kuby/redis/dsl/databases/v1/redis_failover_spec_sentinel_security_context_windows_options.rb
Instance Method Summary collapse
Instance Method Details
#kind_sym ⇒ Object
28 29 30 |
# File 'lib/kuby/redis/dsl/databases/v1/redis_failover_spec_sentinel_security_context_windows_options.rb', line 28 def kind_sym :redis_failover_spec_sentinel_security_context_windows_options end |
#serialize ⇒ Object
19 20 21 22 23 24 25 26 |
# File 'lib/kuby/redis/dsl/databases/v1/redis_failover_spec_sentinel_security_context_windows_options.rb', line 19 def serialize {}.tap do |result| result[:runAsUserName] = run_as_user_name result[:gmsaCredentialSpec] = gmsa_credential_spec result[:gmsaCredentialSpecName] = gmsa_credential_spec_name result[:hostProcess] = host_process end end |