Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func NewErrorClients(err error) (client.Interface, kclientset.Interface) + func NewFixtureClients(objs ...runtime.Object) (client.Interface, kclientset.Interface) + func ReadObjectsFromPath(path, namespace string, decoder runtime.Decoder, typer runtime.ObjectTyper) ([]runtime.Object, error) + type Fake struct + ReactionChain []core.Reactor + WatchReactionChain []core.WatchReactor + func NewSimpleFake(objects ...runtime.Object) *Fake + func (c *Fake) Actions() []core.Action + func (c *Fake) AddReactor(verb, resource string, reaction core.ReactionFunc) + func (c *Fake) AddWatchReactor(resource string, reaction core.WatchReactionFunc) + func (c *Fake) AppliedClusterResourceQuotas(namespace string) client.AppliedClusterResourceQuotaInterface + func (c *Fake) BuildConfigs(namespace string) client.BuildConfigInterface + func (c *Fake) BuildLogs(namespace string) client.BuildLogsInterface + func (c *Fake) Builds(namespace string) client.BuildInterface + func (c *Fake) ClearActions() + func (c *Fake) ClusterNetwork() client.ClusterNetworkInterface + func (c *Fake) ClusterPolicies() client.ClusterPolicyInterface + func (c *Fake) ClusterPolicyBindings() client.ClusterPolicyBindingInterface + func (c *Fake) ClusterResourceQuotas() client.ClusterResourceQuotaInterface + func (c *Fake) ClusterRoleBindings() client.ClusterRoleBindingInterface + func (c *Fake) ClusterRoles() client.ClusterRoleInterface + func (c *Fake) DeploymentConfigs(namespace string) client.DeploymentConfigInterface + func (c *Fake) DeploymentLogs(namespace string) client.DeploymentLogInterface + func (c *Fake) EgressNetworkPolicies(namespace string) client.EgressNetworkPolicyInterface + func (c *Fake) Groups() client.GroupInterface + func (c *Fake) HostSubnets() client.HostSubnetInterface + func (c *Fake) Identities() client.IdentityInterface + func (c *Fake) ImageSignatures() client.ImageSignatureInterface + func (c *Fake) ImageStreamImages(namespace string) client.ImageStreamImageInterface + func (c *Fake) ImageStreamMappings(namespace string) client.ImageStreamMappingInterface + func (c *Fake) ImageStreamSecrets(namespace string) client.ImageStreamSecretInterface + func (c *Fake) ImageStreamTags(namespace string) client.ImageStreamTagInterface + func (c *Fake) ImageStreams(namespace string) client.ImageStreamInterface + func (c *Fake) Images() client.ImageInterface + func (c *Fake) ImpersonateLocalSubjectAccessReviews(namespace, token string) client.LocalSubjectAccessReviewInterface + func (c *Fake) ImpersonateSubjectAccessReviews(token string) client.SubjectAccessReviewInterface + func (c *Fake) Invokes(action core.Action, defaultReturnObj runtime.Object) (runtime.Object, error) + func (c *Fake) InvokesWatch(action core.Action) (watch.Interface, error) + func (c *Fake) LocalResourceAccessReviews(namespace string) client.LocalResourceAccessReviewInterface + func (c *Fake) LocalSubjectAccessReviews(namespace string) client.LocalSubjectAccessReviewInterface + func (c *Fake) NetNamespaces() client.NetNamespaceInterface + func (c *Fake) OAuthAccessTokens() client.OAuthAccessTokenInterface + func (c *Fake) OAuthAuthorizeTokens() client.OAuthAuthorizeTokenInterface + func (c *Fake) OAuthClientAuthorizations() client.OAuthClientAuthorizationInterface + func (c *Fake) OAuthClients() client.OAuthClientInterface + func (c *Fake) Policies(namespace string) client.PolicyInterface + func (c *Fake) PolicyBindings(namespace string) client.PolicyBindingInterface + func (c *Fake) PrependReactor(verb, resource string, reaction core.ReactionFunc) + func (c *Fake) PrependWatchReactor(resource string, reaction core.WatchReactionFunc) + func (c *Fake) ProjectRequests() client.ProjectRequestInterface + func (c *Fake) Projects() client.ProjectInterface + func (c *Fake) ResourceAccessReviews() client.ResourceAccessReviewInterface + func (c *Fake) RoleBindingRestrictions(namespace string) client.RoleBindingRestrictionInterface + func (c *Fake) RoleBindings(namespace string) client.RoleBindingInterface + func (c *Fake) Roles(namespace string) client.RoleInterface + func (c *Fake) Routes(namespace string) client.RouteInterface + func (c *Fake) SelfSubjectRulesReviews(namespace string) client.SelfSubjectRulesReviewInterface + func (c *Fake) SubjectAccessReviews() client.SubjectAccessReviewInterface + func (c *Fake) SubjectRulesReviews(namespace string) client.SubjectRulesReviewInterface + func (c *Fake) TemplateConfigs(namespace string) client.TemplateConfigInterface + func (c *Fake) Templates(namespace string) client.TemplateInterface + func (c *Fake) UserIdentityMappings() client.UserIdentityMappingInterface + func (c *Fake) Users() client.UserInterface + type FakeAppliedClusterResourceQuotas struct + Fake *Fake + Namespace string + func (c *FakeAppliedClusterResourceQuotas) Get(name string) (*quotaapi.AppliedClusterResourceQuota, error) + func (c *FakeAppliedClusterResourceQuotas) List(opts kapi.ListOptions) (*quotaapi.AppliedClusterResourceQuotaList, error) + type FakeBuildConfigs struct + Fake *Fake + Namespace string + func (c *FakeBuildConfigs) Create(inObj *buildapi.BuildConfig) (*buildapi.BuildConfig, error) + func (c *FakeBuildConfigs) Delete(name string) error + func (c *FakeBuildConfigs) Get(name string) (*buildapi.BuildConfig, error) + func (c *FakeBuildConfigs) Instantiate(request *buildapi.BuildRequest) (result *buildapi.Build, err error) + func (c *FakeBuildConfigs) InstantiateBinary(request *buildapi.BinaryBuildRequestOptions, r io.Reader) (result *buildapi.Build, err error) + func (c *FakeBuildConfigs) List(opts kapi.ListOptions) (*buildapi.BuildConfigList, error) + func (c *FakeBuildConfigs) Update(inObj *buildapi.BuildConfig) (*buildapi.BuildConfig, error) + func (c *FakeBuildConfigs) Watch(opts kapi.ListOptions) (watch.Interface, error) + func (c *FakeBuildConfigs) WebHookURL(name string, trigger *buildapi.BuildTriggerPolicy) (*url.URL, error) + type FakeBuildLogs struct + Fake *Fake + Namespace string + func (c *FakeBuildLogs) Get(name string, opt buildapi.BuildLogOptions) *restclient.Request + type FakeBuilds struct + Fake *Fake + Namespace string + func (c *FakeBuilds) Clone(request *buildapi.BuildRequest) (result *buildapi.Build, err error) + func (c *FakeBuilds) Create(inObj *buildapi.Build) (*buildapi.Build, error) + func (c *FakeBuilds) Delete(name string) error + func (c *FakeBuilds) Get(name string) (*buildapi.Build, error) + func (c *FakeBuilds) List(opts kapi.ListOptions) (*buildapi.BuildList, error) + func (c *FakeBuilds) Update(inObj *buildapi.Build) (*buildapi.Build, error) + func (c *FakeBuilds) UpdateDetails(inObj *buildapi.Build) (*buildapi.Build, error) + func (c *FakeBuilds) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeClusterNetwork struct + Fake *Fake + func (c *FakeClusterNetwork) Create(inObj *sdnapi.ClusterNetwork) (*sdnapi.ClusterNetwork, error) + func (c *FakeClusterNetwork) Get(name string) (*sdnapi.ClusterNetwork, error) + func (c *FakeClusterNetwork) Update(inObj *sdnapi.ClusterNetwork) (*sdnapi.ClusterNetwork, error) + type FakeClusterPolicies struct + Fake *Fake + func (c *FakeClusterPolicies) Delete(name string) error + func (c *FakeClusterPolicies) Get(name string) (*authorizationapi.ClusterPolicy, error) + func (c *FakeClusterPolicies) List(opts kapi.ListOptions) (*authorizationapi.ClusterPolicyList, error) + func (c *FakeClusterPolicies) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeClusterPolicyBindings struct + Fake *Fake + func (c *FakeClusterPolicyBindings) Create(inObj *authorizationapi.ClusterPolicyBinding) (*authorizationapi.ClusterPolicyBinding, error) + func (c *FakeClusterPolicyBindings) Delete(name string) error + func (c *FakeClusterPolicyBindings) Get(name string) (*authorizationapi.ClusterPolicyBinding, error) + func (c *FakeClusterPolicyBindings) List(opts kapi.ListOptions) (*authorizationapi.ClusterPolicyBindingList, error) + func (c *FakeClusterPolicyBindings) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeClusterResourceAccessReviews struct + Fake *Fake + func (c *FakeClusterResourceAccessReviews) Create(inObj *authorizationapi.ResourceAccessReview) (*authorizationapi.ResourceAccessReviewResponse, error) + type FakeClusterResourceQuotas struct + Fake *Fake + func (c *FakeClusterResourceQuotas) Create(inObj *quotaapi.ClusterResourceQuota) (*quotaapi.ClusterResourceQuota, error) + func (c *FakeClusterResourceQuotas) Delete(name string) error + func (c *FakeClusterResourceQuotas) Get(name string) (*quotaapi.ClusterResourceQuota, error) + func (c *FakeClusterResourceQuotas) List(opts kapi.ListOptions) (*quotaapi.ClusterResourceQuotaList, error) + func (c *FakeClusterResourceQuotas) Update(inObj *quotaapi.ClusterResourceQuota) (*quotaapi.ClusterResourceQuota, error) + func (c *FakeClusterResourceQuotas) UpdateStatus(inObj *quotaapi.ClusterResourceQuota) (*quotaapi.ClusterResourceQuota, error) + func (c *FakeClusterResourceQuotas) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeClusterRoleBindings struct + Fake *Fake + func (c *FakeClusterRoleBindings) Create(inObj *authorizationapi.ClusterRoleBinding) (*authorizationapi.ClusterRoleBinding, error) + func (c *FakeClusterRoleBindings) Delete(name string) error + func (c *FakeClusterRoleBindings) Get(name string) (*authorizationapi.ClusterRoleBinding, error) + func (c *FakeClusterRoleBindings) List(opts kapi.ListOptions) (*authorizationapi.ClusterRoleBindingList, error) + func (c *FakeClusterRoleBindings) Update(inObj *authorizationapi.ClusterRoleBinding) (*authorizationapi.ClusterRoleBinding, error) + type FakeClusterRoles struct + Fake *Fake + func (c *FakeClusterRoles) Create(inObj *authorizationapi.ClusterRole) (*authorizationapi.ClusterRole, error) + func (c *FakeClusterRoles) Delete(name string) error + func (c *FakeClusterRoles) Get(name string) (*authorizationapi.ClusterRole, error) + func (c *FakeClusterRoles) List(opts kapi.ListOptions) (*authorizationapi.ClusterRoleList, error) + func (c *FakeClusterRoles) Update(inObj *authorizationapi.ClusterRole) (*authorizationapi.ClusterRole, error) + type FakeClusterSubjectAccessReviews struct + Fake *Fake + func (c *FakeClusterSubjectAccessReviews) Create(inObj *authorizationapi.SubjectAccessReview) (*authorizationapi.SubjectAccessReviewResponse, error) + type FakeDeploymentConfigs struct + Fake *Fake + Namespace string + func (c *FakeDeploymentConfigs) Create(inObj *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) + func (c *FakeDeploymentConfigs) Delete(name string) error + func (c *FakeDeploymentConfigs) Generate(name string) (*deployapi.DeploymentConfig, error) + func (c *FakeDeploymentConfigs) Get(name string) (*deployapi.DeploymentConfig, error) + func (c *FakeDeploymentConfigs) GetScale(name string) (*extensions.Scale, error) + func (c *FakeDeploymentConfigs) Instantiate(inObj *deployapi.DeploymentRequest) (*deployapi.DeploymentConfig, error) + func (c *FakeDeploymentConfigs) List(opts kapi.ListOptions) (*deployapi.DeploymentConfigList, error) + func (c *FakeDeploymentConfigs) Rollback(inObj *deployapi.DeploymentConfigRollback) (result *deployapi.DeploymentConfig, err error) + func (c *FakeDeploymentConfigs) RollbackDeprecated(inObj *deployapi.DeploymentConfigRollback) (result *deployapi.DeploymentConfig, err error) + func (c *FakeDeploymentConfigs) Update(inObj *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) + func (c *FakeDeploymentConfigs) UpdateScale(inObj *extensions.Scale) (*extensions.Scale, error) + func (c *FakeDeploymentConfigs) UpdateStatus(inObj *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) + func (c *FakeDeploymentConfigs) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeDeploymentLogs struct + Fake *Fake + Namespace string + func (c *FakeDeploymentLogs) Get(name string, opt api.DeploymentLogOptions) *restclient.Request + type FakeEgressNetworkPolicy struct + Fake *Fake + Namespace string + func (c *FakeEgressNetworkPolicy) Create(inObj *sdnapi.EgressNetworkPolicy) (*sdnapi.EgressNetworkPolicy, error) + func (c *FakeEgressNetworkPolicy) Delete(name string) error + func (c *FakeEgressNetworkPolicy) Get(name string) (*sdnapi.EgressNetworkPolicy, error) + func (c *FakeEgressNetworkPolicy) List(opts kapi.ListOptions) (*sdnapi.EgressNetworkPolicyList, error) + func (c *FakeEgressNetworkPolicy) Update(inObj *sdnapi.EgressNetworkPolicy) (*sdnapi.EgressNetworkPolicy, error) + func (c *FakeEgressNetworkPolicy) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeGroups struct + Fake *Fake + func (c *FakeGroups) Create(inObj *userapi.Group) (*userapi.Group, error) + func (c *FakeGroups) Delete(name string) error + func (c *FakeGroups) Get(name string) (*userapi.Group, error) + func (c *FakeGroups) List(opts kapi.ListOptions) (*userapi.GroupList, error) + func (c *FakeGroups) Update(inObj *userapi.Group) (*userapi.Group, error) + func (c *FakeGroups) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeHostSubnet struct + Fake *Fake + func (c *FakeHostSubnet) Create(inObj *sdnapi.HostSubnet) (*sdnapi.HostSubnet, error) + func (c *FakeHostSubnet) Delete(name string) error + func (c *FakeHostSubnet) Get(name string) (*sdnapi.HostSubnet, error) + func (c *FakeHostSubnet) List(opts kapi.ListOptions) (*sdnapi.HostSubnetList, error) + func (c *FakeHostSubnet) Update(inObj *sdnapi.HostSubnet) (*sdnapi.HostSubnet, error) + func (c *FakeHostSubnet) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeIdentities struct + Fake *Fake + func (c *FakeIdentities) Create(inObj *userapi.Identity) (*userapi.Identity, error) + func (c *FakeIdentities) Delete(name string) error + func (c *FakeIdentities) Get(name string) (*userapi.Identity, error) + func (c *FakeIdentities) List(opts kapi.ListOptions) (*userapi.IdentityList, error) + func (c *FakeIdentities) Update(inObj *userapi.Identity) (*userapi.Identity, error) + type FakeImageSignatures struct + Fake *Fake + func (c *FakeImageSignatures) Create(inObj *imageapi.ImageSignature) (*imageapi.ImageSignature, error) + func (c *FakeImageSignatures) Delete(name string) error + type FakeImageStreamImages struct + Fake *Fake + Namespace string + func (c *FakeImageStreamImages) Get(repo, imageID string) (*imageapi.ImageStreamImage, error) + type FakeImageStreamMappings struct + Fake *Fake + Namespace string + func (c *FakeImageStreamMappings) Create(inObj *imageapi.ImageStreamMapping) error + type FakeImageStreamSecrets struct + Fake *Fake + Namespace string + func (c *FakeImageStreamSecrets) Secrets(name string, options kapi.ListOptions) (*kapi.SecretList, error) + type FakeImageStreamTags struct + Fake *Fake + Namespace string + func (c *FakeImageStreamTags) Create(inObj *imageapi.ImageStreamTag) (*imageapi.ImageStreamTag, error) + func (c *FakeImageStreamTags) Delete(name, tag string) error + func (c *FakeImageStreamTags) Get(name, tag string) (*imageapi.ImageStreamTag, error) + func (c *FakeImageStreamTags) Update(inObj *imageapi.ImageStreamTag) (*imageapi.ImageStreamTag, error) + type FakeImageStreams struct + Fake *Fake + Namespace string + func (c *FakeImageStreams) Create(inObj *imageapi.ImageStream) (*imageapi.ImageStream, error) + func (c *FakeImageStreams) Delete(name string) error + func (c *FakeImageStreams) Get(name string) (*imageapi.ImageStream, error) + func (c *FakeImageStreams) Import(inObj *imageapi.ImageStreamImport) (*imageapi.ImageStreamImport, error) + func (c *FakeImageStreams) List(opts kapi.ListOptions) (*imageapi.ImageStreamList, error) + func (c *FakeImageStreams) Update(inObj *imageapi.ImageStream) (*imageapi.ImageStream, error) + func (c *FakeImageStreams) UpdateStatus(inObj *imageapi.ImageStream) (result *imageapi.ImageStream, err error) + func (c *FakeImageStreams) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeImages struct + Fake *Fake + func (c *FakeImages) Create(inObj *imageapi.Image) (*imageapi.Image, error) + func (c *FakeImages) Delete(name string) error + func (c *FakeImages) Get(name string) (*imageapi.Image, error) + func (c *FakeImages) List(opts kapi.ListOptions) (*imageapi.ImageList, error) + func (c *FakeImages) Update(inObj *imageapi.Image) (*imageapi.Image, error) + type FakeLocalResourceAccessReviews struct + Fake *Fake + Namespace string + func (c *FakeLocalResourceAccessReviews) Create(inObj *authorizationapi.LocalResourceAccessReview) (*authorizationapi.ResourceAccessReviewResponse, error) + type FakeLocalSubjectAccessReviews struct + Fake *Fake + Namespace string + func (c *FakeLocalSubjectAccessReviews) Create(inObj *authorizationapi.LocalSubjectAccessReview) (*authorizationapi.SubjectAccessReviewResponse, error) + type FakeNetNamespace struct + Fake *Fake + func (c *FakeNetNamespace) Create(inObj *sdnapi.NetNamespace) (*sdnapi.NetNamespace, error) + func (c *FakeNetNamespace) Delete(name string) error + func (c *FakeNetNamespace) Get(name string) (*sdnapi.NetNamespace, error) + func (c *FakeNetNamespace) List(opts kapi.ListOptions) (*sdnapi.NetNamespaceList, error) + func (c *FakeNetNamespace) Update(inObj *sdnapi.NetNamespace) (*sdnapi.NetNamespace, error) + func (c *FakeNetNamespace) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeOAuthAccessTokens struct + Fake *Fake + func (c *FakeOAuthAccessTokens) Create(inObj *oauthapi.OAuthAccessToken) (*oauthapi.OAuthAccessToken, error) + func (c *FakeOAuthAccessTokens) Delete(name string) error + func (c *FakeOAuthAccessTokens) Get(name string) (*oauthapi.OAuthAccessToken, error) + func (c *FakeOAuthAccessTokens) List(opts kapi.ListOptions) (*oauthapi.OAuthAccessTokenList, error) + type FakeOAuthAuthorizeTokens struct + Fake *Fake + func (c *FakeOAuthAuthorizeTokens) Create(inObj *oauthapi.OAuthAuthorizeToken) (*oauthapi.OAuthAuthorizeToken, error) + func (c *FakeOAuthAuthorizeTokens) Delete(name string) error + type FakeOAuthClient struct + Fake *Fake + func (c *FakeOAuthClient) Create(inObj *oauthapi.OAuthClient) (*oauthapi.OAuthClient, error) + func (c *FakeOAuthClient) Delete(name string) error + func (c *FakeOAuthClient) Get(name string) (*oauthapi.OAuthClient, error) + func (c *FakeOAuthClient) List(opts kapi.ListOptions) (*oauthapi.OAuthClientList, error) + func (c *FakeOAuthClient) Update(client *oauthapi.OAuthClient) (*oauthapi.OAuthClient, error) + func (c *FakeOAuthClient) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeOAuthClientAuthorization struct + Fake *Fake + func (c *FakeOAuthClientAuthorization) Create(inObj *oauthapi.OAuthClientAuthorization) (*oauthapi.OAuthClientAuthorization, error) + func (c *FakeOAuthClientAuthorization) Delete(name string) error + func (c *FakeOAuthClientAuthorization) Get(name string) (*oauthapi.OAuthClientAuthorization, error) + func (c *FakeOAuthClientAuthorization) List(opts kapi.ListOptions) (*oauthapi.OAuthClientAuthorizationList, error) + func (c *FakeOAuthClientAuthorization) Update(inObj *oauthapi.OAuthClientAuthorization) (*oauthapi.OAuthClientAuthorization, error) + func (c *FakeOAuthClientAuthorization) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakePodSecurityPolicyReviews struct + Fake *Fake + Namespace string + func (c *FakePodSecurityPolicyReviews) Create(inObj *securityapi.PodSecurityPolicyReview) (*securityapi.PodSecurityPolicyReview, error) + type FakePodSecurityPolicySelfSubjectReviews struct + Fake *Fake + Namespace string + func (c *FakePodSecurityPolicySelfSubjectReviews) Create(inObj *securityapi.PodSecurityPolicySelfSubjectReview) (*securityapi.PodSecurityPolicySelfSubjectReview, error) + type FakePodSecurityPolicySubjectReviews struct + Fake *Fake + Namespace string + func (c *FakePodSecurityPolicySubjectReviews) Create(inObj *securityapi.PodSecurityPolicySubjectReview) (*securityapi.PodSecurityPolicySubjectReview, error) + type FakePolicies struct + Fake *Fake + Namespace string + func (c *FakePolicies) Delete(name string) error + func (c *FakePolicies) Get(name string) (*authorizationapi.Policy, error) + func (c *FakePolicies) List(opts kapi.ListOptions) (*authorizationapi.PolicyList, error) + func (c *FakePolicies) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakePolicyBindings struct + Fake *Fake + Namespace string + func (c *FakePolicyBindings) Create(inObj *authorizationapi.PolicyBinding) (*authorizationapi.PolicyBinding, error) + func (c *FakePolicyBindings) Delete(name string) error + func (c *FakePolicyBindings) Get(name string) (*authorizationapi.PolicyBinding, error) + func (c *FakePolicyBindings) List(opts kapi.ListOptions) (*authorizationapi.PolicyBindingList, error) + func (c *FakePolicyBindings) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeProjectRequests struct + Fake *Fake + func (c *FakeProjectRequests) Create(inObj *projectapi.ProjectRequest) (*projectapi.Project, error) + func (c *FakeProjectRequests) List(opts kapi.ListOptions) (*unversioned.Status, error) + type FakeProjects struct + Fake *Fake + func (c *FakeProjects) Create(inObj *projectapi.Project) (*projectapi.Project, error) + func (c *FakeProjects) Delete(name string) error + func (c *FakeProjects) Get(name string) (*projectapi.Project, error) + func (c *FakeProjects) List(opts kapi.ListOptions) (*projectapi.ProjectList, error) + func (c *FakeProjects) Update(inObj *projectapi.Project) (*projectapi.Project, error) + func (c *FakeProjects) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeRoleBindingRestrictions struct + Fake *Fake + Namespace string + func (c *FakeRoleBindingRestrictions) Create(inObj *authorizationapi.RoleBindingRestriction) (*authorizationapi.RoleBindingRestriction, error) + func (c *FakeRoleBindingRestrictions) Delete(name string) error + func (c *FakeRoleBindingRestrictions) Get(name string) (*authorizationapi.RoleBindingRestriction, error) + func (c *FakeRoleBindingRestrictions) List(opts kapi.ListOptions) (*authorizationapi.RoleBindingRestrictionList, error) + func (c *FakeRoleBindingRestrictions) Update(inObj *authorizationapi.RoleBindingRestriction) (*authorizationapi.RoleBindingRestriction, error) + func (c *FakeRoleBindingRestrictions) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeRoleBindings struct + Fake *Fake + Namespace string + func (c *FakeRoleBindings) Create(inObj *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error) + func (c *FakeRoleBindings) Delete(name string) error + func (c *FakeRoleBindings) Get(name string) (*authorizationapi.RoleBinding, error) + func (c *FakeRoleBindings) List(opts kapi.ListOptions) (*authorizationapi.RoleBindingList, error) + func (c *FakeRoleBindings) Update(inObj *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error) + type FakeRoles struct + Fake *Fake + Namespace string + func (c *FakeRoles) Create(inObj *authorizationapi.Role) (*authorizationapi.Role, error) + func (c *FakeRoles) Delete(name string) error + func (c *FakeRoles) Get(name string) (*authorizationapi.Role, error) + func (c *FakeRoles) List(opts kapi.ListOptions) (*authorizationapi.RoleList, error) + func (c *FakeRoles) Update(inObj *authorizationapi.Role) (*authorizationapi.Role, error) + type FakeRoutes struct + Fake *Fake + Namespace string + func (c *FakeRoutes) Create(inObj *routeapi.Route) (*routeapi.Route, error) + func (c *FakeRoutes) Delete(name string) error + func (c *FakeRoutes) Get(name string) (*routeapi.Route, error) + func (c *FakeRoutes) List(opts kapi.ListOptions) (*routeapi.RouteList, error) + func (c *FakeRoutes) Update(inObj *routeapi.Route) (*routeapi.Route, error) + func (c *FakeRoutes) UpdateStatus(inObj *routeapi.Route) (*routeapi.Route, error) + func (c *FakeRoutes) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeSelfSubjectRulesReviews struct + Fake *Fake + Namespace string + func (c *FakeSelfSubjectRulesReviews) Create(inObj *authorizationapi.SelfSubjectRulesReview) (*authorizationapi.SelfSubjectRulesReview, error) + type FakeSubjectRulesReviews struct + Fake *Fake + Namespace string + func (c *FakeSubjectRulesReviews) Create(inObj *authorizationapi.SubjectRulesReview) (*authorizationapi.SubjectRulesReview, error) + type FakeTemplateConfigs struct + Fake *Fake + Namespace string + func (c *FakeTemplateConfigs) Create(inObj *templateapi.Template) (*templateapi.Template, error) + type FakeTemplates struct + Fake *Fake + Namespace string + func (c *FakeTemplates) Create(inObj *templateapi.Template) (*templateapi.Template, error) + func (c *FakeTemplates) Delete(name string) error + func (c *FakeTemplates) Get(name string) (*templateapi.Template, error) + func (c *FakeTemplates) List(opts kapi.ListOptions) (*templateapi.TemplateList, error) + func (c *FakeTemplates) Update(inObj *templateapi.Template) (*templateapi.Template, error) + func (c *FakeTemplates) Watch(opts kapi.ListOptions) (watch.Interface, error) + type FakeUserIdentityMappings struct + Fake *Fake + func (c *FakeUserIdentityMappings) Create(inObj *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error) + func (c *FakeUserIdentityMappings) Delete(name string) error + func (c *FakeUserIdentityMappings) Get(name string) (*userapi.UserIdentityMapping, error) + func (c *FakeUserIdentityMappings) Update(inObj *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error) + type FakeUsers struct + Fake *Fake + func (c *FakeUsers) Create(inObj *userapi.User) (*userapi.User, error) + func (c *FakeUsers) Delete(name string) error + func (c *FakeUsers) Get(name string) (*userapi.User, error) + func (c *FakeUsers) List(opts kapi.ListOptions) (*userapi.UserList, error) + func (c *FakeUsers) Update(inObj *userapi.User) (*userapi.User, error) + func (c *FakeUsers) Watch(opts kapi.ListOptions) (watch.Interface, error) v1.5.0-alpha.1 Dec 29, 2016 Incompatible versions in this module v3.7.0-alpha.0+incompatible Aug 1, 2017