Home
last modified time | relevance | path

Searched defs:client (Results 251 – 275 of 45725) sorted by relevance

1...<<11121314151617181920>>...1829

/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/metadata/
H A Dmetadata.go55 client *rest.RESTClient member
101 type client struct { struct
102 client *Client argument
103 namespace string
104 resource schema.GroupVersionResource
115 func (c *client) Namespace(ns string) ResourceInterface {
122 func (c *client) Delete(name string, opts *metav1.DeleteOptions, subresources ...string) error {
143 …nc (c *client) DeleteCollection(opts *metav1.DeleteOptions, listOptions metav1.ListOptions) error {
201 func (c *client) List(opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
234 func (c *client) Watch(opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client argument
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/metadata/
H A Dmetadata.go56 client *rest.RESTClient member
102 type client struct { struct
103 client *Client member
104 namespace string
105 resource schema.GroupVersionResource
116 func (c *client) Namespace(ns string) ResourceInterface {
123 …Delete(ctx context.Context, name string, opts metav1.DeleteOptions, subresources ...string) error {
141 …eCollection(ctx context.Context, opts metav1.DeleteOptions, listOptions metav1.ListOptions) error {
196 …nt) List(ctx context.Context, opts metav1.ListOptions) (*metav1.PartialObjectMetadataList, error) {
229 func (c *client) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/rancher/go-rancher-metadata/metadata/
H A Dmetadata.go33 type client struct { struct
34 url string
35 ip string
36 client *http.Client member
125 func (m *client) GetVersion() (string, error) {
133 func (m *client) GetSelfHost() (Host, error) {
175 func (m *client) GetSelfService() (Service, error) {
189 func (m *client) GetSelfStack() (Stack, error) {
203 func (m *client) GetServices() ([]Service, error) {
216 func (m *client) GetStacks() ([]Stack, error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/
H A Dclient.go32 type client struct { struct
33 provider AzureProvider
34 settings *clientSettings
35 expiration time.Time
36 passwords passwords
40 func (c *client) Valid() bool {
47 func (c *client) createApp(ctx context.Context) (app *graphrbac.Application, err error) {
68 func (c *client) createSP(
165 func (c *client) deleteAppPassword(ctx context.Context, appObjID, keyID string) error {
202 func (c *client) deleteApp(ctx context.Context, appObjectID string) error {
[all …]
/dports/net/py-suds-jurko/suds-jurko-0.6/tests/external/
H A Dpublic.py37 client = Client(url) variable
78 client = Client(url) variable
114 client = Client(url) variable
129 client = Client(url) variable
149 client = Client(url) variable
166 client = Client(url) variable
181 client = Client(url) variable
199 client = Client(url) variable
213 client = Client(url) variable
231 client = Client(url) variable
[all …]
/dports/net/py-suds-community/suds-community-1.0.0/tests/external/
H A Dpublic.py36 client = Client(url) variable
79 client = Client(url) variable
119 client = Client(url) variable
136 client = Client(url) variable
158 client = Client(url) variable
177 client = Client(url) variable
194 client = Client(url) variable
214 client = Client(url) variable
230 client = Client(url) variable
250 client = Client(url) variable
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/submission/
H A Dsubmission-client.h79 struct client { struct
80 struct client *prev, *next; argument
83 struct submission_client_vfuncs v; argument
89 struct client_state state; argument
109 ARRAY(struct client_extra_capability) extra_capabilities; argument
132 extern struct client *submission_clients; argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dcmd_server.go13 func pingCommand(c *client) error {
22 func authCommand(c *client) error {
42 func echoCommand(c *client) error {
51 func selectCommand(c *client) error {
85 func infoCommand(c *client) error {
100 func flushallCommand(c *client) error {
113 func flushdbCommand(c *client) error {
123 func timeCommand(c *client) error {
146 func configGetCommand(c *client) error {
163 func configCommand(c *client) error {
/dports/audio/lash/lash-0.5.4/lashd/
H A Djack_mgr_client.c48 jack_mgr_client_free_patches(jack_mgr_client_t * client) in jack_mgr_client_free_patches()
57 jack_mgr_client_free_backup_patches(jack_mgr_client_t * client) in jack_mgr_client_free_backup_patches()
66 jack_mgr_client_free_old_patches(jack_mgr_client_t * client) in jack_mgr_client_free_old_patches()
72 jack_mgr_client_free(jack_mgr_client_t * client) in jack_mgr_client_free()
82 jack_mgr_client_t *client; in jack_mgr_client_new() local
90 jack_mgr_client_destroy(jack_mgr_client_t * client) in jack_mgr_client_destroy()
97 jack_mgr_client_set_id(jack_mgr_client_t * client, uuid_t id) in jack_mgr_client_set_id()
109 jack_mgr_client_dup_patches(const jack_mgr_client_t * client) in jack_mgr_client_dup_patches()
129 jack_mgr_client_get_patches(jack_mgr_client_t * client) in jack_mgr_client_get_patches()
135 jack_mgr_client_get_name(const jack_mgr_client_t * client) in jack_mgr_client_get_name()
[all …]
/dports/audio/carla/Carla-2.4.1/source/libjack/
H A Dlibjack_transport.cpp25 int jack_engine_takeover_timebase(jack_client_t* client) in jack_engine_takeover_timebase()
37 int jack_release_timebase(jack_client_t* client) in jack_release_timebase()
47 int jack_set_sync_callback(jack_client_t* client, JackSyncCallback callback, void* arg) in jack_set_sync_callback()
62 int jack_set_sync_timeout(jack_client_t* client, jack_time_t timeout) in jack_set_sync_timeout()
81 int jack_transport_locate(jack_client_t* client, jack_nframes_t frame) in jack_transport_locate()
107 jack_nframes_t jack_get_current_transport_frame(const jack_client_t* client) in jack_get_current_transport_frame()
116 int jack_transport_reposition(jack_client_t* client, const jack_position_t* pos) in jack_transport_reposition()
123 void jack_transport_start(jack_client_t* client) in jack_transport_start()
129 void jack_transport_stop(jack_client_t* client) in jack_transport_stop()
137 void jack_get_transport_info(jack_client_t* client, void* tinfo) in jack_get_transport_info()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Droute53_facts.py218 def get_hosted_zone(client, module): argument
246 def list_hosted_zones(client, module): argument
281 def change_details(client, module): argument
293 def checker_ip_range_details(client, module): argument
297 def get_count(client, module): argument
306 def get_health_check(client, module): argument
324 def get_resource_tags(client, module): argument
340 def list_health_checks(client, module): argument
357 def record_sets_details(client, module): argument
384 def health_check_details(client, module): argument
[all …]
H A Droute53_info.py218 def get_hosted_zone(client, module): argument
246 def list_hosted_zones(client, module): argument
281 def change_details(client, module): argument
293 def checker_ip_range_details(client, module): argument
297 def get_count(client, module): argument
306 def get_health_check(client, module): argument
324 def get_resource_tags(client, module): argument
340 def list_health_checks(client, module): argument
357 def record_sets_details(client, module): argument
384 def health_check_details(client, module): argument
[all …]
/dports/www/py-fastapi/fastapi-0.70.0/tests/test_tutorial/test_sql_databases/
H A Dtest_sql_databases_middleware.py286 def client(): function
302 def test_openapi_schema(client): argument
308 def test_create_user(client): argument
319 def test_get_user(client): argument
327 def test_inexistent_user(client): argument
332 def test_get_users(client): argument
340 def test_create_item(client): argument
363 def test_read_items(client): argument
H A Dtest_sql_databases.py286 def client(): function
301 def test_openapi_schema(client): argument
307 def test_create_user(client): argument
318 def test_get_user(client): argument
326 def test_inexistent_user(client): argument
331 def test_get_users(client): argument
339 def test_create_item(client): argument
362 def test_read_items(client): argument
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dclient.go55 type client struct { struct
58 id uint64
60 exporters map[uint64]exporterTaskAccessor
62 pluginsInfo map[*pluginAgent]*pluginInfo
64 refreshUnsupported int
66 globalRegexp unsafe.Pointer
68 output plugin.ResultWriter
81 func (c *client) RefreshUnsupported() int {
90 func (c *client) GlobalRegexp() *glexpr.Bundle {
97 func (c *client) ID() uint64 {
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dclient.go55 type client struct { struct
58 id uint64
60 exporters map[uint64]exporterTaskAccessor
62 pluginsInfo map[*pluginAgent]*pluginInfo
64 refreshUnsupported int
66 globalRegexp unsafe.Pointer
68 output plugin.ResultWriter
81 func (c *client) RefreshUnsupported() int {
90 func (c *client) GlobalRegexp() *glexpr.Bundle {
97 func (c *client) ID() uint64 {
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dclient.go55 type client struct { struct
58 id uint64
60 exporters map[uint64]exporterTaskAccessor
62 pluginsInfo map[*pluginAgent]*pluginInfo
64 refreshUnsupported int
66 globalRegexp unsafe.Pointer
68 output plugin.ResultWriter
81 func (c *client) RefreshUnsupported() int {
90 func (c *client) GlobalRegexp() *glexpr.Bundle {
97 func (c *client) ID() uint64 {
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dclient.go55 type client struct { struct
58 id uint64
60 exporters map[uint64]exporterTaskAccessor
62 pluginsInfo map[*pluginAgent]*pluginInfo
64 refreshUnsupported int
66 globalRegexp unsafe.Pointer
68 output plugin.ResultWriter
81 func (c *client) RefreshUnsupported() int {
90 func (c *client) GlobalRegexp() *glexpr.Bundle {
97 func (c *client) ID() uint64 {
[all …]

1...<<11121314151617181920>>...1829