Documentation ¶
Index ¶
- Constants
- func GetClient(ctx context.Context) *versioned.Clientset
- func GetJobDefinitionInformer(ctx context.Context) informersv1beta1.JobDefinitionInformer
- func GetJobRunInformer(ctx context.Context) informersv1beta1.JobRunInformer
- func GetJobRunsClient(ctx context.Context) v1beta1.JobRunInterface
- func GetNamespace(ctx context.Context) string
- func WithClientAndInformers(ctx context.Context) context.Context
Constants ¶
View Source
const ( CEApiKeyEnv = "CE_API_KEY" CEProjectRegionEnv = "CE_PROJECT_REGION" CEProjectIdEnv = "CE_PROJECT_ID" )
Variables ¶
This section is empty.
Functions ¶
func GetClient ¶
GetClient retrieves CodeEngine clientset associated with the given context via withClient (above).
func GetJobDefinitionInformer ¶
func GetJobDefinitionInformer(ctx context.Context) informersv1beta1.JobDefinitionInformer
GetJobDefinitionInformer retrieves JobDefinitionInformer associated with the given context via withInformers (above).
func GetJobRunInformer ¶
func GetJobRunInformer(ctx context.Context) informersv1beta1.JobRunInformer
GetJobRunInformer retrieves JobRunInformer associated with the given context via withInformers (above).
func GetJobRunsClient ¶
func GetJobRunsClient(ctx context.Context) v1beta1.JobRunInterface
GetJobRunsClient retrieves CodeEngine JobRuns associated with the given context via withClient (above).
func GetNamespace ¶
GetNamespace retrieves webhook.Options associated with the given context via WithOptions (above).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.