type FakeCoreV1 …
func (c *FakeCoreV1) ComponentStatuses() v1.ComponentStatusInterface { … }
func (c *FakeCoreV1) ConfigMaps(namespace string) v1.ConfigMapInterface { … }
func (c *FakeCoreV1) Endpoints(namespace string) v1.EndpointsInterface { … }
func (c *FakeCoreV1) Events(namespace string) v1.EventInterface { … }
func (c *FakeCoreV1) LimitRanges(namespace string) v1.LimitRangeInterface { … }
func (c *FakeCoreV1) Namespaces() v1.NamespaceInterface { … }
func (c *FakeCoreV1) Nodes() v1.NodeInterface { … }
func (c *FakeCoreV1) PersistentVolumes() v1.PersistentVolumeInterface { … }
func (c *FakeCoreV1) PersistentVolumeClaims(namespace string) v1.PersistentVolumeClaimInterface { … }
func (c *FakeCoreV1) Pods(namespace string) v1.PodInterface { … }
func (c *FakeCoreV1) PodTemplates(namespace string) v1.PodTemplateInterface { … }
func (c *FakeCoreV1) ReplicationControllers(namespace string) v1.ReplicationControllerInterface { … }
func (c *FakeCoreV1) ResourceQuotas(namespace string) v1.ResourceQuotaInterface { … }
func (c *FakeCoreV1) Secrets(namespace string) v1.SecretInterface { … }
func (c *FakeCoreV1) Services(namespace string) v1.ServiceInterface { … }
func (c *FakeCoreV1) ServiceAccounts(namespace string) v1.ServiceAccountInterface { … }
func (c *FakeCoreV1) RESTClient() rest.Interface { … }