type CoreV1Interface …
type CoreV1Client …
func (c *CoreV1Client) ComponentStatuses() ComponentStatusInterface { … }
func (c *CoreV1Client) ConfigMaps(namespace string) ConfigMapInterface { … }
func (c *CoreV1Client) Endpoints(namespace string) EndpointsInterface { … }
func (c *CoreV1Client) Events(namespace string) EventInterface { … }
func (c *CoreV1Client) LimitRanges(namespace string) LimitRangeInterface { … }
func (c *CoreV1Client) Namespaces() NamespaceInterface { … }
func (c *CoreV1Client) Nodes() NodeInterface { … }
func (c *CoreV1Client) PersistentVolumes() PersistentVolumeInterface { … }
func (c *CoreV1Client) PersistentVolumeClaims(namespace string) PersistentVolumeClaimInterface { … }
func (c *CoreV1Client) Pods(namespace string) PodInterface { … }
func (c *CoreV1Client) PodTemplates(namespace string) PodTemplateInterface { … }
func (c *CoreV1Client) ReplicationControllers(namespace string) ReplicationControllerInterface { … }
func (c *CoreV1Client) ResourceQuotas(namespace string) ResourceQuotaInterface { … }
func (c *CoreV1Client) Secrets(namespace string) SecretInterface { … }
func (c *CoreV1Client) Services(namespace string) ServiceInterface { … }
func (c *CoreV1Client) ServiceAccounts(namespace string) ServiceAccountInterface { … }
func NewForConfig(c *rest.Config) (*CoreV1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*CoreV1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *CoreV1Client { … }
func New(c rest.Interface) *CoreV1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *CoreV1Client) RESTClient() rest.Interface { … }