v1alpha1

package
v0.0.0-...-e59a93b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleV1Alpha1Client

type ExampleV1Alpha1Client struct {
	// contains filtered or unexported fields
}

func NewForConfig

func NewForConfig(c *rest.Config) (*ExampleV1Alpha1Client, error)

func (*ExampleV1Alpha1Client) Rollouts

func (c *ExampleV1Alpha1Client) Rollouts(namespace string) RolloutInterface

type ExampleV1Alpha1Interface

type ExampleV1Alpha1Interface interface {
	Rollouts(namespace string) RolloutInterface
}

type RolloutInterface

type RolloutInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.RolloutList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.Rollout, error)
	Create(*v1alpha1.Rollout) (*v1alpha1.Rollout, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL