unversioned

package
v1.4.12 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2017 License: Apache-2.0 Imports: 4 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 AuthenticationClient

type AuthenticationClient struct {
	*restclient.RESTClient
}

AuthenticationClient is used to interact with features provided by the Authentication group.

func New

New creates a new AuthenticationClient for the given RESTClient.

func NewForConfig

func NewForConfig(c *restclient.Config) (*AuthenticationClient, error)

NewForConfig creates a new AuthenticationClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *restclient.Config) *AuthenticationClient

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

func (*AuthenticationClient) GetRESTClient

func (c *AuthenticationClient) GetRESTClient() *restclient.RESTClient

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

func (*AuthenticationClient) TokenReviews

func (c *AuthenticationClient) TokenReviews() TokenReviewInterface

type AuthenticationInterface

type AuthenticationInterface interface {
	GetRESTClient() *restclient.RESTClient
	TokenReviewsGetter
}

type TokenReviewExpansion

type TokenReviewExpansion interface {
	Create(tokenReview *authenticationapi.TokenReview) (result *authenticationapi.TokenReview, err error)
}

type TokenReviewInterface

type TokenReviewInterface interface {
	TokenReviewExpansion
}

TokenReviewInterface has methods to work with TokenReview resources.

type TokenReviewsGetter

type TokenReviewsGetter interface {
	TokenReviews() TokenReviewInterface
}

TokenReviewsGetter has a method to return a TokenReviewInterface. A group's client should implement this interface.

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