Skip to content

Latest commit

 

History

History
139 lines (139 loc) · 2.83 KB

File metadata and controls

139 lines (139 loc) · 2.83 KB

Packages:

security.gardener.cloud/v1alpha1

Package v1alpha1 is a version of the API.

Resource Types:

CredentialsBinding

CredentialsBinding represents a binding to credentials in the same or another namespace.

Field Description
apiVersion
string
security.gardener.cloud/v1alpha1
kind
string
CredentialsBinding
metadata
Kubernetes meta/v1.ObjectMeta
(Optional)

Standard object metadata.

Refer to the Kubernetes API documentation for the fields of the metadata field.
provider
CredentialsBindingProvider

Provider defines the provider type of the CredentialsBinding. This field is immutable.

credentialsRef
Kubernetes core/v1.ObjectReference

CredentialsRef is a reference to a resource holding the credentials. Accepted resources are core/v1.Secret and security.gardener.cloud/v1alpha1.WorkloadIdentity

quotas
[]Kubernetes core/v1.ObjectReference
(Optional)

Quotas is a list of references to Quota objects in the same or another namespace. This field is immutable.

CredentialsBindingProvider

(Appears on: CredentialsBinding)

CredentialsBindingProvider defines the provider type of the CredentialsBinding.

Field Description
type
string

Type is the type of the provider.


Generated with gen-crd-api-reference-docs