Documentation ¶
Overview ¶
package v1alpha1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationInterface ¶
type ApplicationInterface interface { List(opts metav1.ListOptions) (*v1alpha1.ApplicationList, error) Get(name string, options metav1.GetOptions) (*v1alpha1.Application, error) Create(*v1alpha1.Application) (*v1alpha1.Application, error) Watch(opts metav1.ListOptions) (watch.Interface, error) Update(application *v1alpha1.Application, opts metav1.UpdateOptions) (result *v1alpha1.Application, err error) }
ApplicationInterface is
type ExampleV1Alpha1Client ¶
type ExampleV1Alpha1Client struct {
// contains filtered or unexported fields
}
ExampleV1Alpha1Client is
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ExampleV1Alpha1Client, error)
NewForConfig is
func (*ExampleV1Alpha1Client) Applications ¶
func (c *ExampleV1Alpha1Client) Applications(namespace string) ApplicationInterface
Applications is
type ExampleV1Alpha1Interface ¶
type ExampleV1Alpha1Interface interface {
Applications(namespace string) ApplicationInterface
}
ExampleV1Alpha1Interface is
Click to show internal directories.
Click to hide internal directories.