type AppsV1Interface …
type AppsV1Client …
func (c *AppsV1Client) ControllerRevisions(namespace string) ControllerRevisionInterface { … }
func (c *AppsV1Client) DaemonSets(namespace string) DaemonSetInterface { … }
func (c *AppsV1Client) Deployments(namespace string) DeploymentInterface { … }
func (c *AppsV1Client) ReplicaSets(namespace string) ReplicaSetInterface { … }
func (c *AppsV1Client) StatefulSets(namespace string) StatefulSetInterface { … }
func NewForConfig(c *rest.Config) (*AppsV1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*AppsV1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *AppsV1Client { … }
func New(c rest.Interface) *AppsV1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *AppsV1Client) RESTClient() rest.Interface { … }