Documentation ¶
Index ¶
- type AuthenticationV1Client
- type AuthenticationV1ClusterClient
- func (c *AuthenticationV1ClusterClient) Cluster(clusterPath logicalcluster.Path) authenticationv1.AuthenticationV1Interface
- func (c *AuthenticationV1ClusterClient) SelfSubjectReviews() kcpauthenticationv1.SelfSubjectReviewClusterInterface
- func (c *AuthenticationV1ClusterClient) TokenReviews() kcpauthenticationv1.TokenReviewClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationV1Client ¶
type AuthenticationV1Client struct { *kcptesting.Fake ClusterPath logicalcluster.Path }
func (*AuthenticationV1Client) RESTClient ¶
func (c *AuthenticationV1Client) RESTClient() rest.Interface
func (*AuthenticationV1Client) SelfSubjectReviews ¶
func (c *AuthenticationV1Client) SelfSubjectReviews() authenticationv1.SelfSubjectReviewInterface
func (*AuthenticationV1Client) TokenReviews ¶
func (c *AuthenticationV1Client) TokenReviews() authenticationv1.TokenReviewInterface
type AuthenticationV1ClusterClient ¶
type AuthenticationV1ClusterClient struct {
*kcptesting.Fake
}
func (*AuthenticationV1ClusterClient) Cluster ¶
func (c *AuthenticationV1ClusterClient) Cluster(clusterPath logicalcluster.Path) authenticationv1.AuthenticationV1Interface
func (*AuthenticationV1ClusterClient) SelfSubjectReviews ¶
func (c *AuthenticationV1ClusterClient) SelfSubjectReviews() kcpauthenticationv1.SelfSubjectReviewClusterInterface
func (*AuthenticationV1ClusterClient) TokenReviews ¶
func (c *AuthenticationV1ClusterClient) TokenReviews() kcpauthenticationv1.TokenReviewClusterInterface
Click to show internal directories.
Click to hide internal directories.