v1beta1

package
v0.0.0-...-0416c83 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdmissionregistrationV1beta1ClusterClient

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

func NewForConfig

NewForConfig creates a new AdmissionregistrationV1beta1ClusterClient for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*AdmissionregistrationV1beta1ClusterClient, error)

NewForConfigAndClient creates a new AdmissionregistrationV1beta1ClusterClient for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

NewForConfigOrDie creates a new AdmissionregistrationV1beta1ClusterClient for the given config and panics if there is an error in the config.

func (*AdmissionregistrationV1beta1ClusterClient) Cluster

func (*AdmissionregistrationV1beta1ClusterClient) MutatingWebhookConfigurations

func (*AdmissionregistrationV1beta1ClusterClient) ValidatingAdmissionPolicies

func (*AdmissionregistrationV1beta1ClusterClient) ValidatingAdmissionPolicyBindings

func (*AdmissionregistrationV1beta1ClusterClient) ValidatingWebhookConfigurations

type AdmissionregistrationV1beta1ClusterScoper

type AdmissionregistrationV1beta1ClusterScoper interface {
	Cluster(logicalcluster.Path) admissionregistrationv1beta1.AdmissionregistrationV1beta1Interface
}

type MutatingWebhookConfigurationClusterInterface

type MutatingWebhookConfigurationClusterInterface interface {
	Cluster(logicalcluster.Path) admissionregistrationv1beta1client.MutatingWebhookConfigurationInterface
	List(ctx context.Context, opts metav1.ListOptions) (*admissionregistrationv1beta1.MutatingWebhookConfigurationList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

MutatingWebhookConfigurationClusterInterface can operate on MutatingWebhookConfigurations across all clusters, or scope down to one cluster and return a admissionregistrationv1beta1client.MutatingWebhookConfigurationInterface.

type MutatingWebhookConfigurationsClusterGetter

type MutatingWebhookConfigurationsClusterGetter interface {
	MutatingWebhookConfigurations() MutatingWebhookConfigurationClusterInterface
}

MutatingWebhookConfigurationsClusterGetter has a method to return a MutatingWebhookConfigurationClusterInterface. A group's cluster client should implement this interface.

type ValidatingAdmissionPoliciesClusterGetter

type ValidatingAdmissionPoliciesClusterGetter interface {
	ValidatingAdmissionPolicies() ValidatingAdmissionPolicyClusterInterface
}

ValidatingAdmissionPoliciesClusterGetter has a method to return a ValidatingAdmissionPolicyClusterInterface. A group's cluster client should implement this interface.

type ValidatingAdmissionPolicyBindingClusterInterface

type ValidatingAdmissionPolicyBindingClusterInterface interface {
	Cluster(logicalcluster.Path) admissionregistrationv1beta1client.ValidatingAdmissionPolicyBindingInterface
	List(ctx context.Context, opts metav1.ListOptions) (*admissionregistrationv1beta1.ValidatingAdmissionPolicyBindingList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

ValidatingAdmissionPolicyBindingClusterInterface can operate on ValidatingAdmissionPolicyBindings across all clusters, or scope down to one cluster and return a admissionregistrationv1beta1client.ValidatingAdmissionPolicyBindingInterface.

type ValidatingAdmissionPolicyBindingsClusterGetter

type ValidatingAdmissionPolicyBindingsClusterGetter interface {
	ValidatingAdmissionPolicyBindings() ValidatingAdmissionPolicyBindingClusterInterface
}

ValidatingAdmissionPolicyBindingsClusterGetter has a method to return a ValidatingAdmissionPolicyBindingClusterInterface. A group's cluster client should implement this interface.

type ValidatingAdmissionPolicyClusterInterface

type ValidatingAdmissionPolicyClusterInterface interface {
	Cluster(logicalcluster.Path) admissionregistrationv1beta1client.ValidatingAdmissionPolicyInterface
	List(ctx context.Context, opts metav1.ListOptions) (*admissionregistrationv1beta1.ValidatingAdmissionPolicyList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

ValidatingAdmissionPolicyClusterInterface can operate on ValidatingAdmissionPolicies across all clusters, or scope down to one cluster and return a admissionregistrationv1beta1client.ValidatingAdmissionPolicyInterface.

type ValidatingWebhookConfigurationClusterInterface

type ValidatingWebhookConfigurationClusterInterface interface {
	Cluster(logicalcluster.Path) admissionregistrationv1beta1client.ValidatingWebhookConfigurationInterface
	List(ctx context.Context, opts metav1.ListOptions) (*admissionregistrationv1beta1.ValidatingWebhookConfigurationList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

ValidatingWebhookConfigurationClusterInterface can operate on ValidatingWebhookConfigurations across all clusters, or scope down to one cluster and return a admissionregistrationv1beta1client.ValidatingWebhookConfigurationInterface.

type ValidatingWebhookConfigurationsClusterGetter

type ValidatingWebhookConfigurationsClusterGetter interface {
	ValidatingWebhookConfigurations() ValidatingWebhookConfigurationClusterInterface
}

ValidatingWebhookConfigurationsClusterGetter has a method to return a ValidatingWebhookConfigurationClusterInterface. A group's cluster client should implement this interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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