Documentation ¶
Index ¶
- type DexIdentityProviderReference
- func (in *DexIdentityProviderReference) DeepCopy() *DexIdentityProviderReference
- func (in *DexIdentityProviderReference) DeepCopyInto(out *DexIdentityProviderReference)
- func (ref *DexIdentityProviderReference) Resolve(ctx context.Context, reader client.Reader, scheme *runtime.Scheme, ...) (runtime.Object, bool, error)
- type DexOAuth2ClientReference
- type LocalDexIdentityProviderReference
- func (in *LocalDexIdentityProviderReference) DeepCopy() *LocalDexIdentityProviderReference
- func (in *LocalDexIdentityProviderReference) DeepCopyInto(out *LocalDexIdentityProviderReference)
- func (ref *LocalDexIdentityProviderReference) Resolve(ctx context.Context, reader client.Reader, scheme *runtime.Scheme, ...) (runtime.Object, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DexIdentityProviderReference ¶
type DexIdentityProviderReference struct { // Name of the referenced DexIdentityProvider. Name string `json:"name"` // Namespace is the optional namespace of the referenced DexIdentityProvider. Namespace string `json:"namespace,omitempty"` }
+kubebuilder:object:generate=true
func (*DexIdentityProviderReference) DeepCopy ¶
func (in *DexIdentityProviderReference) DeepCopy() *DexIdentityProviderReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DexIdentityProviderReference.
func (*DexIdentityProviderReference) DeepCopyInto ¶
func (in *DexIdentityProviderReference) DeepCopyInto(out *DexIdentityProviderReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DexOAuth2ClientReference ¶ added in v0.6.0
type DexOAuth2ClientReference struct { // Name of the referenced DexOAuth2Client. Name string `json:"name"` // Namespace is the optional namespace of the referenced DexOAuth2Client. Namespace string `json:"namespace,omitempty"` }
+kubebuilder:object:generate=true
func (*DexOAuth2ClientReference) DeepCopy ¶ added in v0.6.0
func (in *DexOAuth2ClientReference) DeepCopy() *DexOAuth2ClientReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DexOAuth2ClientReference.
func (*DexOAuth2ClientReference) DeepCopyInto ¶ added in v0.6.0
func (in *DexOAuth2ClientReference) DeepCopyInto(out *DexOAuth2ClientReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocalDexIdentityProviderReference ¶ added in v0.13.0
type LocalDexIdentityProviderReference struct { // Name of the referenced DexIdentityProvider. Name string `json:"name"` }
LocalDexIdentityProviderReference is a reference to a DexIdentityProvider in the same namespace. +kubebuilder:object:generate=true
func (*LocalDexIdentityProviderReference) DeepCopy ¶ added in v0.13.0
func (in *LocalDexIdentityProviderReference) DeepCopy() *LocalDexIdentityProviderReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalDexIdentityProviderReference.
func (*LocalDexIdentityProviderReference) DeepCopyInto ¶ added in v0.13.0
func (in *LocalDexIdentityProviderReference) DeepCopyInto(out *LocalDexIdentityProviderReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Directories ¶
Path | Synopsis |
---|---|
Package v1alpha1 contains API Schema definitions for the dex v1alpha1 API group +kubebuilder:object:generate=true +groupName=dex.gpu-ninja.com
|
Package v1alpha1 contains API Schema definitions for the dex v1alpha1 API group +kubebuilder:object:generate=true +groupName=dex.gpu-ninja.com |