type FlowcontrolV1beta3Interface … type FlowcontrolV1beta3Client … func (c *FlowcontrolV1beta3Client) FlowSchemas() FlowSchemaInterface { … } func (c *FlowcontrolV1beta3Client) PriorityLevelConfigurations() PriorityLevelConfigurationInterface { … } // NewForConfig creates a new FlowcontrolV1beta3Client for the given config. // NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), // where httpClient was generated with rest.HTTPClientFor(c). func NewForConfig(c *rest.Config) (*FlowcontrolV1beta3Client, error) { … } // NewForConfigAndClient creates a new FlowcontrolV1beta3Client for the given config and http client. // Note the http client provided takes precedence over the configured transport values. func NewForConfigAndClient(c *rest.Config, h *http.Client) (*FlowcontrolV1beta3Client, error) { … } // NewForConfigOrDie creates a new FlowcontrolV1beta3Client for the given config and // panics if there is an error in the config. func NewForConfigOrDie(c *rest.Config) *FlowcontrolV1beta3Client { … } // New creates a new FlowcontrolV1beta3Client for the given RESTClient. func New(c rest.Interface) *FlowcontrolV1beta3Client { … } func setConfigDefaults(config *rest.Config) error { … } // RESTClient returns a RESTClient that is used to communicate // with API server by this client implementation. func (c *FlowcontrolV1beta3Client) RESTClient() rest.Interface { … }