Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DexAuthenticator ¶
type DexAuthenticator struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec DexAuthenticatorSpec `json:"spec"` }
type DexAuthenticatorSpec ¶
type DexAuthenticatorSpec struct { ApplicationDomain string `json:"applicationDomain"` ApplicationIngressCertificateSecretName string `json:"applicationIngressCertificateSecretName"` ApplicationIngressClassName string `json:"applicationIngressClassName"` AllowedGroups []string `json:"allowedGroups,omitempty"` }
Click to show internal directories.
Click to hide internal directories.