io.k8s.api.resource.v1alpha3.ResourceClaimConsumerReference
See theResourceClaimConsumerReference companion object
ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
Attributes
- Companion
- object
- Source
- ResourceClaimConsumerReference.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
if apiGroup has a value, transforms to the result of function
if apiGroup has a value, transforms to the result of function
Attributes
transforms name to result of function
transforms resource to result of function
transforms uid to result of function
Returns a new data with apiGroup set to new value
Returns a new data with apiGroup set to new value
Attributes
Returns a new data with name set to new value
Returns a new data with name set to new value
Attributes
Returns a new data with resource set to new value
Returns a new data with resource set to new value
Attributes
Returns a new data with uid set to new value
In this article