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