# THIS FILE WAS AUTO GENERATED FROM THE K8S SWAGGER SPEC require "yaml" require "json" ::K8S::Kubernetes::Resource.define_object("PodResourceClaimStatus", namespace: "::K8S::Api::Core::V1", properties: [ {name: "name", kind: String, key: "name", nilable: false, read_only: false, description: "Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL."}, {name: "resource_claim_name", kind: String, key: "resourceClaimName", nilable: true, read_only: false, description: "ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. It this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case."}, ] )