Documentation
¶
Index ¶
- func ValidateAuthenticationConfiguration(c *api.AuthenticationConfiguration) field.ErrorList
- func ValidateAuthorizationConfiguration(fldPath *field.Path, c *api.AuthorizationConfiguration, knownTypes sets.String, ...) field.ErrorList
- func ValidateJWTAuthenticator(authenticator api.JWTAuthenticator) field.ErrorList
- func ValidateWebhookConfiguration(fldPath *field.Path, c *api.WebhookConfiguration) field.ErrorList
- func ValidateWebhookMatchCondition(fldPath *field.Path, sampleSAR runtime.Object, expression string) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAuthenticationConfiguration ¶
func ValidateAuthenticationConfiguration(c *api.AuthenticationConfiguration) field.ErrorList
ValidateAuthenticationConfiguration validates a given AuthenticationConfiguration.
func ValidateAuthorizationConfiguration ¶
func ValidateAuthorizationConfiguration(fldPath *field.Path, c *api.AuthorizationConfiguration, knownTypes sets.String, repeatableTypes sets.String) field.ErrorList
ValidateAuthorizationConfiguration validates a given AuthorizationConfiguration.
func ValidateJWTAuthenticator ¶
func ValidateJWTAuthenticator(authenticator api.JWTAuthenticator) field.ErrorList
ValidateJWTAuthenticator validates a given JWTAuthenticator. This is exported for use in oidc package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.