Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
93be54b2
Commit
93be54b2
authored
Feb 21, 2019
by
Jordan Liggitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate clients
parent
40e42ca4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
0 additions
and
259 deletions
+0
-259
clientset.go
...les/client-go/pkg/client/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...kg/client/clientset/versioned/fake/clientset_generated.go
+0
-5
clientset.go
...ons-apiserver/pkg/client/clientset/clientset/clientset.go
+0
-8
clientset_generated.go
...kg/client/clientset/clientset/fake/clientset_generated.go
+0
-5
clientset.go
staging/src/k8s.io/client-go/kubernetes/clientset.go
+0
-0
clientset_generated.go
...c/k8s.io/client-go/kubernetes/fake/clientset_generated.go
+0
-90
clientset.go
...ator/_examples/MixedCase/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...MixedCase/clientset/versioned/fake/clientset_generated.go
+0
-5
clientset.go
...ator/_examples/apiserver/clientset/versioned/clientset.go
+0
-16
clientset_generated.go
...apiserver/clientset/versioned/fake/clientset_generated.go
+0
-10
clientset.go
...-generator/_examples/crd/clientset/versioned/clientset.go
+0
-16
clientset_generated.go
...mples/crd/clientset/versioned/fake/clientset_generated.go
+0
-10
clientset.go
...8s.io/csi-api/pkg/client/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...kg/client/clientset/versioned/fake/clientset_generated.go
+0
-5
clientset.go
...tor/pkg/client/clientset_generated/clientset/clientset.go
+0
-8
clientset_generated.go
...clientset_generated/clientset/fake/clientset_generated.go
+0
-5
clientset.go
...8s.io/metrics/pkg/client/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...kg/client/clientset/versioned/fake/clientset_generated.go
+0
-5
clientset.go
...s.io/node-api/pkg/client/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...kg/client/clientset/versioned/fake/clientset_generated.go
+0
-5
clientset.go
...-apiserver/pkg/generated/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...generated/clientset/versioned/fake/clientset_generated.go
+0
-5
clientset.go
...controller/pkg/generated/clientset/versioned/clientset.go
+0
-8
clientset_generated.go
...generated/clientset/versioned/fake/clientset_generated.go
+0
-5
No files found.
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
CrV1
()
crv1
.
CrV1Interface
CrV1
()
crv1
.
CrV1Interface
// Deprecated: please explicitly pick a version if possible.
Cr
()
crv1
.
CrV1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -44,12 +42,6 @@ func (c *Clientset) CrV1() crv1.CrV1Interface {
...
@@ -44,12 +42,6 @@ func (c *Clientset) CrV1() crv1.CrV1Interface {
return
c
.
crV1
return
c
.
crV1
}
}
// Deprecated: Cr retrieves the default version of CrClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Cr
()
crv1
.
CrV1Interface
{
return
c
.
crV1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func
(
c
*
Clientset
)
CrV1
()
crv1
.
CrV1Interface
{
func
(
c
*
Clientset
)
CrV1
()
crv1
.
CrV1Interface
{
return
&
fakecrv1
.
FakeCrV1
{
Fake
:
&
c
.
Fake
}
return
&
fakecrv1
.
FakeCrV1
{
Fake
:
&
c
.
Fake
}
}
}
// Cr retrieves the CrV1Client
func
(
c
*
Clientset
)
Cr
()
crv1
.
CrV1Interface
{
return
&
fakecrv1
.
FakeCrV1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/clientset.go
View file @
93be54b2
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
ApiextensionsV1beta1
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
ApiextensionsV1beta1
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
// Deprecated: please explicitly pick a version if possible.
Apiextensions
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -44,12 +42,6 @@ func (c *Clientset) ApiextensionsV1beta1() apiextensionsv1beta1.ApiextensionsV1b
...
@@ -44,12 +42,6 @@ func (c *Clientset) ApiextensionsV1beta1() apiextensionsv1beta1.ApiextensionsV1b
return
c
.
apiextensionsV1beta1
return
c
.
apiextensionsV1beta1
}
}
// Deprecated: Apiextensions retrieves the default version of ApiextensionsClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Apiextensions
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
{
return
c
.
apiextensionsV1beta1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake/clientset_generated.go
View file @
93be54b2
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func
(
c
*
Clientset
)
ApiextensionsV1beta1
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
{
func
(
c
*
Clientset
)
ApiextensionsV1beta1
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
{
return
&
fakeapiextensionsv1beta1
.
FakeApiextensionsV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeapiextensionsv1beta1
.
FakeApiextensionsV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Apiextensions retrieves the ApiextensionsV1beta1Client
func
(
c
*
Clientset
)
Apiextensions
()
apiextensionsv1beta1
.
ApiextensionsV1beta1Interface
{
return
&
fakeapiextensionsv1beta1
.
FakeApiextensionsV1beta1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/client-go/kubernetes/clientset.go
View file @
93be54b2
This diff is collapsed.
Click to expand it.
staging/src/k8s.io/client-go/kubernetes/fake/clientset_generated.go
View file @
93be54b2
...
@@ -142,21 +142,11 @@ func (c *Clientset) AdmissionregistrationV1beta1() admissionregistrationv1beta1.
...
@@ -142,21 +142,11 @@ func (c *Clientset) AdmissionregistrationV1beta1() admissionregistrationv1beta1.
return
&
fakeadmissionregistrationv1beta1
.
FakeAdmissionregistrationV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeadmissionregistrationv1beta1
.
FakeAdmissionregistrationV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Admissionregistration retrieves the AdmissionregistrationV1beta1Client
func
(
c
*
Clientset
)
Admissionregistration
()
admissionregistrationv1beta1
.
AdmissionregistrationV1beta1Interface
{
return
&
fakeadmissionregistrationv1beta1
.
FakeAdmissionregistrationV1beta1
{
Fake
:
&
c
.
Fake
}
}
// AppsV1 retrieves the AppsV1Client
// AppsV1 retrieves the AppsV1Client
func
(
c
*
Clientset
)
AppsV1
()
appsv1
.
AppsV1Interface
{
func
(
c
*
Clientset
)
AppsV1
()
appsv1
.
AppsV1Interface
{
return
&
fakeappsv1
.
FakeAppsV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeappsv1
.
FakeAppsV1
{
Fake
:
&
c
.
Fake
}
}
}
// Apps retrieves the AppsV1Client
func
(
c
*
Clientset
)
Apps
()
appsv1
.
AppsV1Interface
{
return
&
fakeappsv1
.
FakeAppsV1
{
Fake
:
&
c
.
Fake
}
}
// AppsV1beta1 retrieves the AppsV1beta1Client
// AppsV1beta1 retrieves the AppsV1beta1Client
func
(
c
*
Clientset
)
AppsV1beta1
()
appsv1beta1
.
AppsV1beta1Interface
{
func
(
c
*
Clientset
)
AppsV1beta1
()
appsv1beta1
.
AppsV1beta1Interface
{
return
&
fakeappsv1beta1
.
FakeAppsV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeappsv1beta1
.
FakeAppsV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -172,21 +162,11 @@ func (c *Clientset) AuditregistrationV1alpha1() auditregistrationv1alpha1.Auditr
...
@@ -172,21 +162,11 @@ func (c *Clientset) AuditregistrationV1alpha1() auditregistrationv1alpha1.Auditr
return
&
fakeauditregistrationv1alpha1
.
FakeAuditregistrationV1alpha1
{
Fake
:
&
c
.
Fake
}
return
&
fakeauditregistrationv1alpha1
.
FakeAuditregistrationV1alpha1
{
Fake
:
&
c
.
Fake
}
}
}
// Auditregistration retrieves the AuditregistrationV1alpha1Client
func
(
c
*
Clientset
)
Auditregistration
()
auditregistrationv1alpha1
.
AuditregistrationV1alpha1Interface
{
return
&
fakeauditregistrationv1alpha1
.
FakeAuditregistrationV1alpha1
{
Fake
:
&
c
.
Fake
}
}
// AuthenticationV1 retrieves the AuthenticationV1Client
// AuthenticationV1 retrieves the AuthenticationV1Client
func
(
c
*
Clientset
)
AuthenticationV1
()
authenticationv1
.
AuthenticationV1Interface
{
func
(
c
*
Clientset
)
AuthenticationV1
()
authenticationv1
.
AuthenticationV1Interface
{
return
&
fakeauthenticationv1
.
FakeAuthenticationV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeauthenticationv1
.
FakeAuthenticationV1
{
Fake
:
&
c
.
Fake
}
}
}
// Authentication retrieves the AuthenticationV1Client
func
(
c
*
Clientset
)
Authentication
()
authenticationv1
.
AuthenticationV1Interface
{
return
&
fakeauthenticationv1
.
FakeAuthenticationV1
{
Fake
:
&
c
.
Fake
}
}
// AuthenticationV1beta1 retrieves the AuthenticationV1beta1Client
// AuthenticationV1beta1 retrieves the AuthenticationV1beta1Client
func
(
c
*
Clientset
)
AuthenticationV1beta1
()
authenticationv1beta1
.
AuthenticationV1beta1Interface
{
func
(
c
*
Clientset
)
AuthenticationV1beta1
()
authenticationv1beta1
.
AuthenticationV1beta1Interface
{
return
&
fakeauthenticationv1beta1
.
FakeAuthenticationV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeauthenticationv1beta1
.
FakeAuthenticationV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -197,11 +177,6 @@ func (c *Clientset) AuthorizationV1() authorizationv1.AuthorizationV1Interface {
...
@@ -197,11 +177,6 @@ func (c *Clientset) AuthorizationV1() authorizationv1.AuthorizationV1Interface {
return
&
fakeauthorizationv1
.
FakeAuthorizationV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeauthorizationv1
.
FakeAuthorizationV1
{
Fake
:
&
c
.
Fake
}
}
}
// Authorization retrieves the AuthorizationV1Client
func
(
c
*
Clientset
)
Authorization
()
authorizationv1
.
AuthorizationV1Interface
{
return
&
fakeauthorizationv1
.
FakeAuthorizationV1
{
Fake
:
&
c
.
Fake
}
}
// AuthorizationV1beta1 retrieves the AuthorizationV1beta1Client
// AuthorizationV1beta1 retrieves the AuthorizationV1beta1Client
func
(
c
*
Clientset
)
AuthorizationV1beta1
()
authorizationv1beta1
.
AuthorizationV1beta1Interface
{
func
(
c
*
Clientset
)
AuthorizationV1beta1
()
authorizationv1beta1
.
AuthorizationV1beta1Interface
{
return
&
fakeauthorizationv1beta1
.
FakeAuthorizationV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeauthorizationv1beta1
.
FakeAuthorizationV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -212,11 +187,6 @@ func (c *Clientset) AutoscalingV1() autoscalingv1.AutoscalingV1Interface {
...
@@ -212,11 +187,6 @@ func (c *Clientset) AutoscalingV1() autoscalingv1.AutoscalingV1Interface {
return
&
fakeautoscalingv1
.
FakeAutoscalingV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeautoscalingv1
.
FakeAutoscalingV1
{
Fake
:
&
c
.
Fake
}
}
}
// Autoscaling retrieves the AutoscalingV1Client
func
(
c
*
Clientset
)
Autoscaling
()
autoscalingv1
.
AutoscalingV1Interface
{
return
&
fakeautoscalingv1
.
FakeAutoscalingV1
{
Fake
:
&
c
.
Fake
}
}
// AutoscalingV2beta1 retrieves the AutoscalingV2beta1Client
// AutoscalingV2beta1 retrieves the AutoscalingV2beta1Client
func
(
c
*
Clientset
)
AutoscalingV2beta1
()
autoscalingv2beta1
.
AutoscalingV2beta1Interface
{
func
(
c
*
Clientset
)
AutoscalingV2beta1
()
autoscalingv2beta1
.
AutoscalingV2beta1Interface
{
return
&
fakeautoscalingv2beta1
.
FakeAutoscalingV2beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeautoscalingv2beta1
.
FakeAutoscalingV2beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -232,11 +202,6 @@ func (c *Clientset) BatchV1() batchv1.BatchV1Interface {
...
@@ -232,11 +202,6 @@ func (c *Clientset) BatchV1() batchv1.BatchV1Interface {
return
&
fakebatchv1
.
FakeBatchV1
{
Fake
:
&
c
.
Fake
}
return
&
fakebatchv1
.
FakeBatchV1
{
Fake
:
&
c
.
Fake
}
}
}
// Batch retrieves the BatchV1Client
func
(
c
*
Clientset
)
Batch
()
batchv1
.
BatchV1Interface
{
return
&
fakebatchv1
.
FakeBatchV1
{
Fake
:
&
c
.
Fake
}
}
// BatchV1beta1 retrieves the BatchV1beta1Client
// BatchV1beta1 retrieves the BatchV1beta1Client
func
(
c
*
Clientset
)
BatchV1beta1
()
batchv1beta1
.
BatchV1beta1Interface
{
func
(
c
*
Clientset
)
BatchV1beta1
()
batchv1beta1
.
BatchV1beta1Interface
{
return
&
fakebatchv1beta1
.
FakeBatchV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakebatchv1beta1
.
FakeBatchV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -252,11 +217,6 @@ func (c *Clientset) CertificatesV1beta1() certificatesv1beta1.CertificatesV1beta
...
@@ -252,11 +217,6 @@ func (c *Clientset) CertificatesV1beta1() certificatesv1beta1.CertificatesV1beta
return
&
fakecertificatesv1beta1
.
FakeCertificatesV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakecertificatesv1beta1
.
FakeCertificatesV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Certificates retrieves the CertificatesV1beta1Client
func
(
c
*
Clientset
)
Certificates
()
certificatesv1beta1
.
CertificatesV1beta1Interface
{
return
&
fakecertificatesv1beta1
.
FakeCertificatesV1beta1
{
Fake
:
&
c
.
Fake
}
}
// CoordinationV1beta1 retrieves the CoordinationV1beta1Client
// CoordinationV1beta1 retrieves the CoordinationV1beta1Client
func
(
c
*
Clientset
)
CoordinationV1beta1
()
coordinationv1beta1
.
CoordinationV1beta1Interface
{
func
(
c
*
Clientset
)
CoordinationV1beta1
()
coordinationv1beta1
.
CoordinationV1beta1Interface
{
return
&
fakecoordinationv1beta1
.
FakeCoordinationV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakecoordinationv1beta1
.
FakeCoordinationV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -267,51 +227,26 @@ func (c *Clientset) CoordinationV1() coordinationv1.CoordinationV1Interface {
...
@@ -267,51 +227,26 @@ func (c *Clientset) CoordinationV1() coordinationv1.CoordinationV1Interface {
return
&
fakecoordinationv1
.
FakeCoordinationV1
{
Fake
:
&
c
.
Fake
}
return
&
fakecoordinationv1
.
FakeCoordinationV1
{
Fake
:
&
c
.
Fake
}
}
}
// Coordination retrieves the CoordinationV1Client
func
(
c
*
Clientset
)
Coordination
()
coordinationv1
.
CoordinationV1Interface
{
return
&
fakecoordinationv1
.
FakeCoordinationV1
{
Fake
:
&
c
.
Fake
}
}
// CoreV1 retrieves the CoreV1Client
// CoreV1 retrieves the CoreV1Client
func
(
c
*
Clientset
)
CoreV1
()
corev1
.
CoreV1Interface
{
func
(
c
*
Clientset
)
CoreV1
()
corev1
.
CoreV1Interface
{
return
&
fakecorev1
.
FakeCoreV1
{
Fake
:
&
c
.
Fake
}
return
&
fakecorev1
.
FakeCoreV1
{
Fake
:
&
c
.
Fake
}
}
}
// Core retrieves the CoreV1Client
func
(
c
*
Clientset
)
Core
()
corev1
.
CoreV1Interface
{
return
&
fakecorev1
.
FakeCoreV1
{
Fake
:
&
c
.
Fake
}
}
// EventsV1beta1 retrieves the EventsV1beta1Client
// EventsV1beta1 retrieves the EventsV1beta1Client
func
(
c
*
Clientset
)
EventsV1beta1
()
eventsv1beta1
.
EventsV1beta1Interface
{
func
(
c
*
Clientset
)
EventsV1beta1
()
eventsv1beta1
.
EventsV1beta1Interface
{
return
&
fakeeventsv1beta1
.
FakeEventsV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeeventsv1beta1
.
FakeEventsV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Events retrieves the EventsV1beta1Client
func
(
c
*
Clientset
)
Events
()
eventsv1beta1
.
EventsV1beta1Interface
{
return
&
fakeeventsv1beta1
.
FakeEventsV1beta1
{
Fake
:
&
c
.
Fake
}
}
// ExtensionsV1beta1 retrieves the ExtensionsV1beta1Client
// ExtensionsV1beta1 retrieves the ExtensionsV1beta1Client
func
(
c
*
Clientset
)
ExtensionsV1beta1
()
extensionsv1beta1
.
ExtensionsV1beta1Interface
{
func
(
c
*
Clientset
)
ExtensionsV1beta1
()
extensionsv1beta1
.
ExtensionsV1beta1Interface
{
return
&
fakeextensionsv1beta1
.
FakeExtensionsV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakeextensionsv1beta1
.
FakeExtensionsV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Extensions retrieves the ExtensionsV1beta1Client
func
(
c
*
Clientset
)
Extensions
()
extensionsv1beta1
.
ExtensionsV1beta1Interface
{
return
&
fakeextensionsv1beta1
.
FakeExtensionsV1beta1
{
Fake
:
&
c
.
Fake
}
}
// NetworkingV1 retrieves the NetworkingV1Client
// NetworkingV1 retrieves the NetworkingV1Client
func
(
c
*
Clientset
)
NetworkingV1
()
networkingv1
.
NetworkingV1Interface
{
func
(
c
*
Clientset
)
NetworkingV1
()
networkingv1
.
NetworkingV1Interface
{
return
&
fakenetworkingv1
.
FakeNetworkingV1
{
Fake
:
&
c
.
Fake
}
return
&
fakenetworkingv1
.
FakeNetworkingV1
{
Fake
:
&
c
.
Fake
}
}
}
// Networking retrieves the NetworkingV1Client
func
(
c
*
Clientset
)
Networking
()
networkingv1
.
NetworkingV1Interface
{
return
&
fakenetworkingv1
.
FakeNetworkingV1
{
Fake
:
&
c
.
Fake
}
}
// NetworkingV1beta1 retrieves the NetworkingV1beta1Client
// NetworkingV1beta1 retrieves the NetworkingV1beta1Client
func
(
c
*
Clientset
)
NetworkingV1beta1
()
networkingv1beta1
.
NetworkingV1beta1Interface
{
func
(
c
*
Clientset
)
NetworkingV1beta1
()
networkingv1beta1
.
NetworkingV1beta1Interface
{
return
&
fakenetworkingv1beta1
.
FakeNetworkingV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakenetworkingv1beta1
.
FakeNetworkingV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -322,21 +257,11 @@ func (c *Clientset) PolicyV1beta1() policyv1beta1.PolicyV1beta1Interface {
...
@@ -322,21 +257,11 @@ func (c *Clientset) PolicyV1beta1() policyv1beta1.PolicyV1beta1Interface {
return
&
fakepolicyv1beta1
.
FakePolicyV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakepolicyv1beta1
.
FakePolicyV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Policy retrieves the PolicyV1beta1Client
func
(
c
*
Clientset
)
Policy
()
policyv1beta1
.
PolicyV1beta1Interface
{
return
&
fakepolicyv1beta1
.
FakePolicyV1beta1
{
Fake
:
&
c
.
Fake
}
}
// RbacV1 retrieves the RbacV1Client
// RbacV1 retrieves the RbacV1Client
func
(
c
*
Clientset
)
RbacV1
()
rbacv1
.
RbacV1Interface
{
func
(
c
*
Clientset
)
RbacV1
()
rbacv1
.
RbacV1Interface
{
return
&
fakerbacv1
.
FakeRbacV1
{
Fake
:
&
c
.
Fake
}
return
&
fakerbacv1
.
FakeRbacV1
{
Fake
:
&
c
.
Fake
}
}
}
// Rbac retrieves the RbacV1Client
func
(
c
*
Clientset
)
Rbac
()
rbacv1
.
RbacV1Interface
{
return
&
fakerbacv1
.
FakeRbacV1
{
Fake
:
&
c
.
Fake
}
}
// RbacV1beta1 retrieves the RbacV1beta1Client
// RbacV1beta1 retrieves the RbacV1beta1Client
func
(
c
*
Clientset
)
RbacV1beta1
()
rbacv1beta1
.
RbacV1beta1Interface
{
func
(
c
*
Clientset
)
RbacV1beta1
()
rbacv1beta1
.
RbacV1beta1Interface
{
return
&
fakerbacv1beta1
.
FakeRbacV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakerbacv1beta1
.
FakeRbacV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -362,21 +287,11 @@ func (c *Clientset) SchedulingV1() schedulingv1.SchedulingV1Interface {
...
@@ -362,21 +287,11 @@ func (c *Clientset) SchedulingV1() schedulingv1.SchedulingV1Interface {
return
&
fakeschedulingv1
.
FakeSchedulingV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeschedulingv1
.
FakeSchedulingV1
{
Fake
:
&
c
.
Fake
}
}
}
// Scheduling retrieves the SchedulingV1Client
func
(
c
*
Clientset
)
Scheduling
()
schedulingv1
.
SchedulingV1Interface
{
return
&
fakeschedulingv1
.
FakeSchedulingV1
{
Fake
:
&
c
.
Fake
}
}
// SettingsV1alpha1 retrieves the SettingsV1alpha1Client
// SettingsV1alpha1 retrieves the SettingsV1alpha1Client
func
(
c
*
Clientset
)
SettingsV1alpha1
()
settingsv1alpha1
.
SettingsV1alpha1Interface
{
func
(
c
*
Clientset
)
SettingsV1alpha1
()
settingsv1alpha1
.
SettingsV1alpha1Interface
{
return
&
fakesettingsv1alpha1
.
FakeSettingsV1alpha1
{
Fake
:
&
c
.
Fake
}
return
&
fakesettingsv1alpha1
.
FakeSettingsV1alpha1
{
Fake
:
&
c
.
Fake
}
}
}
// Settings retrieves the SettingsV1alpha1Client
func
(
c
*
Clientset
)
Settings
()
settingsv1alpha1
.
SettingsV1alpha1Interface
{
return
&
fakesettingsv1alpha1
.
FakeSettingsV1alpha1
{
Fake
:
&
c
.
Fake
}
}
// StorageV1beta1 retrieves the StorageV1beta1Client
// StorageV1beta1 retrieves the StorageV1beta1Client
func
(
c
*
Clientset
)
StorageV1beta1
()
storagev1beta1
.
StorageV1beta1Interface
{
func
(
c
*
Clientset
)
StorageV1beta1
()
storagev1beta1
.
StorageV1beta1Interface
{
return
&
fakestoragev1beta1
.
FakeStorageV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakestoragev1beta1
.
FakeStorageV1beta1
{
Fake
:
&
c
.
Fake
}
...
@@ -387,11 +302,6 @@ func (c *Clientset) StorageV1() storagev1.StorageV1Interface {
...
@@ -387,11 +302,6 @@ func (c *Clientset) StorageV1() storagev1.StorageV1Interface {
return
&
fakestoragev1
.
FakeStorageV1
{
Fake
:
&
c
.
Fake
}
return
&
fakestoragev1
.
FakeStorageV1
{
Fake
:
&
c
.
Fake
}
}
}
// Storage retrieves the StorageV1Client
func
(
c
*
Clientset
)
Storage
()
storagev1
.
StorageV1Interface
{
return
&
fakestoragev1
.
FakeStorageV1
{
Fake
:
&
c
.
Fake
}
}
// StorageV1alpha1 retrieves the StorageV1alpha1Client
// StorageV1alpha1 retrieves the StorageV1alpha1Client
func
(
c
*
Clientset
)
StorageV1alpha1
()
storagev1alpha1
.
StorageV1alpha1Interface
{
func
(
c
*
Clientset
)
StorageV1alpha1
()
storagev1alpha1
.
StorageV1alpha1Interface
{
return
&
fakestoragev1alpha1
.
FakeStorageV1alpha1
{
Fake
:
&
c
.
Fake
}
return
&
fakestoragev1alpha1
.
FakeStorageV1alpha1
{
Fake
:
&
c
.
Fake
}
...
...
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
ExampleV1
()
examplev1
.
ExampleV1Interface
ExampleV1
()
examplev1
.
ExampleV1Interface
// Deprecated: please explicitly pick a version if possible.
Example
()
examplev1
.
ExampleV1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -44,12 +42,6 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
...
@@ -44,12 +42,6 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
return
c
.
exampleV1
return
c
.
exampleV1
}
}
// Deprecated: Example retrieves the default version of ExampleClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Example
()
examplev1
.
ExampleV1Interface
{
return
c
.
exampleV1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/code-generator/_examples/MixedCase/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func
(
c
*
Clientset
)
ExampleV1
()
examplev1
.
ExampleV1Interface
{
func
(
c
*
Clientset
)
ExampleV1
()
examplev1
.
ExampleV1Interface
{
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
}
}
// Example retrieves the ExampleV1Client
func
(
c
*
Clientset
)
Example
()
examplev1
.
ExampleV1Interface
{
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -29,11 +29,7 @@ import (
...
@@ -29,11 +29,7 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
ExampleV1
()
examplev1
.
ExampleV1Interface
ExampleV1
()
examplev1
.
ExampleV1Interface
// Deprecated: please explicitly pick a version if possible.
Example
()
examplev1
.
ExampleV1Interface
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
// Deprecated: please explicitly pick a version if possible.
SecondExample
()
secondexamplev1
.
SecondExampleV1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -49,23 +45,11 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
...
@@ -49,23 +45,11 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
return
c
.
exampleV1
return
c
.
exampleV1
}
}
// Deprecated: Example retrieves the default version of ExampleClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Example
()
examplev1
.
ExampleV1Interface
{
return
c
.
exampleV1
}
// SecondExampleV1 retrieves the SecondExampleV1Client
// SecondExampleV1 retrieves the SecondExampleV1Client
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
return
c
.
secondExampleV1
return
c
.
secondExampleV1
}
}
// Deprecated: SecondExample retrieves the default version of SecondExampleClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
SecondExample
()
secondexamplev1
.
SecondExampleV1Interface
{
return
c
.
secondExampleV1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/code-generator/_examples/apiserver/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -78,17 +78,7 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
...
@@ -78,17 +78,7 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
}
}
// Example retrieves the ExampleV1Client
func
(
c
*
Clientset
)
Example
()
examplev1
.
ExampleV1Interface
{
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
}
// SecondExampleV1 retrieves the SecondExampleV1Client
// SecondExampleV1 retrieves the SecondExampleV1Client
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
return
&
fakesecondexamplev1
.
FakeSecondExampleV1
{
Fake
:
&
c
.
Fake
}
return
&
fakesecondexamplev1
.
FakeSecondExampleV1
{
Fake
:
&
c
.
Fake
}
}
}
// SecondExample retrieves the SecondExampleV1Client
func
(
c
*
Clientset
)
SecondExample
()
secondexamplev1
.
SecondExampleV1Interface
{
return
&
fakesecondexamplev1
.
FakeSecondExampleV1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -29,11 +29,7 @@ import (
...
@@ -29,11 +29,7 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
ExampleV1
()
examplev1
.
ExampleV1Interface
ExampleV1
()
examplev1
.
ExampleV1Interface
// Deprecated: please explicitly pick a version if possible.
Example
()
examplev1
.
ExampleV1Interface
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
// Deprecated: please explicitly pick a version if possible.
SecondExample
()
secondexamplev1
.
SecondExampleV1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -49,23 +45,11 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
...
@@ -49,23 +45,11 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
return
c
.
exampleV1
return
c
.
exampleV1
}
}
// Deprecated: Example retrieves the default version of ExampleClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Example
()
examplev1
.
ExampleV1Interface
{
return
c
.
exampleV1
}
// SecondExampleV1 retrieves the SecondExampleV1Client
// SecondExampleV1 retrieves the SecondExampleV1Client
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
return
c
.
secondExampleV1
return
c
.
secondExampleV1
}
}
// Deprecated: SecondExample retrieves the default version of SecondExampleClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
SecondExample
()
secondexamplev1
.
SecondExampleV1Interface
{
return
c
.
secondExampleV1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/code-generator/_examples/crd/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -78,17 +78,7 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
...
@@ -78,17 +78,7 @@ func (c *Clientset) ExampleV1() examplev1.ExampleV1Interface {
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
}
}
// Example retrieves the ExampleV1Client
func
(
c
*
Clientset
)
Example
()
examplev1
.
ExampleV1Interface
{
return
&
fakeexamplev1
.
FakeExampleV1
{
Fake
:
&
c
.
Fake
}
}
// SecondExampleV1 retrieves the SecondExampleV1Client
// SecondExampleV1 retrieves the SecondExampleV1Client
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
func
(
c
*
Clientset
)
SecondExampleV1
()
secondexamplev1
.
SecondExampleV1Interface
{
return
&
fakesecondexamplev1
.
FakeSecondExampleV1
{
Fake
:
&
c
.
Fake
}
return
&
fakesecondexamplev1
.
FakeSecondExampleV1
{
Fake
:
&
c
.
Fake
}
}
}
// SecondExample retrieves the SecondExampleV1Client
func
(
c
*
Clientset
)
SecondExample
()
secondexamplev1
.
SecondExampleV1Interface
{
return
&
fakesecondexamplev1
.
FakeSecondExampleV1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
CsiV1alpha1
()
csiv1alpha1
.
CsiV1alpha1Interface
CsiV1alpha1
()
csiv1alpha1
.
CsiV1alpha1Interface
// Deprecated: please explicitly pick a version if possible.
Csi
()
csiv1alpha1
.
CsiV1alpha1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -44,12 +42,6 @@ func (c *Clientset) CsiV1alpha1() csiv1alpha1.CsiV1alpha1Interface {
...
@@ -44,12 +42,6 @@ func (c *Clientset) CsiV1alpha1() csiv1alpha1.CsiV1alpha1Interface {
return
c
.
csiV1alpha1
return
c
.
csiV1alpha1
}
}
// Deprecated: Csi retrieves the default version of CsiClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Csi
()
csiv1alpha1
.
CsiV1alpha1Interface
{
return
c
.
csiV1alpha1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/csi-api/pkg/client/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func
(
c
*
Clientset
)
CsiV1alpha1
()
csiv1alpha1
.
CsiV1alpha1Interface
{
func
(
c
*
Clientset
)
CsiV1alpha1
()
csiv1alpha1
.
CsiV1alpha1Interface
{
return
&
fakecsiv1alpha1
.
FakeCsiV1alpha1
{
Fake
:
&
c
.
Fake
}
return
&
fakecsiv1alpha1
.
FakeCsiV1alpha1
{
Fake
:
&
c
.
Fake
}
}
}
// Csi retrieves the CsiV1alpha1Client
func
(
c
*
Clientset
)
Csi
()
csiv1alpha1
.
CsiV1alpha1Interface
{
return
&
fakecsiv1alpha1
.
FakeCsiV1alpha1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/clientset.go
View file @
93be54b2
...
@@ -30,8 +30,6 @@ type Interface interface {
...
@@ -30,8 +30,6 @@ type Interface interface {
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
ApiregistrationV1beta1
()
apiregistrationv1beta1
.
ApiregistrationV1beta1Interface
ApiregistrationV1beta1
()
apiregistrationv1beta1
.
ApiregistrationV1beta1Interface
ApiregistrationV1
()
apiregistrationv1
.
ApiregistrationV1Interface
ApiregistrationV1
()
apiregistrationv1
.
ApiregistrationV1Interface
// Deprecated: please explicitly pick a version if possible.
Apiregistration
()
apiregistrationv1
.
ApiregistrationV1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -52,12 +50,6 @@ func (c *Clientset) ApiregistrationV1() apiregistrationv1.ApiregistrationV1Inter
...
@@ -52,12 +50,6 @@ func (c *Clientset) ApiregistrationV1() apiregistrationv1.ApiregistrationV1Inter
return
c
.
apiregistrationV1
return
c
.
apiregistrationV1
}
}
// Deprecated: Apiregistration retrieves the default version of ApiregistrationClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Apiregistration
()
apiregistrationv1
.
ApiregistrationV1Interface
{
return
c
.
apiregistrationV1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/fake/clientset_generated.go
View file @
93be54b2
...
@@ -82,8 +82,3 @@ func (c *Clientset) ApiregistrationV1beta1() apiregistrationv1beta1.Apiregistrat
...
@@ -82,8 +82,3 @@ func (c *Clientset) ApiregistrationV1beta1() apiregistrationv1beta1.Apiregistrat
func
(
c
*
Clientset
)
ApiregistrationV1
()
apiregistrationv1
.
ApiregistrationV1Interface
{
func
(
c
*
Clientset
)
ApiregistrationV1
()
apiregistrationv1
.
ApiregistrationV1Interface
{
return
&
fakeapiregistrationv1
.
FakeApiregistrationV1
{
Fake
:
&
c
.
Fake
}
return
&
fakeapiregistrationv1
.
FakeApiregistrationV1
{
Fake
:
&
c
.
Fake
}
}
}
// Apiregistration retrieves the ApiregistrationV1Client
func
(
c
*
Clientset
)
Apiregistration
()
apiregistrationv1
.
ApiregistrationV1Interface
{
return
&
fakeapiregistrationv1
.
FakeApiregistrationV1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -30,8 +30,6 @@ type Interface interface {
...
@@ -30,8 +30,6 @@ type Interface interface {
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
MetricsV1alpha1
()
metricsv1alpha1
.
MetricsV1alpha1Interface
MetricsV1alpha1
()
metricsv1alpha1
.
MetricsV1alpha1Interface
MetricsV1beta1
()
metricsv1beta1
.
MetricsV1beta1Interface
MetricsV1beta1
()
metricsv1beta1
.
MetricsV1beta1Interface
// Deprecated: please explicitly pick a version if possible.
Metrics
()
metricsv1beta1
.
MetricsV1beta1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -52,12 +50,6 @@ func (c *Clientset) MetricsV1beta1() metricsv1beta1.MetricsV1beta1Interface {
...
@@ -52,12 +50,6 @@ func (c *Clientset) MetricsV1beta1() metricsv1beta1.MetricsV1beta1Interface {
return
c
.
metricsV1beta1
return
c
.
metricsV1beta1
}
}
// Deprecated: Metrics retrieves the default version of MetricsClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Metrics
()
metricsv1beta1
.
MetricsV1beta1Interface
{
return
c
.
metricsV1beta1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/metrics/pkg/client/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -82,8 +82,3 @@ func (c *Clientset) MetricsV1alpha1() metricsv1alpha1.MetricsV1alpha1Interface {
...
@@ -82,8 +82,3 @@ func (c *Clientset) MetricsV1alpha1() metricsv1alpha1.MetricsV1alpha1Interface {
func
(
c
*
Clientset
)
MetricsV1beta1
()
metricsv1beta1
.
MetricsV1beta1Interface
{
func
(
c
*
Clientset
)
MetricsV1beta1
()
metricsv1beta1
.
MetricsV1beta1Interface
{
return
&
fakemetricsv1beta1
.
FakeMetricsV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakemetricsv1beta1
.
FakeMetricsV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Metrics retrieves the MetricsV1beta1Client
func
(
c
*
Clientset
)
Metrics
()
metricsv1beta1
.
MetricsV1beta1Interface
{
return
&
fakemetricsv1beta1
.
FakeMetricsV1beta1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
NodeV1alpha1
()
nodev1alpha1
.
NodeV1alpha1Interface
NodeV1alpha1
()
nodev1alpha1
.
NodeV1alpha1Interface
// Deprecated: please explicitly pick a version if possible.
Node
()
nodev1alpha1
.
NodeV1alpha1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -44,12 +42,6 @@ func (c *Clientset) NodeV1alpha1() nodev1alpha1.NodeV1alpha1Interface {
...
@@ -44,12 +42,6 @@ func (c *Clientset) NodeV1alpha1() nodev1alpha1.NodeV1alpha1Interface {
return
c
.
nodeV1alpha1
return
c
.
nodeV1alpha1
}
}
// Deprecated: Node retrieves the default version of NodeClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Node
()
nodev1alpha1
.
NodeV1alpha1Interface
{
return
c
.
nodeV1alpha1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/node-api/pkg/client/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func
(
c
*
Clientset
)
NodeV1alpha1
()
nodev1alpha1
.
NodeV1alpha1Interface
{
func
(
c
*
Clientset
)
NodeV1alpha1
()
nodev1alpha1
.
NodeV1alpha1Interface
{
return
&
fakenodev1alpha1
.
FakeNodeV1alpha1
{
Fake
:
&
c
.
Fake
}
return
&
fakenodev1alpha1
.
FakeNodeV1alpha1
{
Fake
:
&
c
.
Fake
}
}
}
// Node retrieves the NodeV1alpha1Client
func
(
c
*
Clientset
)
Node
()
nodev1alpha1
.
NodeV1alpha1Interface
{
return
&
fakenodev1alpha1
.
FakeNodeV1alpha1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -30,8 +30,6 @@ type Interface interface {
...
@@ -30,8 +30,6 @@ type Interface interface {
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
WardleV1alpha1
()
wardlev1alpha1
.
WardleV1alpha1Interface
WardleV1alpha1
()
wardlev1alpha1
.
WardleV1alpha1Interface
WardleV1beta1
()
wardlev1beta1
.
WardleV1beta1Interface
WardleV1beta1
()
wardlev1beta1
.
WardleV1beta1Interface
// Deprecated: please explicitly pick a version if possible.
Wardle
()
wardlev1beta1
.
WardleV1beta1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -52,12 +50,6 @@ func (c *Clientset) WardleV1beta1() wardlev1beta1.WardleV1beta1Interface {
...
@@ -52,12 +50,6 @@ func (c *Clientset) WardleV1beta1() wardlev1beta1.WardleV1beta1Interface {
return
c
.
wardleV1beta1
return
c
.
wardleV1beta1
}
}
// Deprecated: Wardle retrieves the default version of WardleClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Wardle
()
wardlev1beta1
.
WardleV1beta1Interface
{
return
c
.
wardleV1beta1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/sample-apiserver/pkg/generated/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -82,8 +82,3 @@ func (c *Clientset) WardleV1alpha1() wardlev1alpha1.WardleV1alpha1Interface {
...
@@ -82,8 +82,3 @@ func (c *Clientset) WardleV1alpha1() wardlev1alpha1.WardleV1alpha1Interface {
func
(
c
*
Clientset
)
WardleV1beta1
()
wardlev1beta1
.
WardleV1beta1Interface
{
func
(
c
*
Clientset
)
WardleV1beta1
()
wardlev1beta1
.
WardleV1beta1Interface
{
return
&
fakewardlev1beta1
.
FakeWardleV1beta1
{
Fake
:
&
c
.
Fake
}
return
&
fakewardlev1beta1
.
FakeWardleV1beta1
{
Fake
:
&
c
.
Fake
}
}
}
// Wardle retrieves the WardleV1beta1Client
func
(
c
*
Clientset
)
Wardle
()
wardlev1beta1
.
WardleV1beta1Interface
{
return
&
fakewardlev1beta1
.
FakeWardleV1beta1
{
Fake
:
&
c
.
Fake
}
}
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/clientset.go
View file @
93be54b2
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
type
Interface
interface
{
type
Interface
interface
{
Discovery
()
discovery
.
DiscoveryInterface
Discovery
()
discovery
.
DiscoveryInterface
SamplecontrollerV1alpha1
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
SamplecontrollerV1alpha1
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
// Deprecated: please explicitly pick a version if possible.
Samplecontroller
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
}
}
// Clientset contains the clients for groups. Each group has exactly one
// Clientset contains the clients for groups. Each group has exactly one
...
@@ -44,12 +42,6 @@ func (c *Clientset) SamplecontrollerV1alpha1() samplecontrollerv1alpha1.Sampleco
...
@@ -44,12 +42,6 @@ func (c *Clientset) SamplecontrollerV1alpha1() samplecontrollerv1alpha1.Sampleco
return
c
.
samplecontrollerV1alpha1
return
c
.
samplecontrollerV1alpha1
}
}
// Deprecated: Samplecontroller retrieves the default version of SamplecontrollerClient.
// Please explicitly pick a version.
func
(
c
*
Clientset
)
Samplecontroller
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
{
return
c
.
samplecontrollerV1alpha1
}
// Discovery retrieves the DiscoveryClient
// Discovery retrieves the DiscoveryClient
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
func
(
c
*
Clientset
)
Discovery
()
discovery
.
DiscoveryInterface
{
if
c
==
nil
{
if
c
==
nil
{
...
...
staging/src/k8s.io/sample-controller/pkg/generated/clientset/versioned/fake/clientset_generated.go
View file @
93be54b2
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
...
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func
(
c
*
Clientset
)
SamplecontrollerV1alpha1
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
{
func
(
c
*
Clientset
)
SamplecontrollerV1alpha1
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
{
return
&
fakesamplecontrollerv1alpha1
.
FakeSamplecontrollerV1alpha1
{
Fake
:
&
c
.
Fake
}
return
&
fakesamplecontrollerv1alpha1
.
FakeSamplecontrollerV1alpha1
{
Fake
:
&
c
.
Fake
}
}
}
// Samplecontroller retrieves the SamplecontrollerV1alpha1Client
func
(
c
*
Clientset
)
Samplecontroller
()
samplecontrollerv1alpha1
.
SamplecontrollerV1alpha1Interface
{
return
&
fakesamplecontrollerv1alpha1
.
FakeSamplecontrollerV1alpha1
{
Fake
:
&
c
.
Fake
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment