Documentation
¶
Index ¶
- func AddObjectsFromPath(path string, o ObjectRetriever, decoder runtime.Decoder) error
- type Action
- type ActionImpl
- type CreateAction
- type CreateActionImpl
- type DeleteAction
- type DeleteActionImpl
- type DeleteCollectionActionImpl
- type Fake
- func (c *Fake) Actions() []Action
- func (c *Fake) AddProxyReactor(resource string, reaction ProxyReactionFunc)
- func (c *Fake) AddReactor(verb, resource string, reaction ReactionFunc)
- func (c *Fake) AddWatchReactor(resource string, reaction WatchReactionFunc)
- func (c *Fake) Autoscaling() client.AutoscalingInterface
- func (c *Fake) Batch() client.BatchInterface
- func (c *Fake) ClearActions()
- func (c *Fake) ComponentStatuses() client.ComponentStatusInterface
- func (c *Fake) ConfigMaps(namespace string) client.ConfigMapsInterface
- func (c *Fake) Discovery() discovery.DiscoveryInterface
- func (c *Fake) Endpoints(namespace string) client.EndpointsInterface
- func (c *Fake) Events(namespace string) client.EventInterface
- func (c *Fake) Extensions() client.ExtensionsInterface
- func (c *Fake) Invokes(action Action, defaultReturnObj runtime.Object) (runtime.Object, error)
- func (c *Fake) InvokesProxy(action Action) restclient.ResponseWrapper
- func (c *Fake) InvokesWatch(action Action) (watch.Interface, error)
- func (c *Fake) LimitRanges(namespace string) client.LimitRangeInterface
- func (c *Fake) Namespaces() client.NamespaceInterface
- func (c *Fake) Nodes() client.NodeInterface
- func (c *Fake) PersistentVolumeClaims(namespace string) client.PersistentVolumeClaimInterface
- func (c *Fake) PersistentVolumes() client.PersistentVolumeInterface
- func (c *Fake) PodSecurityPolicies() client.PodSecurityPolicyInterface
- func (c *Fake) PodTemplates(namespace string) client.PodTemplateInterface
- func (c *Fake) Pods(namespace string) client.PodInterface
- func (c *Fake) PrependProxyReactor(resource string, reaction ProxyReactionFunc)
- func (c *Fake) PrependReactor(verb, resource string, reaction ReactionFunc)
- func (c *Fake) PrependWatchReactor(resource string, reaction WatchReactionFunc)
- func (c *Fake) ReplicationControllers(namespace string) client.ReplicationControllerInterface
- func (c *Fake) ResourceQuotas(namespace string) client.ResourceQuotaInterface
- func (c *Fake) Secrets(namespace string) client.SecretsInterface
- func (c *Fake) ServiceAccounts(namespace string) client.ServiceAccountsInterface
- func (c *Fake) Services(namespace string) client.ServiceInterface
- func (c *Fake) SwaggerSchema(version unversioned.GroupVersion) (*swagger.ApiDeclaration, error)
- type FakeAutoscaling
- type FakeBatch
- type FakeComponentStatuses
- type FakeConfigMaps
- func (c *FakeConfigMaps) Create(cfg *api.ConfigMap) (*api.ConfigMap, error)
- func (c *FakeConfigMaps) Delete(name string) error
- func (c *FakeConfigMaps) Get(name string) (*api.ConfigMap, error)
- func (c *FakeConfigMaps) List(opts api.ListOptions) (*api.ConfigMapList, error)
- func (c *FakeConfigMaps) Update(cfg *api.ConfigMap) (*api.ConfigMap, error)
- func (c *FakeConfigMaps) Watch(opts api.ListOptions) (watch.Interface, error)
- type FakeDaemonSets
- func (c *FakeDaemonSets) Create(daemon *extensions.DaemonSet) (*extensions.DaemonSet, error)
- func (c *FakeDaemonSets) Delete(name string) error
- func (c *FakeDaemonSets) Get(name string) (*extensions.DaemonSet, error)
- func (c *FakeDaemonSets) List(opts api.ListOptions) (*extensions.DaemonSetList, error)
- func (c *FakeDaemonSets) Update(daemon *extensions.DaemonSet) (*extensions.DaemonSet, error)
- func (c *FakeDaemonSets) UpdateStatus(daemon *extensions.DaemonSet) (*extensions.DaemonSet, error)
- func (c *FakeDaemonSets) Watch(opts api.ListOptions) (watch.Interface, error)
- type FakeDeployments