Documentation
¶
Index ¶
- func GetAnalysisRun(ctx context.Context, c client.Client, namespacedName types.NamespacedName) (*rolloutsapi.AnalysisRun, error)
- func GetAnalysisTemplate(ctx context.Context, c client.Client, namespacedName types.NamespacedName) (*rolloutsapi.AnalysisTemplate, error)
- func GetClusterAnalysisTemplate(ctx context.Context, c client.Client, name string) (*rolloutsapi.ClusterAnalysisTemplate, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAnalysisRun ¶
func GetAnalysisRun( ctx context.Context, c client.Client, namespacedName types.NamespacedName, ) (*rolloutsapi.AnalysisRun, error)
func GetAnalysisTemplate ¶
func GetAnalysisTemplate( ctx context.Context, c client.Client, namespacedName types.NamespacedName, ) (*rolloutsapi.AnalysisTemplate, error)
GetAnalysisTemplate returns a pointer to the AnalysisTemplate resource specified by the namespacedName argument. If no such resource is found, nil is returned instead.
func GetClusterAnalysisTemplate ¶
func GetClusterAnalysisTemplate( ctx context.Context, c client.Client, name string, ) (*rolloutsapi.ClusterAnalysisTemplate, error)
GetClusterAnalysisTemplate returns a pointer to the ClusterAnalysisTemplate resource specified by the name argument. If no such resource is found, nil is returned instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.