v1beta1

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizationPoliciesGetter

type AuthorizationPoliciesGetter interface {
	AuthorizationPolicies(namespace string) AuthorizationPolicyInterface
}

AuthorizationPoliciesGetter has a method to return a AuthorizationPolicyInterface. A group's client should implement this interface.

type AuthorizationPolicyExpansion

type AuthorizationPolicyExpansion interface{}

type AuthorizationPolicyInterface

type AuthorizationPolicyInterface interface {
	Create(*v1beta1.AuthorizationPolicy) (*v1beta1.AuthorizationPolicy, error)
	Update(*v1beta1.AuthorizationPolicy) (*v1beta1.AuthorizationPolicy, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.AuthorizationPolicy, error)
	List(opts v1.ListOptions) (*v1beta1.AuthorizationPolicyList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.AuthorizationPolicy, err error)
	AuthorizationPolicyExpansion
}

AuthorizationPolicyInterface has methods to work with AuthorizationPolicy resources.

type PeerAuthenticationExpansion

type PeerAuthenticationExpansion interface{}

type PeerAuthenticationInterface

type PeerAuthenticationInterface interface {
	Create(*v1beta1.PeerAuthentication) (*v1beta1.PeerAuthentication, error)
	Update(*v1beta1.PeerAuthentication) (*v1beta1.PeerAuthentication, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.PeerAuthentication, error)
	List(opts v1.ListOptions) (*v1beta1.PeerAuthenticationList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.PeerAuthentication, err error)
	PeerAuthenticationExpansion
}

PeerAuthenticationInterface has methods to work with PeerAuthentication resources.

type PeerAuthenticationsGetter

type PeerAuthenticationsGetter interface {
	PeerAuthentications(namespace string) PeerAuthenticationInterface
}

PeerAuthenticationsGetter has a method to return a PeerAuthenticationInterface. A group's client should implement this interface.

type RequestAuthenticationExpansion

type RequestAuthenticationExpansion interface{}

type RequestAuthenticationInterface

type RequestAuthenticationInterface interface {
	Create(*v1beta1.RequestAuthentication) (*v1beta1.RequestAuthentication, error)
	Update(*v1beta1.RequestAuthentication) (*v1beta1.RequestAuthentication, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.RequestAuthentication, error)
	List(opts v1.ListOptions) (*v1beta1.RequestAuthenticationList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.RequestAuthentication, err error)
	RequestAuthenticationExpansion
}

RequestAuthenticationInterface has methods to work with RequestAuthentication resources.

type RequestAuthenticationsGetter

type RequestAuthenticationsGetter interface {
	RequestAuthentications(namespace string) RequestAuthenticationInterface
}

RequestAuthenticationsGetter has a method to return a RequestAuthenticationInterface. A group's client should implement this interface.

type SecurityV1beta1Client

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

SecurityV1beta1Client is used to interact with features provided by the security.istio.io group.

func New

New creates a new SecurityV1beta1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*SecurityV1beta1Client, error)

NewForConfig creates a new SecurityV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SecurityV1beta1Client

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

func (*SecurityV1beta1Client) AuthorizationPolicies

func (c *SecurityV1beta1Client) AuthorizationPolicies(namespace string) AuthorizationPolicyInterface

func (*SecurityV1beta1Client) PeerAuthentications

func (c *SecurityV1beta1Client) PeerAuthentications(namespace string) PeerAuthenticationInterface

func (*SecurityV1beta1Client) RESTClient

func (c *SecurityV1beta1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*SecurityV1beta1Client) RequestAuthentications

func (c *SecurityV1beta1Client) RequestAuthentications(namespace string) RequestAuthenticationInterface

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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