func (c *FakeNetworks) Update(network *api.Network) (result *api.Network, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction("networks", network), &api.Network{}) if obj == nil { return nil, err } return obj.(*api.Network), err }
func (c *FakeClusterRoles) Update(inObj *authorizationapi.ClusterRole) (*authorizationapi.ClusterRole, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(clusterRolesResource, inObj), inObj) if obj == nil { return nil, err } return obj.(*authorizationapi.ClusterRole), err }
func (c *FakeComponentStatus) Update(componentStatus *api.ComponentStatus) (result *api.ComponentStatus, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction("componentStatus", componentStatus), &api.ComponentStatus{}) if obj == nil { return nil, err } return obj.(*api.ComponentStatus), err }
func (c *FakeUserIdentityMappings) Update(inObj *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(userIdentityMappingsResource, inObj), inObj) if obj == nil { return nil, err } return obj.(*userapi.UserIdentityMapping), err }
func (c *FakePersistentVolumes) Update(persistentVolume *api.PersistentVolume) (result *api.PersistentVolume, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction("persistentVolumes", persistentVolume), &api.PersistentVolume{}) if obj == nil { return nil, err } return obj.(*api.PersistentVolume), err }
func (c *FakeIdentities) Update(inObj *userapi.Identity) (*userapi.Identity, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(identitiesResource, inObj), inObj) if obj == nil { return nil, err } return obj.(*userapi.Identity), err }
func (c *FakeClusterResourceQuotas) Update(inObj *quotaapi.ClusterResourceQuota) (*quotaapi.ClusterResourceQuota, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(clusteResourceQuotasResource, inObj), inObj) if obj == nil { return nil, err } return obj.(*quotaapi.ClusterResourceQuota), err }
func (c *FakeProjects) Update(project *api.Project) (result *api.Project, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(projectsResource, project), &api.Project{}) if obj == nil { return nil, err } return obj.(*api.Project), err }
func (c *FakeComponentStatuses) Update(componentStatus *v1.ComponentStatus) (result *v1.ComponentStatus, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(componentstatusesResource, componentStatus), &v1.ComponentStatus{}) if obj == nil { return nil, err } return obj.(*v1.ComponentStatus), err }
func (c *FakePodSecurityPolicies) Update(podSecurityPolicy *v1beta1.PodSecurityPolicy) (result *v1beta1.PodSecurityPolicy, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(podsecuritypoliciesResource, podSecurityPolicy), &v1beta1.PodSecurityPolicy{}) if obj == nil { return nil, err } return obj.(*v1beta1.PodSecurityPolicy), err }
func (c *FakeNamespaces) Update(namespace *v1.Namespace) (result *v1.Namespace, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(namespacesResource, namespace), &v1.Namespace{}) if obj == nil { return nil, err } return obj.(*v1.Namespace), err }
func (c *FakeNetworks) Update(network *v1.Network) (result *v1.Network, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(networksResource, network), &v1.Network{}) if obj == nil { return nil, err } return obj.(*v1.Network), err }
func (c *FakeClusterRoles) Update(clusterRole *rbac.ClusterRole) (result *rbac.ClusterRole, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(clusterrolesResource, clusterRole), &rbac.ClusterRole{}) if obj == nil { return nil, err } return obj.(*rbac.ClusterRole), err }
func (c *FakeClusters) Update(cluster *federation.Cluster) (result *federation.Cluster, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(clustersResource, cluster), &federation.Cluster{}) if obj == nil { return nil, err } return obj.(*federation.Cluster), err }
func (c *FakeClusterRoleBindings) Update(clusterRoleBinding *v1alpha1.ClusterRoleBinding) (result *v1alpha1.ClusterRoleBinding, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(clusterrolebindingsResource, clusterRoleBinding), &v1alpha1.ClusterRoleBinding{}) if obj == nil { return nil, err } return obj.(*v1alpha1.ClusterRoleBinding), err }
func (c *FakeThirdPartyResources) Update(thirdPartyResource *extensions.ThirdPartyResource) (result *extensions.ThirdPartyResource, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(thirdpartyresourcesResource, thirdPartyResource), &extensions.ThirdPartyResource{}) if obj == nil { return nil, err } return obj.(*extensions.ThirdPartyResource), err }
func (c *FakeCertificateSigningRequests) Update(certificateSigningRequest *certificates.CertificateSigningRequest) (result *certificates.CertificateSigningRequest, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(certificatesigningrequestsResource, certificateSigningRequest), &certificates.CertificateSigningRequest{}) if obj == nil { return nil, err } return obj.(*certificates.CertificateSigningRequest), err }
func (c *FakeOAuthClient) Update(client *oauthapi.OAuthClient) (*oauthapi.OAuthClient, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(oAuthClientsResource, client), &oauthapi.OAuthClient{}) if obj == nil { return nil, err } return obj.(*oauthapi.OAuthClient), err }
func (c *FakePersistentVolumes) Update(persistentVolume *v1.PersistentVolume) (result *v1.PersistentVolume, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(persistentvolumesResource, persistentVolume), &v1.PersistentVolume{}) if obj == nil { return nil, err } return obj.(*v1.PersistentVolume), err }
func (c *FakeStorageClasses) Update(storageClass *storage.StorageClass) (result *storage.StorageClass, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(storageclassesResource, storageClass), &storage.StorageClass{}) if obj == nil { return nil, err } return obj.(*storage.StorageClass), err }
func (c *FakeImages) Update(inObj *imageapi.Image) (*imageapi.Image, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(imagesResource, inObj), inObj) if obj == nil { return nil, err } return obj.(*imageapi.Image), err }
func (c *FakeSecurityContextConstraints) Update(securityContextConstraints *v1.SecurityContextConstraints) (result *v1.SecurityContextConstraints, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(securitycontextconstraintsResource, securityContextConstraints), &v1.SecurityContextConstraints{}) if obj == nil { return nil, err } return obj.(*v1.SecurityContextConstraints), err }
func (c *FakeNodes) Update(node *api.Node) (result *api.Node, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction("nodes", node), &api.Node{}) if obj == nil { return nil, err } return obj.(*api.Node), err }
func (c *FakeOAuthClientAuthorization) Update(inObj *oauthapi.OAuthClientAuthorization) (*oauthapi.OAuthClientAuthorization, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction(oAuthClientAuthorizationsResource, inObj), inObj) if obj == nil { return nil, err } return obj.(*oauthapi.OAuthClientAuthorization), err }
func (c *FakeAPIServices) Update(aPIService *apiregistration.APIService) (result *apiregistration.APIService, err error) { obj, err := c.Fake. Invokes(core.NewRootUpdateAction(apiservicesResource, aPIService), &apiregistration.APIService{}) if obj == nil { return nil, err } return obj.(*apiregistration.APIService), err }
// Update replaces an existing event. Returns the copy of the event the server returns, or an error. func (c *FakeEvents) UpdateWithEventNamespace(event *v1.Event) (*v1.Event, error) { action := core.NewRootUpdateAction(eventsResource, event) if c.ns != "" { action = core.NewUpdateAction(eventsResource, c.ns, event) } obj, err := c.Fake.Invokes(action, event) if obj == nil { return nil, err } return obj.(*v1.Event), err }
func (c *FakeSecurityContextConstraints) Update(scc *api.SecurityContextConstraints) (*api.SecurityContextConstraints, error) { obj, err := c.Fake.Invokes(core.NewRootUpdateAction("securitycontextconstraints", scc), &api.SecurityContextConstraints{}) return obj.(*api.SecurityContextConstraints), err }