Documentation ¶
Index ¶
- type JSONPatchOperation
- type PatchUffizziClusterProps
- type UffizziClusterClient
- func (c *UffizziClusterClient) Create(clusterProps UffizziClusterProps) (*v1alpha1.UffizziCluster, error)
- func (c *UffizziClusterClient) Delete(name string) error
- func (c *UffizziClusterClient) Get(name string, opts metav1.GetOptions) (*v1alpha1.UffizziCluster, error)
- func (c *UffizziClusterClient) List(opts metav1.ListOptions) (*v1alpha1.UffizziClusterList, error)
- func (c *UffizziClusterClient) Patch(name string, patchClusterProps PatchUffizziClusterProps) error
- type UffizziClusterInterface
- type UffizziClusterProps
- type V1Alpha1Clientset
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONPatchOperation ¶
type PatchUffizziClusterProps ¶
type PatchUffizziClusterProps struct {
Spec v1alpha1.UffizziClusterSpec
}
type UffizziClusterClient ¶
type UffizziClusterClient struct {
// contains filtered or unexported fields
}
func (*UffizziClusterClient) Create ¶
func (c *UffizziClusterClient) Create(clusterProps UffizziClusterProps) (*v1alpha1.UffizziCluster, error)
func (*UffizziClusterClient) Delete ¶
func (c *UffizziClusterClient) Delete(name string) error
func (*UffizziClusterClient) Get ¶
func (c *UffizziClusterClient) Get(name string, opts metav1.GetOptions) (*v1alpha1.UffizziCluster, error)
func (*UffizziClusterClient) List ¶
func (c *UffizziClusterClient) List(opts metav1.ListOptions) (*v1alpha1.UffizziClusterList, error)
func (*UffizziClusterClient) Patch ¶
func (c *UffizziClusterClient) Patch( name string, patchClusterProps PatchUffizziClusterProps, ) error
The sleep mode only works if a patch is applied (not "update")
type UffizziClusterInterface ¶
type UffizziClusterInterface interface { List(opts metav1.ListOptions) (*v1alpha1.UffizziClusterList, error) Get(name string, options metav1.GetOptions) (*v1alpha1.UffizziCluster, error) Create(UffizziClusterProps) (*v1alpha1.UffizziCluster, error) Patch(name string, patchClusterProps PatchUffizziClusterProps) error Delete(name string) error }
type UffizziClusterProps ¶
type V1Alpha1Clientset ¶
type V1Alpha1Clientset struct {
// contains filtered or unexported fields
}
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*V1Alpha1Clientset, error)
func (*V1Alpha1Clientset) UffizziClusterV1 ¶
func (c *V1Alpha1Clientset) UffizziClusterV1(namespace string) UffizziClusterInterface
Click to show internal directories.
Click to hide internal directories.