workflow.v1alpha1.oAuth2Auth
"OAuth2Auth holds all information for client authentication via OAuth2 tokens"
Index
- fn withEndpointParams(endpointParams)
- fn withEndpointParamsMixin(endpointParams)
- fn withScopes(scopes)
- fn withScopesMixin(scopes)
- obj clientIDSecret
- obj clientSecretSecret
- obj tokenURLSecret
Fields
fn withEndpointParams
withEndpointParams(endpointParams)
fn withEndpointParamsMixin
withEndpointParamsMixin(endpointParams)
Note: This function appends passed data to existing values
fn withScopes
withScopes(scopes)
fn withScopesMixin
withScopesMixin(scopes)
Note: This function appends passed data to existing values
obj clientIDSecret
"SecretKeySelector selects a key of a Secret."
fn clientIDSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn clientIDSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn clientIDSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj clientSecretSecret
"SecretKeySelector selects a key of a Secret."
fn clientSecretSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn clientSecretSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn clientSecretSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj tokenURLSecret
"SecretKeySelector selects a key of a Secret."
fn tokenURLSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn tokenURLSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn tokenURLSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"