struct
Kubernetes::Config::UserEntry::AuthProviderConfig
- Kubernetes::Config::UserEntry::AuthProviderConfig
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Instance Method Summary
- #config : Hash(String, String) | Nil
- #config=(config : Hash(String, String) | Nil)
- #name : String
- #name=(name : String)
Constructor Detail
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
#