package fake
import "k8s.io/client-go/kubernetes/typed/certificates/v1alpha1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeCertificatesV1alpha1
- func (c *FakeCertificatesV1alpha1) ClusterTrustBundles() v1alpha1.ClusterTrustBundleInterface
- func (c *FakeCertificatesV1alpha1) RESTClient() rest.Interface
- type FakeClusterTrustBundles
- func (c *FakeClusterTrustBundles) Apply(ctx context.Context, clusterTrustBundle *certificatesv1alpha1.ClusterTrustBundleApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.ClusterTrustBundle, err error)
- func (c *FakeClusterTrustBundles) Create(ctx context.Context, clusterTrustBundle *v1alpha1.ClusterTrustBundle, opts v1.CreateOptions) (result *v1alpha1.ClusterTrustBundle, err error)
- func (c *FakeClusterTrustBundles) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeClusterTrustBundles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeClusterTrustBundles) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ClusterTrustBundle, err error)
- func (c *FakeClusterTrustBundles) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ClusterTrustBundleList, err error)
- func (c *FakeClusterTrustBundles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterTrustBundle, err error)
- func (c *FakeClusterTrustBundles) Update(ctx context.Context, clusterTrustBundle *v1alpha1.ClusterTrustBundle, opts v1.UpdateOptions) (result *v1alpha1.ClusterTrustBundle, err error)
- func (c *FakeClusterTrustBundles) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Types ¶
type FakeCertificatesV1alpha1 ¶
func (*FakeCertificatesV1alpha1) ClusterTrustBundles ¶
func (c *FakeCertificatesV1alpha1) ClusterTrustBundles() v1alpha1.ClusterTrustBundleInterface
func (*FakeCertificatesV1alpha1) RESTClient ¶
func (c *FakeCertificatesV1alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type FakeClusterTrustBundles ¶
type FakeClusterTrustBundles struct { Fake *FakeCertificatesV1alpha1 }
FakeClusterTrustBundles implements ClusterTrustBundleInterface
func (*FakeClusterTrustBundles) Apply ¶
func (c *FakeClusterTrustBundles) Apply(ctx context.Context, clusterTrustBundle *certificatesv1alpha1.ClusterTrustBundleApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.ClusterTrustBundle, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied clusterTrustBundle.
func (*FakeClusterTrustBundles) Create ¶
func (c *FakeClusterTrustBundles) Create(ctx context.Context, clusterTrustBundle *v1alpha1.ClusterTrustBundle, opts v1.CreateOptions) (result *v1alpha1.ClusterTrustBundle, err error)
Create takes the representation of a clusterTrustBundle and creates it. Returns the server's representation of the clusterTrustBundle, and an error, if there is any.
func (*FakeClusterTrustBundles) Delete ¶
func (c *FakeClusterTrustBundles) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete takes name of the clusterTrustBundle and deletes it. Returns an error if one occurs.
func (*FakeClusterTrustBundles) DeleteCollection ¶
func (c *FakeClusterTrustBundles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeClusterTrustBundles) Get ¶
func (c *FakeClusterTrustBundles) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ClusterTrustBundle, err error)
Get takes name of the clusterTrustBundle, and returns the corresponding clusterTrustBundle object, and an error if there is any.
func (*FakeClusterTrustBundles) List ¶
func (c *FakeClusterTrustBundles) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ClusterTrustBundleList, err error)
List takes label and field selectors, and returns the list of ClusterTrustBundles that match those selectors.
func (*FakeClusterTrustBundles) Patch ¶
func (c *FakeClusterTrustBundles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterTrustBundle, err error)
Patch applies the patch and returns the patched clusterTrustBundle.
func (*FakeClusterTrustBundles) Update ¶
func (c *FakeClusterTrustBundles) Update(ctx context.Context, clusterTrustBundle *v1alpha1.ClusterTrustBundle, opts v1.UpdateOptions) (result *v1alpha1.ClusterTrustBundle, err error)
Update takes the representation of a clusterTrustBundle and updates it. Returns the server's representation of the clusterTrustBundle, and an error, if there is any.
func (*FakeClusterTrustBundles) Watch ¶
func (c *FakeClusterTrustBundles) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested clusterTrustBundles.
Source Files ¶
doc.go fake_certificates_client.go fake_clustertrustbundle.go
- Version
- v0.29.2
- Published
- Feb 14, 2024
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 12 minutes ago –
Tools for package owners.