struct
Kubernetes::CounterSet
- Kubernetes::CounterSet
- Struct
- Value
- Object
Overview
CounterSet defines a named set of counters that are available to be used by devices defined in the ResourcePool. The counters are not allocatable by themselves, but can be referenced by devices. When a device is allocated, the portion of counters it uses will no longer be available for use by other devices.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_resource_v1.crgenerated/models/io_k8s_api_resource_v1beta1.cr
generated/models/io_k8s_api_resource_v1beta2.cr
Constructors
- .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
-
#counters : Hash(String, Counter) | Nil
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.
-
#counters=(counters : Hash(String, Counter) | Nil)
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.
-
#counters=(counters : Hash(String, Counter) | Nil)
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.
-
#counters=(counters : Hash(String, Counter) | Nil)
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.
-
#name : String | Nil
Name defines the name of the counter set.
-
#name=(name : String | Nil)
Name defines the name of the counter set.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.