Documentation
¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type ClusterExpansion
- type ClusterInterface
- type ClusterSecretsExpansion
- type ClusterSecretsInterface
- type ClusterSecretsesGetter
- type ClustersGetter
- type FaultInjectorExpansion
- type FaultInjectorInterface
- type FaultInjectorsGetter
- type MirrorExpansion
- type MirrorInterface
- type MirrorsGetter
- type PicchuV1alpha1Client
- func (c *PicchuV1alpha1Client) ClusterSecretses(namespace string) ClusterSecretsInterface
- func (c *PicchuV1alpha1Client) Clusters(namespace string) ClusterInterface
- func (c *PicchuV1alpha1Client) FaultInjectors(namespace string) FaultInjectorInterface
- func (c *PicchuV1alpha1Client) Mirrors(namespace string) MirrorInterface
- func (c *PicchuV1alpha1Client) RESTClient() rest.Interface
- func (c *PicchuV1alpha1Client) ReleaseManagers(namespace string) ReleaseManagerInterface
- func (c *PicchuV1alpha1Client) Revisions(namespace string) RevisionInterface
- type PicchuV1alpha1Interface
- type ReleaseManagerExpansion
- type ReleaseManagerInterface
- type ReleaseManagersGetter
- type RevisionExpansion
- type RevisionInterface
- type RevisionsGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterExpansion ¶
type ClusterExpansion interface{}
type ClusterInterface ¶
type ClusterInterface interface {
Create(ctx context.Context, cluster *v1alpha1.Cluster, opts v1.CreateOptions) (*v1alpha1.Cluster, error)
Update(ctx context.Context, cluster *v1alpha1.Cluster, opts v1.UpdateOptions) (*v1alpha1.Cluster, error)
UpdateStatus(ctx context.Context, cluster *v1alpha1.Cluster, opts v1.UpdateOptions) (*v1alpha1.Cluster, error)
Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Cluster, error)
List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterList, error)
Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Cluster, err error)
ClusterExpansion
}
ClusterInterface has methods to work with Cluster resources.
type ClusterSecretsExpansion ¶
type ClusterSecretsExpansion interface{}
type ClusterSecretsInterface ¶
type ClusterSecretsInterface interface {
Create(ctx context.Context, clusterSecrets *v1alpha1.ClusterSecrets, opts v1.CreateOptions) (*v1alpha1.ClusterSecrets, error)
Update(ctx context.Context, clusterSecrets *v1alpha1.ClusterSecrets, opts v1.UpdateOptions) (*v1alpha1.ClusterSecrets, error)
UpdateStatus(ctx context.Context, clusterSecrets *v1alpha1.ClusterSecrets, opts v1.UpdateOptions) (*v1alpha1.ClusterSecrets, error)
Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ClusterSecrets, error)
List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterSecretsList, error)
Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterSecrets, err error)
ClusterSecretsExpansion
}
ClusterSecretsInterface has methods to work with ClusterSecrets resources.
type ClusterSecretsesGetter ¶
type ClusterSecretsesGetter interface {
ClusterSecretses(namespace string) ClusterSecretsInterface
}
ClusterSecretsesGetter has a method to return a ClusterSecretsInterface. A group's client should implement this interface.
type ClustersGetter ¶
type ClustersGetter interface {
Clusters(namespace string) ClusterInterface
}
ClustersGetter has a method to return a ClusterInterface. A group's client should implement this interface.
type FaultInjectorExpansion ¶
type FaultInjectorExpansion interface{}
type FaultInjectorInterface ¶
type FaultInjectorInterface interface {
Create(ctx context.Context, faultInjector *v1alpha1.FaultInjector, opts v1.CreateOptions) (*v1alpha1.FaultInjector, error)
Update(ctx context.Context, faultInjector *v1alpha1.FaultInjector, opts v1.UpdateOptions) (*v1alpha1.FaultInjector, error)
UpdateStatus(ctx context.Context, faultInjector *v1alpha1.FaultInjector, opts v1.UpdateOptions) (*v1alpha1.FaultInjector, error)
Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FaultInjector, error)
List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FaultInjectorList, error)
Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FaultInjector, err error)
FaultInjectorExpansion
}
FaultInjectorInterface has methods to work with FaultInjector resources.
type FaultInjectorsGetter ¶
type FaultInjectorsGetter interface {
FaultInjectors(namespace string) FaultInjectorInterface
}
FaultInjectorsGetter has a method to return a FaultInjectorInterface. A group's client should implement this interface.
type MirrorExpansion ¶
type MirrorExpansion interface{}
type MirrorInterface ¶
type MirrorInterface interface {
Create(ctx context.Context, mirror *v1alpha1.Mirror, opts v1.CreateOptions) (*v1alpha1.Mirror, error)
Update(ctx context.Context, mirror *v1alpha1.Mirror, opts v1.UpdateOptions) (*v1alpha1.Mirror, error)
UpdateStatus(ctx context.Context, mirror *v1alpha1.Mirror, opts v1.UpdateOptions) (*v1alpha1.Mirror, error)
Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Mirror, error)
List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MirrorList, error)
Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Mirror, err error)
MirrorExpansion
}
MirrorInterface has methods to work with Mirror resources.
type MirrorsGetter ¶
type MirrorsGetter interface {
Mirrors(namespace string) MirrorInterface
}
MirrorsGetter has a method to return a MirrorInterface. A group's client should implement this interface.
type PicchuV1alpha1Client ¶
type PicchuV1alpha1Client struct {
// contains filtered or unexported fields
}
PicchuV1alpha1Client is used to interact with features provided by the picchu.medium.engineering group.
func New ¶
func New(c rest.Interface) *PicchuV1alpha1Client
New creates a new PicchuV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*PicchuV1alpha1Client, error)
NewForConfig creates a new PicchuV1alpha1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *PicchuV1alpha1Client
NewForConfigOrDie creates a new PicchuV1alpha1Client for the given config and panics if there is an error in the config.
func (*PicchuV1alpha1Client) ClusterSecretses ¶
func (c *PicchuV1alpha1Client) ClusterSecretses(namespace string) ClusterSecretsInterface
func (*PicchuV1alpha1Client) Clusters ¶
func (c *PicchuV1alpha1Client) Clusters(namespace string) ClusterInterface
func (*PicchuV1alpha1Client) FaultInjectors ¶
func (c *PicchuV1alpha1Client) FaultInjectors(namespace string) FaultInjectorInterface
func (*PicchuV1alpha1Client) Mirrors ¶
func (c *PicchuV1alpha1Client) Mirrors(namespace string) MirrorInterface
func (*PicchuV1alpha1Client) RESTClient ¶
func (c *PicchuV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*PicchuV1alpha1Client) ReleaseManagers ¶
func (c *PicchuV1alpha1Client) ReleaseManagers(namespace string) ReleaseManagerInterface
func (*PicchuV1alpha1Client) Revisions ¶
func (c *PicchuV1alpha1Client) Revisions(namespace string) RevisionInterface
type PicchuV1alpha1Interface ¶
type PicchuV1alpha1Interface interface {
RESTClient() rest.Interface
ClustersGetter
ClusterSecretsesGetter
FaultInjectorsGetter
MirrorsGetter
ReleaseManagersGetter
RevisionsGetter
}
type ReleaseManagerExpansion ¶
type ReleaseManagerExpansion interface{}
type ReleaseManagerInterface ¶
type ReleaseManagerInterface interface {
Create(ctx context.Context, releaseManager *v1alpha1.ReleaseManager, opts v1.CreateOptions) (*v1alpha1.ReleaseManager, error)
Update(ctx context.Context, releaseManager *v1alpha1.ReleaseManager, opts v1.UpdateOptions) (*v1alpha1.ReleaseManager, error)
UpdateStatus(ctx context.Context, releaseManager *v1alpha1.ReleaseManager, opts v1.UpdateOptions) (*v1alpha1.ReleaseManager, error)
Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ReleaseManager, error)
List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ReleaseManagerList, error)
Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ReleaseManager, err error)
ReleaseManagerExpansion
}
ReleaseManagerInterface has methods to work with ReleaseManager resources.
type ReleaseManagersGetter ¶
type ReleaseManagersGetter interface {
ReleaseManagers(namespace string) ReleaseManagerInterface
}
ReleaseManagersGetter has a method to return a ReleaseManagerInterface. A group's client should implement this interface.
type RevisionExpansion ¶
type RevisionExpansion interface{}
type RevisionInterface ¶
type RevisionInterface interface {
Create(ctx context.Context, revision *v1alpha1.Revision, opts v1.CreateOptions) (*v1alpha1.Revision, error)
Update(ctx context.Context, revision *v1alpha1.Revision, opts v1.UpdateOptions) (*v1alpha1.Revision, error)
UpdateStatus(ctx context.Context, revision *v1alpha1.Revision, opts v1.UpdateOptions) (*v1alpha1.Revision, error)
Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Revision, error)
List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RevisionList, error)
Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Revision, err error)
RevisionExpansion
}
RevisionInterface has methods to work with Revision resources.
type RevisionsGetter ¶
type RevisionsGetter interface {
Revisions(namespace string) RevisionInterface
}
RevisionsGetter has a method to return a RevisionInterface. A group's client should implement this interface.