struct
Kubernetes::Info
- Kubernetes::Info
- Struct
- Value
- Object
Overview
Info contains versioning information. how we'll want to distribute that information.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_apimachinery_pkg_version.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
- #build_date : String | Nil
- #build_date=(build_date : String | Nil)
- #compiler : String | Nil
- #compiler=(compiler : String | Nil)
-
#emulation_major : String | Nil
EmulationMajor is the major version of the emulation version
-
#emulation_major=(emulation_major : String | Nil)
EmulationMajor is the major version of the emulation version
-
#emulation_minor : String | Nil
EmulationMinor is the minor version of the emulation version
-
#emulation_minor=(emulation_minor : String | Nil)
EmulationMinor is the minor version of the emulation version
- #git_commit : String | Nil
- #git_commit=(git_commit : String | Nil)
- #git_tree_state : String | Nil
- #git_tree_state=(git_tree_state : String | Nil)
- #git_version : String | Nil
- #git_version=(git_version : String | Nil)
- #go_version : String | Nil
- #go_version=(go_version : String | Nil)
-
#major : String | Nil
Major is the major version of the binary version
-
#major=(major : String | Nil)
Major is the major version of the binary version
-
#min_compatibility_major : String | Nil
MinCompatibilityMajor is the major version of the minimum compatibility version
-
#min_compatibility_major=(min_compatibility_major : String | Nil)
MinCompatibilityMajor is the major version of the minimum compatibility version
-
#min_compatibility_minor : String | Nil
MinCompatibilityMinor is the minor version of the minimum compatibility version
-
#min_compatibility_minor=(min_compatibility_minor : String | Nil)
MinCompatibilityMinor is the minor version of the minimum compatibility version
-
#minor : String | Nil
Minor is the minor version of the binary version
-
#minor=(minor : String | Nil)
Minor is the minor version of the binary version
- #platform : String | Nil
- #platform=(platform : String | Nil)
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
EmulationMajor is the major version of the emulation version
EmulationMinor is the minor version of the emulation version
MinCompatibilityMajor is the major version of the minimum compatibility version
MinCompatibilityMajor is the major version of the minimum compatibility version
MinCompatibilityMinor is the minor version of the minimum compatibility version
MinCompatibilityMinor is the minor version of the minimum compatibility version