Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenReviewCreator ¶
type TokenReviewCreator struct {
// contains filtered or unexported fields
}
TokenReviewCreator fulfills the TokenReviewCreator interface that is expected to be typically fulfilled by k8s.io/client-go/kubernetes/typed/authentication/v1.TokenReviewInterface.
func New ¶
func New(entries ...*authv1.TokenReview) *TokenReviewCreator
func (*TokenReviewCreator) Create ¶
func (trc *TokenReviewCreator) Create(ctx context.Context, tokenReview *authv1.TokenReview, opts metav1.CreateOptions) (*authv1.TokenReview, error)
Click to show internal directories.
Click to hide internal directories.