struct
Kubernetes::ContainerExtendedResourceRequest
- Kubernetes::ContainerExtendedResourceRequest
- Struct
- Value
- Object
Overview
ContainerExtendedResourceRequest has the mapping of container name, extended resource name to the device request name.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_v1.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
-
#container_name : String | Nil
The name of the container requesting resources.
-
#container_name=(container_name : String | Nil)
The name of the container requesting resources.
-
#request_name : String | Nil
The name of the request in the special ResourceClaim which corresponds to the extended resource.
-
#request_name=(request_name : String | Nil)
The name of the request in the special ResourceClaim which corresponds to the extended resource.
-
#resource_name : String | Nil
The name of the extended resource in that container which gets backed by DRA.
-
#resource_name=(resource_name : String | Nil)
The name of the extended resource in that container which gets backed by DRA.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
The name of the container requesting resources.
The name of the request in the special ResourceClaim which corresponds to the extended resource.
The name of the request in the special ResourceClaim which corresponds to the extended resource.
The name of the extended resource in that container which gets backed by DRA.
The name of the extended resource in that container which gets backed by DRA.