Class: Kuby::Redis::DSL::Databases::V1::RedisFailoverSpecRedisSecurityContextSeccompProfile
- Inherits:
-
KubeDSL::DSLObject
- Object
- KubeDSL::DSLObject
- Kuby::Redis::DSL::Databases::V1::RedisFailoverSpecRedisSecurityContextSeccompProfile
- Defined in:
- lib/kuby/redis/dsl/databases/v1/redis_failover_spec_redis_security_context_seccomp_profile.rb
Instance Method Summary collapse
Instance Method Details
#kind_sym ⇒ Object
22 23 24 |
# File 'lib/kuby/redis/dsl/databases/v1/redis_failover_spec_redis_security_context_seccomp_profile.rb', line 22 def kind_sym :redis_failover_spec_redis_security_context_seccomp_profile end |
#serialize ⇒ Object
15 16 17 18 19 20 |
# File 'lib/kuby/redis/dsl/databases/v1/redis_failover_spec_redis_security_context_seccomp_profile.rb', line 15 def serialize {}.tap do |result| result[:localhostProfile] = localhost_profile result[:type] = type end end |