Documentation ¶
Index ¶
- func NewConfigMapSvc() *configMapSvc
- func NewDeploymentGetter() *deploymentGetter
- func NewDeploymentLister() *deploymentLister
- func NewGQLPodConverter() *gqlPodConverter
- func NewGQLResourceConverter() *gqlResourceConverter
- func NewGQLSecretConverter() *gqlSecretConverter
- func NewGqlConfigMapConverter() *gqlConfigMapConverter
- func NewGqlReplicaSetConverter() *gqlReplicaSetConverter
- func NewGqlServiceConverter() *gqlServiceConverter
- func NewGqlVersionInfoConverter() *gqlVersionInfoConverter
- func NewNamespaceSvc() *namespaceSvc
- func NewPodSvc() *podSvc
- func NewReplicaSetLister() *replicaSetLister
- func NewReplicaSetSvc() *replicaSetSvc
- func NewResourceSvc() *resourceSvc
- func NewSecretSvc() *secretSvc
- func NewSelfSubjectRulesConverter() *gqlSelfSubjectRulesConverter
- func NewSelfSubjectRulesSvc() *selfSubjectRulesSvc
- func NewServiceSvc() *serviceSvc
- func NewStatefulSetLister() *statefulSetLister
- type AuthorizationV1Interface
- func (_m *AuthorizationV1Interface) LocalSubjectAccessReviews(namespace string) v1.LocalSubjectAccessReviewInterface
- func (_m *AuthorizationV1Interface) RESTClient() rest.Interface
- func (_m *AuthorizationV1Interface) SelfSubjectAccessReviews() v1.SelfSubjectAccessReviewInterface
- func (_m *AuthorizationV1Interface) SelfSubjectRulesReviews() v1.SelfSubjectRulesReviewInterface
- func (_m *AuthorizationV1Interface) SubjectAccessReviews() v1.SubjectAccessReviewInterface
- type DiscoveryInterface
- func (_m *DiscoveryInterface) OpenAPISchema() (*openapi_v2.Document, error)
- func (_m *DiscoveryInterface) RESTClient() rest.Interface
- func (_m *DiscoveryInterface) ServerGroups() (*v1.APIGroupList, error)
- func (_m *DiscoveryInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
- func (_m *DiscoveryInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
- func (_m *DiscoveryInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
- func (_m *DiscoveryInterface) ServerResources() ([]*v1.APIResourceList, error)
- func (_m *DiscoveryInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
- func (_m *DiscoveryInterface) ServerVersion() (*version.Info, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigMapSvc ¶
func NewConfigMapSvc() *configMapSvc
func NewDeploymentGetter ¶
func NewDeploymentGetter() *deploymentGetter
func NewDeploymentLister ¶
func NewDeploymentLister() *deploymentLister
func NewGQLPodConverter ¶
func NewGQLPodConverter() *gqlPodConverter
func NewGQLResourceConverter ¶
func NewGQLResourceConverter() *gqlResourceConverter
func NewGQLSecretConverter ¶
func NewGQLSecretConverter() *gqlSecretConverter
func NewGqlConfigMapConverter ¶
func NewGqlConfigMapConverter() *gqlConfigMapConverter
func NewGqlReplicaSetConverter ¶
func NewGqlReplicaSetConverter() *gqlReplicaSetConverter
func NewGqlServiceConverter ¶
func NewGqlServiceConverter() *gqlServiceConverter
func NewGqlVersionInfoConverter ¶
func NewGqlVersionInfoConverter() *gqlVersionInfoConverter
func NewNamespaceSvc ¶
func NewNamespaceSvc() *namespaceSvc
func NewReplicaSetLister ¶
func NewReplicaSetLister() *replicaSetLister
func NewReplicaSetSvc ¶
func NewReplicaSetSvc() *replicaSetSvc
func NewResourceSvc ¶
func NewResourceSvc() *resourceSvc
func NewSecretSvc ¶
func NewSecretSvc() *secretSvc
func NewSelfSubjectRulesConverter ¶
func NewSelfSubjectRulesConverter() *gqlSelfSubjectRulesConverter
func NewSelfSubjectRulesSvc ¶
func NewSelfSubjectRulesSvc() *selfSubjectRulesSvc
func NewServiceSvc ¶
func NewServiceSvc() *serviceSvc
func NewStatefulSetLister ¶
func NewStatefulSetLister() *statefulSetLister
Types ¶
type AuthorizationV1Interface ¶
AuthorizationV1Interface is an autogenerated mock type for the AuthorizationV1Interface type
func (*AuthorizationV1Interface) LocalSubjectAccessReviews ¶
func (_m *AuthorizationV1Interface) LocalSubjectAccessReviews(namespace string) v1.LocalSubjectAccessReviewInterface
LocalSubjectAccessReviews provides a mock function with given fields: namespace
func (*AuthorizationV1Interface) RESTClient ¶
func (_m *AuthorizationV1Interface) RESTClient() rest.Interface
RESTClient provides a mock function with given fields:
func (*AuthorizationV1Interface) SelfSubjectAccessReviews ¶
func (_m *AuthorizationV1Interface) SelfSubjectAccessReviews() v1.SelfSubjectAccessReviewInterface
SelfSubjectAccessReviews provides a mock function with given fields:
func (*AuthorizationV1Interface) SelfSubjectRulesReviews ¶
func (_m *AuthorizationV1Interface) SelfSubjectRulesReviews() v1.SelfSubjectRulesReviewInterface
SelfSubjectRulesReviews provides a mock function with given fields:
func (*AuthorizationV1Interface) SubjectAccessReviews ¶
func (_m *AuthorizationV1Interface) SubjectAccessReviews() v1.SubjectAccessReviewInterface
SubjectAccessReviews provides a mock function with given fields:
type DiscoveryInterface ¶
DiscoveryInterface is an autogenerated mock type for the DiscoveryInterface type
func (*DiscoveryInterface) OpenAPISchema ¶
func (_m *DiscoveryInterface) OpenAPISchema() (*openapi_v2.Document, error)
OpenAPISchema provides a mock function with given fields:
func (*DiscoveryInterface) RESTClient ¶
func (_m *DiscoveryInterface) RESTClient() rest.Interface
RESTClient provides a mock function with given fields:
func (*DiscoveryInterface) ServerGroups ¶
func (_m *DiscoveryInterface) ServerGroups() (*v1.APIGroupList, error)
ServerGroups provides a mock function with given fields:
func (*DiscoveryInterface) ServerGroupsAndResources ¶
func (_m *DiscoveryInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
ServerGroupsAndResources provides a mock function with given fields:
func (*DiscoveryInterface) ServerPreferredNamespacedResources ¶
func (_m *DiscoveryInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
ServerPreferredNamespacedResources provides a mock function with given fields:
func (*DiscoveryInterface) ServerPreferredResources ¶
func (_m *DiscoveryInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
ServerPreferredResources provides a mock function with given fields:
func (*DiscoveryInterface) ServerResources ¶
func (_m *DiscoveryInterface) ServerResources() ([]*v1.APIResourceList, error)
ServerResources provides a mock function with given fields:
func (*DiscoveryInterface) ServerResourcesForGroupVersion ¶
func (_m *DiscoveryInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
ServerResourcesForGroupVersion provides a mock function with given fields: groupVersion
func (*DiscoveryInterface) ServerVersion ¶
func (_m *DiscoveryInterface) ServerVersion() (*version.Info, error)
ServerVersion provides a mock function with given fields:
Source Files ¶
- authorization_v1_interface.go
- config_map_svc.go
- deployment_getter.go
- deployment_lister.go
- discovery_interface.go
- export.go
- gql_config_map_converter.go
- gql_pod_converter.go
- gql_replica_set_converter.go
- gql_resource_converter.go
- gql_secret_converter.go
- gql_self_subject_rules_converter.go
- gql_service_converter.go
- gql_version_info_converter.go
- namespace_svc.go
- pod_svc.go
- replica_set_lister.go
- replica_set_svc.go
- resource_svc.go
- secret_svc.go
- self_subject_rules_svc.go
- service_svc.go
- stateful_set_lister.go