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