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
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.
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 |
Click to show internal directories.
Click to hide internal directories.