Documentation ¶
Index ¶
- func APIServiceInstanceMerge(f APIServiceInstanceMergeFunc) v1.UpdateOption
- func APIServiceMerge(f APIServiceMergeFunc) v1.UpdateOption
- func APIServiceRevisionMerge(f APIServiceRevisionMergeFunc) v1.UpdateOption
- func APISpecLintingJobMerge(f APISpecLintingJobMergeFunc) v1.UpdateOption
- func APISpecLintingRulesetMerge(f APISpecLintingRulesetMergeFunc) v1.UpdateOption
- func APISpecMerge(f APISpecMergeFunc) v1.UpdateOption
- func AccessControlListMerge(f AccessControlListMergeFunc) v1.UpdateOption
- func AccessRequestDefinitionMerge(f AccessRequestDefinitionMergeFunc) v1.UpdateOption
- func AccessRequestMerge(f AccessRequestMergeFunc) v1.UpdateOption
- func AssetMappingMerge(f AssetMappingMergeFunc) v1.UpdateOption
- func AssetMappingTemplateMerge(f AssetMappingTemplateMergeFunc) v1.UpdateOption
- func BatchJobMerge(f BatchJobMergeFunc) v1.UpdateOption
- func ConsumerInstanceMerge(f ConsumerInstanceMergeFunc) v1.UpdateOption
- func ConsumerSubscriptionDefinitionMerge(f ConsumerSubscriptionDefinitionMergeFunc) v1.UpdateOption
- func CredentialMerge(f CredentialMergeFunc) v1.UpdateOption
- func CredentialRequestDefinitionMerge(f CredentialRequestDefinitionMergeFunc) v1.UpdateOption
- func DataplaneMerge(f DataplaneMergeFunc) v1.UpdateOption
- func DataplaneSecretMerge(f DataplaneSecretMergeFunc) v1.UpdateOption
- func DiscoveryAgentMerge(f DiscoveryAgentMergeFunc) v1.UpdateOption
- func EnvironmentMerge(f EnvironmentMergeFunc) v1.UpdateOption
- func IntegrationMerge(f IntegrationMergeFunc) v1.UpdateOption
- func K8SClusterMerge(f K8SClusterMergeFunc) v1.UpdateOption
- func K8SResourceMerge(f K8SResourceMergeFunc) v1.UpdateOption
- func ManagedApplicationMerge(f ManagedApplicationMergeFunc) v1.UpdateOption
- func MeshDiscoveryMerge(f MeshDiscoveryMergeFunc) v1.UpdateOption
- func MeshMerge(f MeshMergeFunc) v1.UpdateOption
- func MeshServiceMerge(f MeshServiceMergeFunc) v1.UpdateOption
- func MeshWorkloadMerge(f MeshWorkloadMergeFunc) v1.UpdateOption
- func ResourceDiscoveryMerge(f ResourceDiscoveryMergeFunc) v1.UpdateOption
- func ResourceHookMerge(f ResourceHookMergeFunc) v1.UpdateOption
- func SecretMerge(f SecretMergeFunc) v1.UpdateOption
- func SpecDiscoveryMerge(f SpecDiscoveryMergeFunc) v1.UpdateOption
- func TraceabilityAgentMerge(f TraceabilityAgentMergeFunc) v1.UpdateOption
- func WatchTopicMerge(f WatchTopicMergeFunc) v1.UpdateOption
- func WebhookMerge(f WebhookMergeFunc) v1.UpdateOption
- type APIServiceClient
- func (c *APIServiceClient) Create(res *m.APIService, opts ...v1.CreateOption) (*m.APIService, error)
- func (c *APIServiceClient) Delete(res *m.APIService) error
- func (c *APIServiceClient) Get(name string) (*m.APIService, error)
- func (c *APIServiceClient) List(options ...v1.ListOptions) ([]*m.APIService, error)
- func (c *APIServiceClient) Update(res *m.APIService, opts ...v1.UpdateOption) (*m.APIService, error)
- type APIServiceInstanceClient
- func (c *APIServiceInstanceClient) Create(res *m.APIServiceInstance, opts ...v1.CreateOption) (*m.APIServiceInstance, error)
- func (c *APIServiceInstanceClient) Delete(res *m.APIServiceInstance) error
- func (c *APIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
- func (c *APIServiceInstanceClient) List(options ...v1.ListOptions) ([]*m.APIServiceInstance, error)
- func (c *APIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
- type APIServiceInstanceMergeFunc
- type APIServiceMergeFunc
- type APIServiceRevisionClient
- func (c *APIServiceRevisionClient) Create(res *m.APIServiceRevision, opts ...v1.CreateOption) (*m.APIServiceRevision, error)
- func (c *APIServiceRevisionClient) Delete(res *m.APIServiceRevision) error
- func (c *APIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
- func (c *APIServiceRevisionClient) List(options ...v1.ListOptions) ([]*m.APIServiceRevision, error)
- func (c *APIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
- type APIServiceRevisionMergeFunc
- type APISpecClient
- func (c *APISpecClient) Create(res *m.APISpec, opts ...v1.CreateOption) (*m.APISpec, error)
- func (c *APISpecClient) Delete(res *m.APISpec) error
- func (c *APISpecClient) Get(name string) (*m.APISpec, error)
- func (c *APISpecClient) List(options ...v1.ListOptions) ([]*m.APISpec, error)
- func (c *APISpecClient) Update(res *m.APISpec, opts ...v1.UpdateOption) (*m.APISpec, error)
- type APISpecLintingJobClient
- func (c *APISpecLintingJobClient) Create(res *m.APISpecLintingJob, opts ...v1.CreateOption) (*m.APISpecLintingJob, error)
- func (c *APISpecLintingJobClient) Delete(res *m.APISpecLintingJob) error
- func (c *APISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
- func (c *APISpecLintingJobClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingJob, error)
- func (c *APISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
- type APISpecLintingJobMergeFunc
- type APISpecLintingRulesetClient
- func (c *APISpecLintingRulesetClient) Create(res *m.APISpecLintingRuleset, opts ...v1.CreateOption) (*m.APISpecLintingRuleset, error)
- func (c *APISpecLintingRulesetClient) Delete(res *m.APISpecLintingRuleset) error
- func (c *APISpecLintingRulesetClient) Get(name string) (*m.APISpecLintingRuleset, error)
- func (c *APISpecLintingRulesetClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingRuleset, error)
- func (c *APISpecLintingRulesetClient) Update(res *m.APISpecLintingRuleset, opts ...v1.UpdateOption) (*m.APISpecLintingRuleset, error)
- type APISpecLintingRulesetMergeFunc
- type APISpecMergeFunc
- type AccessControlListClient
- func (c *AccessControlListClient) Create(res *m.AccessControlList, opts ...v1.CreateOption) (*m.AccessControlList, error)
- func (c *AccessControlListClient) Delete(res *m.AccessControlList) error
- func (c *AccessControlListClient) Get(name string) (*m.AccessControlList, error)
- func (c *AccessControlListClient) List(options ...v1.ListOptions) ([]*m.AccessControlList, error)
- func (c *AccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
- type AccessControlListMergeFunc
- type AccessRequestClient
- func (c *AccessRequestClient) Create(res *m.AccessRequest, opts ...v1.CreateOption) (*m.AccessRequest, error)
- func (c *AccessRequestClient) Delete(res *m.AccessRequest) error
- func (c *AccessRequestClient) Get(name string) (*m.AccessRequest, error)
- func (c *AccessRequestClient) List(options ...v1.ListOptions) ([]*m.AccessRequest, error)
- func (c *AccessRequestClient) Update(res *m.AccessRequest, opts ...v1.UpdateOption) (*m.AccessRequest, error)
- type AccessRequestDefinitionClient
- func (c *AccessRequestDefinitionClient) Create(res *m.AccessRequestDefinition, opts ...v1.CreateOption) (*m.AccessRequestDefinition, error)
- func (c *AccessRequestDefinitionClient) Delete(res *m.AccessRequestDefinition) error
- func (c *AccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
- func (c *AccessRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.AccessRequestDefinition, error)
- func (c *AccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
- type AccessRequestDefinitionMergeFunc
- type AccessRequestMergeFunc
- type AssetMappingClient
- func (c *AssetMappingClient) Create(res *m.AssetMapping, opts ...v1.CreateOption) (*m.AssetMapping, error)
- func (c *AssetMappingClient) Delete(res *m.AssetMapping) error
- func (c *AssetMappingClient) Get(name string) (*m.AssetMapping, error)
- func (c *AssetMappingClient) List(options ...v1.ListOptions) ([]*m.AssetMapping, error)
- func (c *AssetMappingClient) Update(res *m.AssetMapping, opts ...v1.UpdateOption) (*m.AssetMapping, error)
- type AssetMappingMergeFunc
- type AssetMappingTemplateClient
- func (c *AssetMappingTemplateClient) Create(res *m.AssetMappingTemplate, opts ...v1.CreateOption) (*m.AssetMappingTemplate, error)
- func (c *AssetMappingTemplateClient) Delete(res *m.AssetMappingTemplate) error
- func (c *AssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
- func (c *AssetMappingTemplateClient) List(options ...v1.ListOptions) ([]*m.AssetMappingTemplate, error)
- func (c *AssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
- type AssetMappingTemplateMergeFunc
- type BatchJobClient
- func (c *BatchJobClient) Create(res *m.BatchJob, opts ...v1.CreateOption) (*m.BatchJob, error)
- func (c *BatchJobClient) Delete(res *m.BatchJob) error
- func (c *BatchJobClient) Get(name string) (*m.BatchJob, error)
- func (c *BatchJobClient) List(options ...v1.ListOptions) ([]*m.BatchJob, error)
- func (c *BatchJobClient) Update(res *m.BatchJob, opts ...v1.UpdateOption) (*m.BatchJob, error)
- type BatchJobMergeFunc
- type ConsumerInstanceClient
- func (c *ConsumerInstanceClient) Create(res *m.ConsumerInstance, opts ...v1.CreateOption) (*m.ConsumerInstance, error)
- func (c *ConsumerInstanceClient) Delete(res *m.ConsumerInstance) error
- func (c *ConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
- func (c *ConsumerInstanceClient) List(options ...v1.ListOptions) ([]*m.ConsumerInstance, error)
- func (c *ConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
- type ConsumerInstanceMergeFunc
- type ConsumerSubscriptionDefinitionClient
- func (c *ConsumerSubscriptionDefinitionClient) Create(res *m.ConsumerSubscriptionDefinition, opts ...v1.CreateOption) (*m.ConsumerSubscriptionDefinition, error)
- func (c *ConsumerSubscriptionDefinitionClient) Delete(res *m.ConsumerSubscriptionDefinition) error
- func (c *ConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
- func (c *ConsumerSubscriptionDefinitionClient) List(options ...v1.ListOptions) ([]*m.ConsumerSubscriptionDefinition, error)
- func (c *ConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
- type ConsumerSubscriptionDefinitionMergeFunc
- type CredentialClient
- func (c *CredentialClient) Create(res *m.Credential, opts ...v1.CreateOption) (*m.Credential, error)
- func (c *CredentialClient) Delete(res *m.Credential) error
- func (c *CredentialClient) Get(name string) (*m.Credential, error)
- func (c *CredentialClient) List(options ...v1.ListOptions) ([]*m.Credential, error)
- func (c *CredentialClient) Update(res *m.Credential, opts ...v1.UpdateOption) (*m.Credential, error)
- type CredentialMergeFunc
- type CredentialRequestDefinitionClient
- func (c *CredentialRequestDefinitionClient) Create(res *m.CredentialRequestDefinition, opts ...v1.CreateOption) (*m.CredentialRequestDefinition, error)
- func (c *CredentialRequestDefinitionClient) Delete(res *m.CredentialRequestDefinition) error
- func (c *CredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
- func (c *CredentialRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.CredentialRequestDefinition, error)
- func (c *CredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
- type CredentialRequestDefinitionMergeFunc
- type DataplaneClient
- func (c *DataplaneClient) Create(res *m.Dataplane, opts ...v1.CreateOption) (*m.Dataplane, error)
- func (c *DataplaneClient) Delete(res *m.Dataplane) error
- func (c *DataplaneClient) Get(name string) (*m.Dataplane, error)
- func (c *DataplaneClient) List(options ...v1.ListOptions) ([]*m.Dataplane, error)
- func (c *DataplaneClient) Update(res *m.Dataplane, opts ...v1.UpdateOption) (*m.Dataplane, error)
- type DataplaneMergeFunc
- type DataplaneSecretClient
- func (c *DataplaneSecretClient) Create(res *m.DataplaneSecret, opts ...v1.CreateOption) (*m.DataplaneSecret, error)
- func (c *DataplaneSecretClient) Delete(res *m.DataplaneSecret) error
- func (c *DataplaneSecretClient) Get(name string) (*m.DataplaneSecret, error)
- func (c *DataplaneSecretClient) List(options ...v1.ListOptions) ([]*m.DataplaneSecret, error)
- func (c *DataplaneSecretClient) Update(res *m.DataplaneSecret, opts ...v1.UpdateOption) (*m.DataplaneSecret, error)
- type DataplaneSecretMergeFunc
- type DiscoveryAgentClient
- func (c *DiscoveryAgentClient) Create(res *m.DiscoveryAgent, opts ...v1.CreateOption) (*m.DiscoveryAgent, error)
- func (c *DiscoveryAgentClient) Delete(res *m.DiscoveryAgent) error
- func (c *DiscoveryAgentClient) Get(name string) (*m.DiscoveryAgent, error)
- func (c *DiscoveryAgentClient) List(options ...v1.ListOptions) ([]*m.DiscoveryAgent, error)
- func (c *DiscoveryAgentClient) Update(res *m.DiscoveryAgent, opts ...v1.UpdateOption) (*m.DiscoveryAgent, error)
- type DiscoveryAgentMergeFunc
- type EnvironmentClient
- func (c *EnvironmentClient) Create(res *m.Environment, opts ...v1.CreateOption) (*m.Environment, error)
- func (c *EnvironmentClient) Delete(res *m.Environment) error
- func (c *EnvironmentClient) Get(name string) (*m.Environment, error)
- func (c *EnvironmentClient) List(options ...v1.ListOptions) ([]*m.Environment, error)
- func (c *EnvironmentClient) Update(res *m.Environment, opts ...v1.UpdateOption) (*m.Environment, error)
- type EnvironmentMergeFunc
- type IntegrationClient
- func (c *IntegrationClient) Create(res *m.Integration, opts ...v1.CreateOption) (*m.Integration, error)
- func (c *IntegrationClient) Delete(res *m.Integration) error
- func (c *IntegrationClient) Get(name string) (*m.Integration, error)
- func (c *IntegrationClient) List(options ...v1.ListOptions) ([]*m.Integration, error)
- func (c *IntegrationClient) Update(res *m.Integration, opts ...v1.UpdateOption) (*m.Integration, error)
- type IntegrationMergeFunc
- type K8SClusterClient
- func (c *K8SClusterClient) Create(res *m.K8SCluster, opts ...v1.CreateOption) (*m.K8SCluster, error)
- func (c *K8SClusterClient) Delete(res *m.K8SCluster) error
- func (c *K8SClusterClient) Get(name string) (*m.K8SCluster, error)
- func (c *K8SClusterClient) List(options ...v1.ListOptions) ([]*m.K8SCluster, error)
- func (c *K8SClusterClient) Update(res *m.K8SCluster, opts ...v1.UpdateOption) (*m.K8SCluster, error)
- type K8SClusterMergeFunc
- type K8SResourceClient
- func (c *K8SResourceClient) Create(res *m.K8SResource, opts ...v1.CreateOption) (*m.K8SResource, error)
- func (c *K8SResourceClient) Delete(res *m.K8SResource) error
- func (c *K8SResourceClient) Get(name string) (*m.K8SResource, error)
- func (c *K8SResourceClient) List(options ...v1.ListOptions) ([]*m.K8SResource, error)
- func (c *K8SResourceClient) Update(res *m.K8SResource, opts ...v1.UpdateOption) (*m.K8SResource, error)
- type K8SResourceMergeFunc
- type ManagedApplicationClient
- func (c *ManagedApplicationClient) Create(res *m.ManagedApplication, opts ...v1.CreateOption) (*m.ManagedApplication, error)
- func (c *ManagedApplicationClient) Delete(res *m.ManagedApplication) error
- func (c *ManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
- func (c *ManagedApplicationClient) List(options ...v1.ListOptions) ([]*m.ManagedApplication, error)
- func (c *ManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
- type ManagedApplicationMergeFunc
- type MeshClient
- func (c *MeshClient) Create(res *m.Mesh, opts ...v1.CreateOption) (*m.Mesh, error)
- func (c *MeshClient) Delete(res *m.Mesh) error
- func (c *MeshClient) Get(name string) (*m.Mesh, error)
- func (c *MeshClient) List(options ...v1.ListOptions) ([]*m.Mesh, error)
- func (c *MeshClient) Update(res *m.Mesh, opts ...v1.UpdateOption) (*m.Mesh, error)
- type MeshDiscoveryClient
- func (c *MeshDiscoveryClient) Create(res *m.MeshDiscovery, opts ...v1.CreateOption) (*m.MeshDiscovery, error)
- func (c *MeshDiscoveryClient) Delete(res *m.MeshDiscovery) error
- func (c *MeshDiscoveryClient) Get(name string) (*m.MeshDiscovery, error)
- func (c *MeshDiscoveryClient) List(options ...v1.ListOptions) ([]*m.MeshDiscovery, error)
- func (c *MeshDiscoveryClient) Update(res *m.MeshDiscovery, opts ...v1.UpdateOption) (*m.MeshDiscovery, error)
- type MeshDiscoveryMergeFunc
- type MeshMergeFunc
- type MeshServiceClient
- func (c *MeshServiceClient) Create(res *m.MeshService, opts ...v1.CreateOption) (*m.MeshService, error)
- func (c *MeshServiceClient) Delete(res *m.MeshService) error
- func (c *MeshServiceClient) Get(name string) (*m.MeshService, error)
- func (c *MeshServiceClient) List(options ...v1.ListOptions) ([]*m.MeshService, error)
- func (c *MeshServiceClient) Update(res *m.MeshService, opts ...v1.UpdateOption) (*m.MeshService, error)
- type MeshServiceMergeFunc
- type MeshWorkloadClient
- func (c *MeshWorkloadClient) Create(res *m.MeshWorkload, opts ...v1.CreateOption) (*m.MeshWorkload, error)
- func (c *MeshWorkloadClient) Delete(res *m.MeshWorkload) error
- func (c *MeshWorkloadClient) Get(name string) (*m.MeshWorkload, error)
- func (c *MeshWorkloadClient) List(options ...v1.ListOptions) ([]*m.MeshWorkload, error)
- func (c *MeshWorkloadClient) Update(res *m.MeshWorkload, opts ...v1.UpdateOption) (*m.MeshWorkload, error)
- type MeshWorkloadMergeFunc
- type ResourceDiscoveryClient
- func (c *ResourceDiscoveryClient) Create(res *m.ResourceDiscovery, opts ...v1.CreateOption) (*m.ResourceDiscovery, error)
- func (c *ResourceDiscoveryClient) Delete(res *m.ResourceDiscovery) error
- func (c *ResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
- func (c *ResourceDiscoveryClient) List(options ...v1.ListOptions) ([]*m.ResourceDiscovery, error)
- func (c *ResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
- type ResourceDiscoveryMergeFunc
- type ResourceHookClient
- func (c *ResourceHookClient) Create(res *m.ResourceHook, opts ...v1.CreateOption) (*m.ResourceHook, error)
- func (c *ResourceHookClient) Delete(res *m.ResourceHook) error
- func (c *ResourceHookClient) Get(name string) (*m.ResourceHook, error)
- func (c *ResourceHookClient) List(options ...v1.ListOptions) ([]*m.ResourceHook, error)
- func (c *ResourceHookClient) Update(res *m.ResourceHook, opts ...v1.UpdateOption) (*m.ResourceHook, error)
- type ResourceHookMergeFunc
- type SecretClient
- func (c *SecretClient) Create(res *m.Secret, opts ...v1.CreateOption) (*m.Secret, error)
- func (c *SecretClient) Delete(res *m.Secret) error
- func (c *SecretClient) Get(name string) (*m.Secret, error)
- func (c *SecretClient) List(options ...v1.ListOptions) ([]*m.Secret, error)
- func (c *SecretClient) Update(res *m.Secret, opts ...v1.UpdateOption) (*m.Secret, error)
- type SecretMergeFunc
- type SpecDiscoveryClient
- func (c *SpecDiscoveryClient) Create(res *m.SpecDiscovery, opts ...v1.CreateOption) (*m.SpecDiscovery, error)
- func (c *SpecDiscoveryClient) Delete(res *m.SpecDiscovery) error
- func (c *SpecDiscoveryClient) Get(name string) (*m.SpecDiscovery, error)
- func (c *SpecDiscoveryClient) List(options ...v1.ListOptions) ([]*m.SpecDiscovery, error)
- func (c *SpecDiscoveryClient) Update(res *m.SpecDiscovery, opts ...v1.UpdateOption) (*m.SpecDiscovery, error)
- type SpecDiscoveryMergeFunc
- type TraceabilityAgentClient
- func (c *TraceabilityAgentClient) Create(res *m.TraceabilityAgent, opts ...v1.CreateOption) (*m.TraceabilityAgent, error)
- func (c *TraceabilityAgentClient) Delete(res *m.TraceabilityAgent) error
- func (c *TraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
- func (c *TraceabilityAgentClient) List(options ...v1.ListOptions) ([]*m.TraceabilityAgent, error)
- func (c *TraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
- type TraceabilityAgentMergeFunc
- type UnscopedAPIServiceClient
- type UnscopedAPIServiceInstanceClient
- func (c *UnscopedAPIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
- func (c *UnscopedAPIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
- func (c *UnscopedAPIServiceInstanceClient) WithScope(scope string) *APIServiceInstanceClient
- type UnscopedAPIServiceRevisionClient
- func (c *UnscopedAPIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
- func (c *UnscopedAPIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
- func (c *UnscopedAPIServiceRevisionClient) WithScope(scope string) *APIServiceRevisionClient
- type UnscopedAPISpecClient
- type UnscopedAPISpecLintingJobClient
- func (c *UnscopedAPISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
- func (c *UnscopedAPISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
- func (c *UnscopedAPISpecLintingJobClient) WithScope(scope string) *APISpecLintingJobClient
- type UnscopedAccessControlListClient
- func (c *UnscopedAccessControlListClient) Get(name string) (*m.AccessControlList, error)
- func (c *UnscopedAccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
- func (c *UnscopedAccessControlListClient) WithScope(scope string) *AccessControlListClient
- type UnscopedAccessRequestClient
- type UnscopedAccessRequestDefinitionClient
- func (c *UnscopedAccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
- func (c *UnscopedAccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
- func (c *UnscopedAccessRequestDefinitionClient) WithScope(scope string) *AccessRequestDefinitionClient
- type UnscopedAssetMappingClient
- type UnscopedAssetMappingTemplateClient
- func (c *UnscopedAssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
- func (c *UnscopedAssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
- func (c *UnscopedAssetMappingTemplateClient) WithScope(scope string) *AssetMappingTemplateClient
- type UnscopedBatchJobClient
- type UnscopedConsumerInstanceClient
- func (c *UnscopedConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
- func (c *UnscopedConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
- func (c *UnscopedConsumerInstanceClient) WithScope(scope string) *ConsumerInstanceClient
- type UnscopedConsumerSubscriptionDefinitionClient
- func (c *UnscopedConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
- func (c *UnscopedConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
- func (c *UnscopedConsumerSubscriptionDefinitionClient) WithScope(scope string) *ConsumerSubscriptionDefinitionClient
- type UnscopedCredentialClient
- type UnscopedCredentialRequestDefinitionClient
- func (c *UnscopedCredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
- func (c *UnscopedCredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
- func (c *UnscopedCredentialRequestDefinitionClient) WithScope(scope string) *CredentialRequestDefinitionClient
- type UnscopedDataplaneClient
- type UnscopedDataplaneSecretClient
- type UnscopedDiscoveryAgentClient
- type UnscopedK8SResourceClient
- type UnscopedManagedApplicationClient
- func (c *UnscopedManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
- func (c *UnscopedManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
- func (c *UnscopedManagedApplicationClient) WithScope(scope string) *ManagedApplicationClient
- type UnscopedMeshDiscoveryClient
- type UnscopedMeshServiceClient
- type UnscopedMeshWorkloadClient
- type UnscopedResourceDiscoveryClient
- func (c *UnscopedResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
- func (c *UnscopedResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
- func (c *UnscopedResourceDiscoveryClient) WithScope(scope string) *ResourceDiscoveryClient
- type UnscopedResourceHookClient
- type UnscopedSecretClient
- type UnscopedSpecDiscoveryClient
- type UnscopedTraceabilityAgentClient
- func (c *UnscopedTraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
- func (c *UnscopedTraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
- func (c *UnscopedTraceabilityAgentClient) WithScope(scope string) *TraceabilityAgentClient
- type UnscopedWebhookClient
- type WatchTopicClient
- func (c *WatchTopicClient) Create(res *m.WatchTopic, opts ...v1.CreateOption) (*m.WatchTopic, error)
- func (c *WatchTopicClient) Delete(res *m.WatchTopic) error
- func (c *WatchTopicClient) Get(name string) (*m.WatchTopic, error)
- func (c *WatchTopicClient) List(options ...v1.ListOptions) ([]*m.WatchTopic, error)
- func (c *WatchTopicClient) Update(res *m.WatchTopic, opts ...v1.UpdateOption) (*m.WatchTopic, error)
- type WatchTopicMergeFunc
- type WebhookClient
- func (c *WebhookClient) Create(res *m.Webhook, opts ...v1.CreateOption) (*m.Webhook, error)
- func (c *WebhookClient) Delete(res *m.Webhook) error
- func (c *WebhookClient) Get(name string) (*m.Webhook, error)
- func (c *WebhookClient) List(options ...v1.ListOptions) ([]*m.Webhook, error)
- func (c *WebhookClient) Update(res *m.Webhook, opts ...v1.UpdateOption) (*m.Webhook, error)
- type WebhookMergeFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIServiceInstanceMerge ¶
func APIServiceInstanceMerge(f APIServiceInstanceMergeFunc) v1.UpdateOption
APIServiceInstanceMerge builds a merge option for an update operation
func APIServiceMerge ¶
func APIServiceMerge(f APIServiceMergeFunc) v1.UpdateOption
APIServiceMerge builds a merge option for an update operation
func APIServiceRevisionMerge ¶
func APIServiceRevisionMerge(f APIServiceRevisionMergeFunc) v1.UpdateOption
APIServiceRevisionMerge builds a merge option for an update operation
func APISpecLintingJobMerge ¶ added in v1.1.52
func APISpecLintingJobMerge(f APISpecLintingJobMergeFunc) v1.UpdateOption
APISpecLintingJobMerge builds a merge option for an update operation
func APISpecLintingRulesetMerge ¶ added in v1.1.52
func APISpecLintingRulesetMerge(f APISpecLintingRulesetMergeFunc) v1.UpdateOption
APISpecLintingRulesetMerge builds a merge option for an update operation
func APISpecMerge ¶
func APISpecMerge(f APISpecMergeFunc) v1.UpdateOption
APISpecMerge builds a merge option for an update operation
func AccessControlListMerge ¶
func AccessControlListMerge(f AccessControlListMergeFunc) v1.UpdateOption
AccessControlListMerge builds a merge option for an update operation
func AccessRequestDefinitionMerge ¶
func AccessRequestDefinitionMerge(f AccessRequestDefinitionMergeFunc) v1.UpdateOption
AccessRequestDefinitionMerge builds a merge option for an update operation
func AccessRequestMerge ¶
func AccessRequestMerge(f AccessRequestMergeFunc) v1.UpdateOption
AccessRequestMerge builds a merge option for an update operation
func AssetMappingMerge ¶
func AssetMappingMerge(f AssetMappingMergeFunc) v1.UpdateOption
AssetMappingMerge builds a merge option for an update operation
func AssetMappingTemplateMerge ¶
func AssetMappingTemplateMerge(f AssetMappingTemplateMergeFunc) v1.UpdateOption
AssetMappingTemplateMerge builds a merge option for an update operation
func BatchJobMerge ¶ added in v1.1.52
func BatchJobMerge(f BatchJobMergeFunc) v1.UpdateOption
BatchJobMerge builds a merge option for an update operation
func ConsumerInstanceMerge ¶
func ConsumerInstanceMerge(f ConsumerInstanceMergeFunc) v1.UpdateOption
ConsumerInstanceMerge builds a merge option for an update operation
func ConsumerSubscriptionDefinitionMerge ¶
func ConsumerSubscriptionDefinitionMerge(f ConsumerSubscriptionDefinitionMergeFunc) v1.UpdateOption
ConsumerSubscriptionDefinitionMerge builds a merge option for an update operation
func CredentialMerge ¶
func CredentialMerge(f CredentialMergeFunc) v1.UpdateOption
CredentialMerge builds a merge option for an update operation
func CredentialRequestDefinitionMerge ¶
func CredentialRequestDefinitionMerge(f CredentialRequestDefinitionMergeFunc) v1.UpdateOption
CredentialRequestDefinitionMerge builds a merge option for an update operation
func DataplaneMerge ¶ added in v1.1.49
func DataplaneMerge(f DataplaneMergeFunc) v1.UpdateOption
DataplaneMerge builds a merge option for an update operation
func DataplaneSecretMerge ¶ added in v1.1.49
func DataplaneSecretMerge(f DataplaneSecretMergeFunc) v1.UpdateOption
DataplaneSecretMerge builds a merge option for an update operation
func DiscoveryAgentMerge ¶
func DiscoveryAgentMerge(f DiscoveryAgentMergeFunc) v1.UpdateOption
DiscoveryAgentMerge builds a merge option for an update operation
func EnvironmentMerge ¶
func EnvironmentMerge(f EnvironmentMergeFunc) v1.UpdateOption
EnvironmentMerge builds a merge option for an update operation
func IntegrationMerge ¶
func IntegrationMerge(f IntegrationMergeFunc) v1.UpdateOption
IntegrationMerge builds a merge option for an update operation
func K8SClusterMerge ¶
func K8SClusterMerge(f K8SClusterMergeFunc) v1.UpdateOption
K8SClusterMerge builds a merge option for an update operation
func K8SResourceMerge ¶
func K8SResourceMerge(f K8SResourceMergeFunc) v1.UpdateOption
K8SResourceMerge builds a merge option for an update operation
func ManagedApplicationMerge ¶
func ManagedApplicationMerge(f ManagedApplicationMergeFunc) v1.UpdateOption
ManagedApplicationMerge builds a merge option for an update operation
func MeshDiscoveryMerge ¶
func MeshDiscoveryMerge(f MeshDiscoveryMergeFunc) v1.UpdateOption
MeshDiscoveryMerge builds a merge option for an update operation
func MeshMerge ¶
func MeshMerge(f MeshMergeFunc) v1.UpdateOption
MeshMerge builds a merge option for an update operation
func MeshServiceMerge ¶
func MeshServiceMerge(f MeshServiceMergeFunc) v1.UpdateOption
MeshServiceMerge builds a merge option for an update operation
func MeshWorkloadMerge ¶
func MeshWorkloadMerge(f MeshWorkloadMergeFunc) v1.UpdateOption
MeshWorkloadMerge builds a merge option for an update operation
func ResourceDiscoveryMerge ¶
func ResourceDiscoveryMerge(f ResourceDiscoveryMergeFunc) v1.UpdateOption
ResourceDiscoveryMerge builds a merge option for an update operation
func ResourceHookMerge ¶
func ResourceHookMerge(f ResourceHookMergeFunc) v1.UpdateOption
ResourceHookMerge builds a merge option for an update operation
func SecretMerge ¶
func SecretMerge(f SecretMergeFunc) v1.UpdateOption
SecretMerge builds a merge option for an update operation
func SpecDiscoveryMerge ¶
func SpecDiscoveryMerge(f SpecDiscoveryMergeFunc) v1.UpdateOption
SpecDiscoveryMerge builds a merge option for an update operation
func TraceabilityAgentMerge ¶
func TraceabilityAgentMerge(f TraceabilityAgentMergeFunc) v1.UpdateOption
TraceabilityAgentMerge builds a merge option for an update operation
func WatchTopicMerge ¶
func WatchTopicMerge(f WatchTopicMergeFunc) v1.UpdateOption
WatchTopicMerge builds a merge option for an update operation
func WebhookMerge ¶
func WebhookMerge(f WebhookMergeFunc) v1.UpdateOption
WebhookMerge builds a merge option for an update operation
Types ¶
type APIServiceClient ¶
type APIServiceClient struct {
// contains filtered or unexported fields
}
APIServiceClient - rest client for APIService resources that have a defined resource scope
func (*APIServiceClient) Create ¶
func (c *APIServiceClient) Create(res *m.APIService, opts ...v1.CreateOption) (*m.APIService, error)
Create - creates a resource
func (*APIServiceClient) Delete ¶
func (c *APIServiceClient) Delete(res *m.APIService) error
Delete - deletes a resource
func (*APIServiceClient) Get ¶
func (c *APIServiceClient) Get(name string) (*m.APIService, error)
Get - gets a resource by name
func (*APIServiceClient) List ¶
func (c *APIServiceClient) List(options ...v1.ListOptions) ([]*m.APIService, error)
List - gets a list of resources
func (*APIServiceClient) Update ¶
func (c *APIServiceClient) Update(res *m.APIService, opts ...v1.UpdateOption) (*m.APIService, error)
Update - updates a resource
type APIServiceInstanceClient ¶
type APIServiceInstanceClient struct {
// contains filtered or unexported fields
}
APIServiceInstanceClient - rest client for APIServiceInstance resources that have a defined resource scope
func (*APIServiceInstanceClient) Create ¶
func (c *APIServiceInstanceClient) Create(res *m.APIServiceInstance, opts ...v1.CreateOption) (*m.APIServiceInstance, error)
Create - creates a resource
func (*APIServiceInstanceClient) Delete ¶
func (c *APIServiceInstanceClient) Delete(res *m.APIServiceInstance) error
Delete - deletes a resource
func (*APIServiceInstanceClient) Get ¶
func (c *APIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
Get - gets a resource by name
func (*APIServiceInstanceClient) List ¶
func (c *APIServiceInstanceClient) List(options ...v1.ListOptions) ([]*m.APIServiceInstance, error)
List - gets a list of resources
func (*APIServiceInstanceClient) Update ¶
func (c *APIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
Update - updates a resource
type APIServiceInstanceMergeFunc ¶
type APIServiceInstanceMergeFunc func(*m.APIServiceInstance, *m.APIServiceInstance) (*m.APIServiceInstance, error)
type APIServiceMergeFunc ¶
type APIServiceMergeFunc func(*m.APIService, *m.APIService) (*m.APIService, error)
type APIServiceRevisionClient ¶
type APIServiceRevisionClient struct {
// contains filtered or unexported fields
}
APIServiceRevisionClient - rest client for APIServiceRevision resources that have a defined resource scope
func (*APIServiceRevisionClient) Create ¶
func (c *APIServiceRevisionClient) Create(res *m.APIServiceRevision, opts ...v1.CreateOption) (*m.APIServiceRevision, error)
Create - creates a resource
func (*APIServiceRevisionClient) Delete ¶
func (c *APIServiceRevisionClient) Delete(res *m.APIServiceRevision) error
Delete - deletes a resource
func (*APIServiceRevisionClient) Get ¶
func (c *APIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
Get - gets a resource by name
func (*APIServiceRevisionClient) List ¶
func (c *APIServiceRevisionClient) List(options ...v1.ListOptions) ([]*m.APIServiceRevision, error)
List - gets a list of resources
func (*APIServiceRevisionClient) Update ¶
func (c *APIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
Update - updates a resource
type APIServiceRevisionMergeFunc ¶
type APIServiceRevisionMergeFunc func(*m.APIServiceRevision, *m.APIServiceRevision) (*m.APIServiceRevision, error)
type APISpecClient ¶
type APISpecClient struct {
// contains filtered or unexported fields
}
APISpecClient - rest client for APISpec resources that have a defined resource scope
func (*APISpecClient) Create ¶
func (c *APISpecClient) Create(res *m.APISpec, opts ...v1.CreateOption) (*m.APISpec, error)
Create - creates a resource
func (*APISpecClient) Delete ¶
func (c *APISpecClient) Delete(res *m.APISpec) error
Delete - deletes a resource
func (*APISpecClient) Get ¶
func (c *APISpecClient) Get(name string) (*m.APISpec, error)
Get - gets a resource by name
func (*APISpecClient) List ¶
func (c *APISpecClient) List(options ...v1.ListOptions) ([]*m.APISpec, error)
List - gets a list of resources
func (*APISpecClient) Update ¶
func (c *APISpecClient) Update(res *m.APISpec, opts ...v1.UpdateOption) (*m.APISpec, error)
Update - updates a resource
type APISpecLintingJobClient ¶ added in v1.1.52
type APISpecLintingJobClient struct {
// contains filtered or unexported fields
}
APISpecLintingJobClient - rest client for APISpecLintingJob resources that have a defined resource scope
func (*APISpecLintingJobClient) Create ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Create(res *m.APISpecLintingJob, opts ...v1.CreateOption) (*m.APISpecLintingJob, error)
Create - creates a resource
func (*APISpecLintingJobClient) Delete ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Delete(res *m.APISpecLintingJob) error
Delete - deletes a resource
func (*APISpecLintingJobClient) Get ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
Get - gets a resource by name
func (*APISpecLintingJobClient) List ¶ added in v1.1.52
func (c *APISpecLintingJobClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingJob, error)
List - gets a list of resources
func (*APISpecLintingJobClient) Update ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
Update - updates a resource
type APISpecLintingJobMergeFunc ¶ added in v1.1.52
type APISpecLintingJobMergeFunc func(*m.APISpecLintingJob, *m.APISpecLintingJob) (*m.APISpecLintingJob, error)
type APISpecLintingRulesetClient ¶ added in v1.1.52
type APISpecLintingRulesetClient struct {
// contains filtered or unexported fields
}
APISpecLintingRulesetClient - rest client for APISpecLintingRuleset resources that have a defined resource scope
func NewAPISpecLintingRulesetClient ¶ added in v1.1.52
func NewAPISpecLintingRulesetClient(c v1.Base) (*APISpecLintingRulesetClient, error)
NewAPISpecLintingRulesetClient - creates a client scoped to a particular resource
func (*APISpecLintingRulesetClient) Create ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Create(res *m.APISpecLintingRuleset, opts ...v1.CreateOption) (*m.APISpecLintingRuleset, error)
Create - creates a resource
func (*APISpecLintingRulesetClient) Delete ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Delete(res *m.APISpecLintingRuleset) error
Delete - deletes a resource
func (*APISpecLintingRulesetClient) Get ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Get(name string) (*m.APISpecLintingRuleset, error)
Get - gets a resource by name
func (*APISpecLintingRulesetClient) List ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingRuleset, error)
List - gets a list of resources
func (*APISpecLintingRulesetClient) Update ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Update(res *m.APISpecLintingRuleset, opts ...v1.UpdateOption) (*m.APISpecLintingRuleset, error)
Update - updates a resource
type APISpecLintingRulesetMergeFunc ¶ added in v1.1.52
type APISpecLintingRulesetMergeFunc func(*m.APISpecLintingRuleset, *m.APISpecLintingRuleset) (*m.APISpecLintingRuleset, error)
type AccessControlListClient ¶
type AccessControlListClient struct {
// contains filtered or unexported fields
}
AccessControlListClient - rest client for AccessControlList resources that have a defined resource scope
func (*AccessControlListClient) Create ¶
func (c *AccessControlListClient) Create(res *m.AccessControlList, opts ...v1.CreateOption) (*m.AccessControlList, error)
Create - creates a resource
func (*AccessControlListClient) Delete ¶
func (c *AccessControlListClient) Delete(res *m.AccessControlList) error
Delete - deletes a resource
func (*AccessControlListClient) Get ¶
func (c *AccessControlListClient) Get(name string) (*m.AccessControlList, error)
Get - gets a resource by name
func (*AccessControlListClient) List ¶
func (c *AccessControlListClient) List(options ...v1.ListOptions) ([]*m.AccessControlList, error)
List - gets a list of resources
func (*AccessControlListClient) Update ¶
func (c *AccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
Update - updates a resource
type AccessControlListMergeFunc ¶
type AccessControlListMergeFunc func(*m.AccessControlList, *m.AccessControlList) (*m.AccessControlList, error)
type AccessRequestClient ¶
type AccessRequestClient struct {
// contains filtered or unexported fields
}
AccessRequestClient - rest client for AccessRequest resources that have a defined resource scope
func (*AccessRequestClient) Create ¶
func (c *AccessRequestClient) Create(res *m.AccessRequest, opts ...v1.CreateOption) (*m.AccessRequest, error)
Create - creates a resource
func (*AccessRequestClient) Delete ¶
func (c *AccessRequestClient) Delete(res *m.AccessRequest) error
Delete - deletes a resource
func (*AccessRequestClient) Get ¶
func (c *AccessRequestClient) Get(name string) (*m.AccessRequest, error)
Get - gets a resource by name
func (*AccessRequestClient) List ¶
func (c *AccessRequestClient) List(options ...v1.ListOptions) ([]*m.AccessRequest, error)
List - gets a list of resources
func (*AccessRequestClient) Update ¶
func (c *AccessRequestClient) Update(res *m.AccessRequest, opts ...v1.UpdateOption) (*m.AccessRequest, error)
Update - updates a resource
type AccessRequestDefinitionClient ¶
type AccessRequestDefinitionClient struct {
// contains filtered or unexported fields
}
AccessRequestDefinitionClient - rest client for AccessRequestDefinition resources that have a defined resource scope
func (*AccessRequestDefinitionClient) Create ¶
func (c *AccessRequestDefinitionClient) Create(res *m.AccessRequestDefinition, opts ...v1.CreateOption) (*m.AccessRequestDefinition, error)
Create - creates a resource
func (*AccessRequestDefinitionClient) Delete ¶
func (c *AccessRequestDefinitionClient) Delete(res *m.AccessRequestDefinition) error
Delete - deletes a resource
func (*AccessRequestDefinitionClient) Get ¶
func (c *AccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
Get - gets a resource by name
func (*AccessRequestDefinitionClient) List ¶
func (c *AccessRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.AccessRequestDefinition, error)
List - gets a list of resources
func (*AccessRequestDefinitionClient) Update ¶
func (c *AccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
Update - updates a resource
type AccessRequestDefinitionMergeFunc ¶
type AccessRequestDefinitionMergeFunc func(*m.AccessRequestDefinition, *m.AccessRequestDefinition) (*m.AccessRequestDefinition, error)
type AccessRequestMergeFunc ¶
type AccessRequestMergeFunc func(*m.AccessRequest, *m.AccessRequest) (*m.AccessRequest, error)
type AssetMappingClient ¶
type AssetMappingClient struct {
// contains filtered or unexported fields
}
AssetMappingClient - rest client for AssetMapping resources that have a defined resource scope
func (*AssetMappingClient) Create ¶
func (c *AssetMappingClient) Create(res *m.AssetMapping, opts ...v1.CreateOption) (*m.AssetMapping, error)
Create - creates a resource
func (*AssetMappingClient) Delete ¶
func (c *AssetMappingClient) Delete(res *m.AssetMapping) error
Delete - deletes a resource
func (*AssetMappingClient) Get ¶
func (c *AssetMappingClient) Get(name string) (*m.AssetMapping, error)
Get - gets a resource by name
func (*AssetMappingClient) List ¶
func (c *AssetMappingClient) List(options ...v1.ListOptions) ([]*m.AssetMapping, error)
List - gets a list of resources
func (*AssetMappingClient) Update ¶
func (c *AssetMappingClient) Update(res *m.AssetMapping, opts ...v1.UpdateOption) (*m.AssetMapping, error)
Update - updates a resource
type AssetMappingMergeFunc ¶
type AssetMappingMergeFunc func(*m.AssetMapping, *m.AssetMapping) (*m.AssetMapping, error)
type AssetMappingTemplateClient ¶
type AssetMappingTemplateClient struct {
// contains filtered or unexported fields
}
AssetMappingTemplateClient - rest client for AssetMappingTemplate resources that have a defined resource scope
func (*AssetMappingTemplateClient) Create ¶
func (c *AssetMappingTemplateClient) Create(res *m.AssetMappingTemplate, opts ...v1.CreateOption) (*m.AssetMappingTemplate, error)
Create - creates a resource
func (*AssetMappingTemplateClient) Delete ¶
func (c *AssetMappingTemplateClient) Delete(res *m.AssetMappingTemplate) error
Delete - deletes a resource
func (*AssetMappingTemplateClient) Get ¶
func (c *AssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
Get - gets a resource by name
func (*AssetMappingTemplateClient) List ¶
func (c *AssetMappingTemplateClient) List(options ...v1.ListOptions) ([]*m.AssetMappingTemplate, error)
List - gets a list of resources
func (*AssetMappingTemplateClient) Update ¶
func (c *AssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
Update - updates a resource
type AssetMappingTemplateMergeFunc ¶
type AssetMappingTemplateMergeFunc func(*m.AssetMappingTemplate, *m.AssetMappingTemplate) (*m.AssetMappingTemplate, error)
type BatchJobClient ¶ added in v1.1.52
type BatchJobClient struct {
// contains filtered or unexported fields
}
BatchJobClient - rest client for BatchJob resources that have a defined resource scope
func (*BatchJobClient) Create ¶ added in v1.1.52
func (c *BatchJobClient) Create(res *m.BatchJob, opts ...v1.CreateOption) (*m.BatchJob, error)
Create - creates a resource
func (*BatchJobClient) Delete ¶ added in v1.1.52
func (c *BatchJobClient) Delete(res *m.BatchJob) error
Delete - deletes a resource
func (*BatchJobClient) Get ¶ added in v1.1.52
func (c *BatchJobClient) Get(name string) (*m.BatchJob, error)
Get - gets a resource by name
func (*BatchJobClient) List ¶ added in v1.1.52
func (c *BatchJobClient) List(options ...v1.ListOptions) ([]*m.BatchJob, error)
List - gets a list of resources
func (*BatchJobClient) Update ¶ added in v1.1.52
func (c *BatchJobClient) Update(res *m.BatchJob, opts ...v1.UpdateOption) (*m.BatchJob, error)
Update - updates a resource
type BatchJobMergeFunc ¶ added in v1.1.52
type ConsumerInstanceClient ¶
type ConsumerInstanceClient struct {
// contains filtered or unexported fields
}
ConsumerInstanceClient - rest client for ConsumerInstance resources that have a defined resource scope
func (*ConsumerInstanceClient) Create ¶
func (c *ConsumerInstanceClient) Create(res *m.ConsumerInstance, opts ...v1.CreateOption) (*m.ConsumerInstance, error)
Create - creates a resource
func (*ConsumerInstanceClient) Delete ¶
func (c *ConsumerInstanceClient) Delete(res *m.ConsumerInstance) error
Delete - deletes a resource
func (*ConsumerInstanceClient) Get ¶
func (c *ConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
Get - gets a resource by name
func (*ConsumerInstanceClient) List ¶
func (c *ConsumerInstanceClient) List(options ...v1.ListOptions) ([]*m.ConsumerInstance, error)
List - gets a list of resources
func (*ConsumerInstanceClient) Update ¶
func (c *ConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
Update - updates a resource
type ConsumerInstanceMergeFunc ¶
type ConsumerInstanceMergeFunc func(*m.ConsumerInstance, *m.ConsumerInstance) (*m.ConsumerInstance, error)
type ConsumerSubscriptionDefinitionClient ¶
type ConsumerSubscriptionDefinitionClient struct {
// contains filtered or unexported fields
}
ConsumerSubscriptionDefinitionClient - rest client for ConsumerSubscriptionDefinition resources that have a defined resource scope
func (*ConsumerSubscriptionDefinitionClient) Create ¶
func (c *ConsumerSubscriptionDefinitionClient) Create(res *m.ConsumerSubscriptionDefinition, opts ...v1.CreateOption) (*m.ConsumerSubscriptionDefinition, error)
Create - creates a resource
func (*ConsumerSubscriptionDefinitionClient) Delete ¶
func (c *ConsumerSubscriptionDefinitionClient) Delete(res *m.ConsumerSubscriptionDefinition) error
Delete - deletes a resource
func (*ConsumerSubscriptionDefinitionClient) Get ¶
func (c *ConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
Get - gets a resource by name
func (*ConsumerSubscriptionDefinitionClient) List ¶
func (c *ConsumerSubscriptionDefinitionClient) List(options ...v1.ListOptions) ([]*m.ConsumerSubscriptionDefinition, error)
List - gets a list of resources
func (*ConsumerSubscriptionDefinitionClient) Update ¶
func (c *ConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
Update - updates a resource
type ConsumerSubscriptionDefinitionMergeFunc ¶
type ConsumerSubscriptionDefinitionMergeFunc func(*m.ConsumerSubscriptionDefinition, *m.ConsumerSubscriptionDefinition) (*m.ConsumerSubscriptionDefinition, error)
type CredentialClient ¶
type CredentialClient struct {
// contains filtered or unexported fields
}
CredentialClient - rest client for Credential resources that have a defined resource scope
func (*CredentialClient) Create ¶
func (c *CredentialClient) Create(res *m.Credential, opts ...v1.CreateOption) (*m.Credential, error)
Create - creates a resource
func (*CredentialClient) Delete ¶
func (c *CredentialClient) Delete(res *m.Credential) error
Delete - deletes a resource
func (*CredentialClient) Get ¶
func (c *CredentialClient) Get(name string) (*m.Credential, error)
Get - gets a resource by name
func (*CredentialClient) List ¶
func (c *CredentialClient) List(options ...v1.ListOptions) ([]*m.Credential, error)
List - gets a list of resources
func (*CredentialClient) Update ¶
func (c *CredentialClient) Update(res *m.Credential, opts ...v1.UpdateOption) (*m.Credential, error)
Update - updates a resource
type CredentialMergeFunc ¶
type CredentialMergeFunc func(*m.Credential, *m.Credential) (*m.Credential, error)
type CredentialRequestDefinitionClient ¶
type CredentialRequestDefinitionClient struct {
// contains filtered or unexported fields
}
CredentialRequestDefinitionClient - rest client for CredentialRequestDefinition resources that have a defined resource scope
func (*CredentialRequestDefinitionClient) Create ¶
func (c *CredentialRequestDefinitionClient) Create(res *m.CredentialRequestDefinition, opts ...v1.CreateOption) (*m.CredentialRequestDefinition, error)
Create - creates a resource
func (*CredentialRequestDefinitionClient) Delete ¶
func (c *CredentialRequestDefinitionClient) Delete(res *m.CredentialRequestDefinition) error
Delete - deletes a resource
func (*CredentialRequestDefinitionClient) Get ¶
func (c *CredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
Get - gets a resource by name
func (*CredentialRequestDefinitionClient) List ¶
func (c *CredentialRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.CredentialRequestDefinition, error)
List - gets a list of resources
func (*CredentialRequestDefinitionClient) Update ¶
func (c *CredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
Update - updates a resource
type CredentialRequestDefinitionMergeFunc ¶
type CredentialRequestDefinitionMergeFunc func(*m.CredentialRequestDefinition, *m.CredentialRequestDefinition) (*m.CredentialRequestDefinition, error)
type DataplaneClient ¶ added in v1.1.49
type DataplaneClient struct {
// contains filtered or unexported fields
}
DataplaneClient - rest client for Dataplane resources that have a defined resource scope
func (*DataplaneClient) Create ¶ added in v1.1.49
func (c *DataplaneClient) Create(res *m.Dataplane, opts ...v1.CreateOption) (*m.Dataplane, error)
Create - creates a resource
func (*DataplaneClient) Delete ¶ added in v1.1.49
func (c *DataplaneClient) Delete(res *m.Dataplane) error
Delete - deletes a resource
func (*DataplaneClient) Get ¶ added in v1.1.49
func (c *DataplaneClient) Get(name string) (*m.Dataplane, error)
Get - gets a resource by name
func (*DataplaneClient) List ¶ added in v1.1.49
func (c *DataplaneClient) List(options ...v1.ListOptions) ([]*m.Dataplane, error)
List - gets a list of resources
func (*DataplaneClient) Update ¶ added in v1.1.49
func (c *DataplaneClient) Update(res *m.Dataplane, opts ...v1.UpdateOption) (*m.Dataplane, error)
Update - updates a resource
type DataplaneMergeFunc ¶ added in v1.1.49
type DataplaneSecretClient ¶ added in v1.1.49
type DataplaneSecretClient struct {
// contains filtered or unexported fields
}
DataplaneSecretClient - rest client for DataplaneSecret resources that have a defined resource scope
func (*DataplaneSecretClient) Create ¶ added in v1.1.49
func (c *DataplaneSecretClient) Create(res *m.DataplaneSecret, opts ...v1.CreateOption) (*m.DataplaneSecret, error)
Create - creates a resource
func (*DataplaneSecretClient) Delete ¶ added in v1.1.49
func (c *DataplaneSecretClient) Delete(res *m.DataplaneSecret) error
Delete - deletes a resource
func (*DataplaneSecretClient) Get ¶ added in v1.1.49
func (c *DataplaneSecretClient) Get(name string) (*m.DataplaneSecret, error)
Get - gets a resource by name
func (*DataplaneSecretClient) List ¶ added in v1.1.49
func (c *DataplaneSecretClient) List(options ...v1.ListOptions) ([]*m.DataplaneSecret, error)
List - gets a list of resources
func (*DataplaneSecretClient) Update ¶ added in v1.1.49
func (c *DataplaneSecretClient) Update(res *m.DataplaneSecret, opts ...v1.UpdateOption) (*m.DataplaneSecret, error)
Update - updates a resource
type DataplaneSecretMergeFunc ¶ added in v1.1.49
type DataplaneSecretMergeFunc func(*m.DataplaneSecret, *m.DataplaneSecret) (*m.DataplaneSecret, error)
type DiscoveryAgentClient ¶
type DiscoveryAgentClient struct {
// contains filtered or unexported fields
}
DiscoveryAgentClient - rest client for DiscoveryAgent resources that have a defined resource scope
func (*DiscoveryAgentClient) Create ¶
func (c *DiscoveryAgentClient) Create(res *m.DiscoveryAgent, opts ...v1.CreateOption) (*m.DiscoveryAgent, error)
Create - creates a resource
func (*DiscoveryAgentClient) Delete ¶
func (c *DiscoveryAgentClient) Delete(res *m.DiscoveryAgent) error
Delete - deletes a resource
func (*DiscoveryAgentClient) Get ¶
func (c *DiscoveryAgentClient) Get(name string) (*m.DiscoveryAgent, error)
Get - gets a resource by name
func (*DiscoveryAgentClient) List ¶
func (c *DiscoveryAgentClient) List(options ...v1.ListOptions) ([]*m.DiscoveryAgent, error)
List - gets a list of resources
func (*DiscoveryAgentClient) Update ¶
func (c *DiscoveryAgentClient) Update(res *m.DiscoveryAgent, opts ...v1.UpdateOption) (*m.DiscoveryAgent, error)
Update - updates a resource
type DiscoveryAgentMergeFunc ¶
type DiscoveryAgentMergeFunc func(*m.DiscoveryAgent, *m.DiscoveryAgent) (*m.DiscoveryAgent, error)
type EnvironmentClient ¶
type EnvironmentClient struct {
// contains filtered or unexported fields
}
EnvironmentClient - rest client for Environment resources that have a defined resource scope
func NewEnvironmentClient ¶
func NewEnvironmentClient(c v1.Base) (*EnvironmentClient, error)
NewEnvironmentClient - creates a client scoped to a particular resource
func (*EnvironmentClient) Create ¶
func (c *EnvironmentClient) Create(res *m.Environment, opts ...v1.CreateOption) (*m.Environment, error)
Create - creates a resource
func (*EnvironmentClient) Delete ¶
func (c *EnvironmentClient) Delete(res *m.Environment) error
Delete - deletes a resource
func (*EnvironmentClient) Get ¶
func (c *EnvironmentClient) Get(name string) (*m.Environment, error)
Get - gets a resource by name
func (*EnvironmentClient) List ¶
func (c *EnvironmentClient) List(options ...v1.ListOptions) ([]*m.Environment, error)
List - gets a list of resources
func (*EnvironmentClient) Update ¶
func (c *EnvironmentClient) Update(res *m.Environment, opts ...v1.UpdateOption) (*m.Environment, error)
Update - updates a resource
type EnvironmentMergeFunc ¶
type EnvironmentMergeFunc func(*m.Environment, *m.Environment) (*m.Environment, error)
type IntegrationClient ¶
type IntegrationClient struct {
// contains filtered or unexported fields
}
IntegrationClient - rest client for Integration resources that have a defined resource scope
func NewIntegrationClient ¶
func NewIntegrationClient(c v1.Base) (*IntegrationClient, error)
NewIntegrationClient - creates a client scoped to a particular resource
func (*IntegrationClient) Create ¶
func (c *IntegrationClient) Create(res *m.Integration, opts ...v1.CreateOption) (*m.Integration, error)
Create - creates a resource
func (*IntegrationClient) Delete ¶
func (c *IntegrationClient) Delete(res *m.Integration) error
Delete - deletes a resource
func (*IntegrationClient) Get ¶
func (c *IntegrationClient) Get(name string) (*m.Integration, error)
Get - gets a resource by name
func (*IntegrationClient) List ¶
func (c *IntegrationClient) List(options ...v1.ListOptions) ([]*m.Integration, error)
List - gets a list of resources
func (*IntegrationClient) Update ¶
func (c *IntegrationClient) Update(res *m.Integration, opts ...v1.UpdateOption) (*m.Integration, error)
Update - updates a resource
type IntegrationMergeFunc ¶
type IntegrationMergeFunc func(*m.Integration, *m.Integration) (*m.Integration, error)
type K8SClusterClient ¶
type K8SClusterClient struct {
// contains filtered or unexported fields
}
K8SClusterClient - rest client for K8SCluster resources that have a defined resource scope
func NewK8SClusterClient ¶
func NewK8SClusterClient(c v1.Base) (*K8SClusterClient, error)
NewK8SClusterClient - creates a client scoped to a particular resource
func (*K8SClusterClient) Create ¶
func (c *K8SClusterClient) Create(res *m.K8SCluster, opts ...v1.CreateOption) (*m.K8SCluster, error)
Create - creates a resource
func (*K8SClusterClient) Delete ¶
func (c *K8SClusterClient) Delete(res *m.K8SCluster) error
Delete - deletes a resource
func (*K8SClusterClient) Get ¶
func (c *K8SClusterClient) Get(name string) (*m.K8SCluster, error)
Get - gets a resource by name
func (*K8SClusterClient) List ¶
func (c *K8SClusterClient) List(options ...v1.ListOptions) ([]*m.K8SCluster, error)
List - gets a list of resources
func (*K8SClusterClient) Update ¶
func (c *K8SClusterClient) Update(res *m.K8SCluster, opts ...v1.UpdateOption) (*m.K8SCluster, error)
Update - updates a resource
type K8SClusterMergeFunc ¶
type K8SClusterMergeFunc func(*m.K8SCluster, *m.K8SCluster) (*m.K8SCluster, error)
type K8SResourceClient ¶
type K8SResourceClient struct {
// contains filtered or unexported fields
}
K8SResourceClient - rest client for K8SResource resources that have a defined resource scope
func (*K8SResourceClient) Create ¶
func (c *K8SResourceClient) Create(res *m.K8SResource, opts ...v1.CreateOption) (*m.K8SResource, error)
Create - creates a resource
func (*K8SResourceClient) Delete ¶
func (c *K8SResourceClient) Delete(res *m.K8SResource) error
Delete - deletes a resource
func (*K8SResourceClient) Get ¶
func (c *K8SResourceClient) Get(name string) (*m.K8SResource, error)
Get - gets a resource by name
func (*K8SResourceClient) List ¶
func (c *K8SResourceClient) List(options ...v1.ListOptions) ([]*m.K8SResource, error)
List - gets a list of resources
func (*K8SResourceClient) Update ¶
func (c *K8SResourceClient) Update(res *m.K8SResource, opts ...v1.UpdateOption) (*m.K8SResource, error)
Update - updates a resource
type K8SResourceMergeFunc ¶
type K8SResourceMergeFunc func(*m.K8SResource, *m.K8SResource) (*m.K8SResource, error)
type ManagedApplicationClient ¶
type ManagedApplicationClient struct {
// contains filtered or unexported fields
}
ManagedApplicationClient - rest client for ManagedApplication resources that have a defined resource scope
func (*ManagedApplicationClient) Create ¶
func (c *ManagedApplicationClient) Create(res *m.ManagedApplication, opts ...v1.CreateOption) (*m.ManagedApplication, error)
Create - creates a resource
func (*ManagedApplicationClient) Delete ¶
func (c *ManagedApplicationClient) Delete(res *m.ManagedApplication) error
Delete - deletes a resource
func (*ManagedApplicationClient) Get ¶
func (c *ManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
Get - gets a resource by name
func (*ManagedApplicationClient) List ¶
func (c *ManagedApplicationClient) List(options ...v1.ListOptions) ([]*m.ManagedApplication, error)
List - gets a list of resources
func (*ManagedApplicationClient) Update ¶
func (c *ManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
Update - updates a resource
type ManagedApplicationMergeFunc ¶
type ManagedApplicationMergeFunc func(*m.ManagedApplication, *m.ManagedApplication) (*m.ManagedApplication, error)
type MeshClient ¶
type MeshClient struct {
// contains filtered or unexported fields
}
MeshClient - rest client for Mesh resources that have a defined resource scope
func NewMeshClient ¶
func NewMeshClient(c v1.Base) (*MeshClient, error)
NewMeshClient - creates a client scoped to a particular resource
func (*MeshClient) Create ¶
func (c *MeshClient) Create(res *m.Mesh, opts ...v1.CreateOption) (*m.Mesh, error)
Create - creates a resource
func (*MeshClient) Delete ¶
func (c *MeshClient) Delete(res *m.Mesh) error
Delete - deletes a resource
func (*MeshClient) Get ¶
func (c *MeshClient) Get(name string) (*m.Mesh, error)
Get - gets a resource by name
func (*MeshClient) List ¶
func (c *MeshClient) List(options ...v1.ListOptions) ([]*m.Mesh, error)
List - gets a list of resources
func (*MeshClient) Update ¶
func (c *MeshClient) Update(res *m.Mesh, opts ...v1.UpdateOption) (*m.Mesh, error)
Update - updates a resource
type MeshDiscoveryClient ¶
type MeshDiscoveryClient struct {
// contains filtered or unexported fields
}
MeshDiscoveryClient - rest client for MeshDiscovery resources that have a defined resource scope
func (*MeshDiscoveryClient) Create ¶
func (c *MeshDiscoveryClient) Create(res *m.MeshDiscovery, opts ...v1.CreateOption) (*m.MeshDiscovery, error)
Create - creates a resource
func (*MeshDiscoveryClient) Delete ¶
func (c *MeshDiscoveryClient) Delete(res *m.MeshDiscovery) error
Delete - deletes a resource
func (*MeshDiscoveryClient) Get ¶
func (c *MeshDiscoveryClient) Get(name string) (*m.MeshDiscovery, error)
Get - gets a resource by name
func (*MeshDiscoveryClient) List ¶
func (c *MeshDiscoveryClient) List(options ...v1.ListOptions) ([]*m.MeshDiscovery, error)
List - gets a list of resources
func (*MeshDiscoveryClient) Update ¶
func (c *MeshDiscoveryClient) Update(res *m.MeshDiscovery, opts ...v1.UpdateOption) (*m.MeshDiscovery, error)
Update - updates a resource
type MeshDiscoveryMergeFunc ¶
type MeshDiscoveryMergeFunc func(*m.MeshDiscovery, *m.MeshDiscovery) (*m.MeshDiscovery, error)
type MeshServiceClient ¶
type MeshServiceClient struct {
// contains filtered or unexported fields
}
MeshServiceClient - rest client for MeshService resources that have a defined resource scope
func (*MeshServiceClient) Create ¶
func (c *MeshServiceClient) Create(res *m.MeshService, opts ...v1.CreateOption) (*m.MeshService, error)
Create - creates a resource
func (*MeshServiceClient) Delete ¶
func (c *MeshServiceClient) Delete(res *m.MeshService) error
Delete - deletes a resource
func (*MeshServiceClient) Get ¶
func (c *MeshServiceClient) Get(name string) (*m.MeshService, error)
Get - gets a resource by name
func (*MeshServiceClient) List ¶
func (c *MeshServiceClient) List(options ...v1.ListOptions) ([]*m.MeshService, error)
List - gets a list of resources
func (*MeshServiceClient) Update ¶
func (c *MeshServiceClient) Update(res *m.MeshService, opts ...v1.UpdateOption) (*m.MeshService, error)
Update - updates a resource
type MeshServiceMergeFunc ¶
type MeshServiceMergeFunc func(*m.MeshService, *m.MeshService) (*m.MeshService, error)
type MeshWorkloadClient ¶
type MeshWorkloadClient struct {
// contains filtered or unexported fields
}
MeshWorkloadClient - rest client for MeshWorkload resources that have a defined resource scope
func (*MeshWorkloadClient) Create ¶
func (c *MeshWorkloadClient) Create(res *m.MeshWorkload, opts ...v1.CreateOption) (*m.MeshWorkload, error)
Create - creates a resource
func (*MeshWorkloadClient) Delete ¶
func (c *MeshWorkloadClient) Delete(res *m.MeshWorkload) error
Delete - deletes a resource
func (*MeshWorkloadClient) Get ¶
func (c *MeshWorkloadClient) Get(name string) (*m.MeshWorkload, error)
Get - gets a resource by name
func (*MeshWorkloadClient) List ¶
func (c *MeshWorkloadClient) List(options ...v1.ListOptions) ([]*m.MeshWorkload, error)
List - gets a list of resources
func (*MeshWorkloadClient) Update ¶
func (c *MeshWorkloadClient) Update(res *m.MeshWorkload, opts ...v1.UpdateOption) (*m.MeshWorkload, error)
Update - updates a resource
type MeshWorkloadMergeFunc ¶
type MeshWorkloadMergeFunc func(*m.MeshWorkload, *m.MeshWorkload) (*m.MeshWorkload, error)
type ResourceDiscoveryClient ¶
type ResourceDiscoveryClient struct {
// contains filtered or unexported fields
}
ResourceDiscoveryClient - rest client for ResourceDiscovery resources that have a defined resource scope
func (*ResourceDiscoveryClient) Create ¶
func (c *ResourceDiscoveryClient) Create(res *m.ResourceDiscovery, opts ...v1.CreateOption) (*m.ResourceDiscovery, error)
Create - creates a resource
func (*ResourceDiscoveryClient) Delete ¶
func (c *ResourceDiscoveryClient) Delete(res *m.ResourceDiscovery) error
Delete - deletes a resource
func (*ResourceDiscoveryClient) Get ¶
func (c *ResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
Get - gets a resource by name
func (*ResourceDiscoveryClient) List ¶
func (c *ResourceDiscoveryClient) List(options ...v1.ListOptions) ([]*m.ResourceDiscovery, error)
List - gets a list of resources
func (*ResourceDiscoveryClient) Update ¶
func (c *ResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
Update - updates a resource
type ResourceDiscoveryMergeFunc ¶
type ResourceDiscoveryMergeFunc func(*m.ResourceDiscovery, *m.ResourceDiscovery) (*m.ResourceDiscovery, error)
type ResourceHookClient ¶
type ResourceHookClient struct {
// contains filtered or unexported fields
}
ResourceHookClient - rest client for ResourceHook resources that have a defined resource scope
func (*ResourceHookClient) Create ¶
func (c *ResourceHookClient) Create(res *m.ResourceHook, opts ...v1.CreateOption) (*m.ResourceHook, error)
Create - creates a resource
func (*ResourceHookClient) Delete ¶
func (c *ResourceHookClient) Delete(res *m.ResourceHook) error
Delete - deletes a resource
func (*ResourceHookClient) Get ¶
func (c *ResourceHookClient) Get(name string) (*m.ResourceHook, error)
Get - gets a resource by name
func (*ResourceHookClient) List ¶
func (c *ResourceHookClient) List(options ...v1.ListOptions) ([]*m.ResourceHook, error)
List - gets a list of resources
func (*ResourceHookClient) Update ¶
func (c *ResourceHookClient) Update(res *m.ResourceHook, opts ...v1.UpdateOption) (*m.ResourceHook, error)
Update - updates a resource
type ResourceHookMergeFunc ¶
type ResourceHookMergeFunc func(*m.ResourceHook, *m.ResourceHook) (*m.ResourceHook, error)
type SecretClient ¶
type SecretClient struct {
// contains filtered or unexported fields
}
SecretClient - rest client for Secret resources that have a defined resource scope
func (*SecretClient) Create ¶
func (c *SecretClient) Create(res *m.Secret, opts ...v1.CreateOption) (*m.Secret, error)
Create - creates a resource
func (*SecretClient) Delete ¶
func (c *SecretClient) Delete(res *m.Secret) error
Delete - deletes a resource
func (*SecretClient) Get ¶
func (c *SecretClient) Get(name string) (*m.Secret, error)
Get - gets a resource by name
func (*SecretClient) List ¶
func (c *SecretClient) List(options ...v1.ListOptions) ([]*m.Secret, error)
List - gets a list of resources
func (*SecretClient) Update ¶
func (c *SecretClient) Update(res *m.Secret, opts ...v1.UpdateOption) (*m.Secret, error)
Update - updates a resource
type SpecDiscoveryClient ¶
type SpecDiscoveryClient struct {
// contains filtered or unexported fields
}
SpecDiscoveryClient - rest client for SpecDiscovery resources that have a defined resource scope
func (*SpecDiscoveryClient) Create ¶
func (c *SpecDiscoveryClient) Create(res *m.SpecDiscovery, opts ...v1.CreateOption) (*m.SpecDiscovery, error)
Create - creates a resource
func (*SpecDiscoveryClient) Delete ¶
func (c *SpecDiscoveryClient) Delete(res *m.SpecDiscovery) error
Delete - deletes a resource
func (*SpecDiscoveryClient) Get ¶
func (c *SpecDiscoveryClient) Get(name string) (*m.SpecDiscovery, error)
Get - gets a resource by name
func (*SpecDiscoveryClient) List ¶
func (c *SpecDiscoveryClient) List(options ...v1.ListOptions) ([]*m.SpecDiscovery, error)
List - gets a list of resources
func (*SpecDiscoveryClient) Update ¶
func (c *SpecDiscoveryClient) Update(res *m.SpecDiscovery, opts ...v1.UpdateOption) (*m.SpecDiscovery, error)
Update - updates a resource
type SpecDiscoveryMergeFunc ¶
type SpecDiscoveryMergeFunc func(*m.SpecDiscovery, *m.SpecDiscovery) (*m.SpecDiscovery, error)
type TraceabilityAgentClient ¶
type TraceabilityAgentClient struct {
// contains filtered or unexported fields
}
TraceabilityAgentClient - rest client for TraceabilityAgent resources that have a defined resource scope
func (*TraceabilityAgentClient) Create ¶
func (c *TraceabilityAgentClient) Create(res *m.TraceabilityAgent, opts ...v1.CreateOption) (*m.TraceabilityAgent, error)
Create - creates a resource
func (*TraceabilityAgentClient) Delete ¶
func (c *TraceabilityAgentClient) Delete(res *m.TraceabilityAgent) error
Delete - deletes a resource
func (*TraceabilityAgentClient) Get ¶
func (c *TraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
Get - gets a resource by name
func (*TraceabilityAgentClient) List ¶
func (c *TraceabilityAgentClient) List(options ...v1.ListOptions) ([]*m.TraceabilityAgent, error)
List - gets a list of resources
func (*TraceabilityAgentClient) Update ¶
func (c *TraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
Update - updates a resource
type TraceabilityAgentMergeFunc ¶
type TraceabilityAgentMergeFunc func(*m.TraceabilityAgent, *m.TraceabilityAgent) (*m.TraceabilityAgent, error)
type UnscopedAPIServiceClient ¶
type UnscopedAPIServiceClient struct {
// contains filtered or unexported fields
}
UnscopedAPIServiceClient - rest client for APIService resources that do not have a defined scope
func NewAPIServiceClient ¶
func NewAPIServiceClient(c v1.Base) (*UnscopedAPIServiceClient, error)
NewAPIServiceClient - creates a client that is not scoped to any resource
func (*UnscopedAPIServiceClient) Get ¶
func (c *UnscopedAPIServiceClient) Get(name string) (*m.APIService, error)
Get - gets a resource by name
func (*UnscopedAPIServiceClient) Update ¶
func (c *UnscopedAPIServiceClient) Update(res *m.APIService, opts ...v1.UpdateOption) (*m.APIService, error)
Update - updates a resource
func (*UnscopedAPIServiceClient) WithScope ¶
func (c *UnscopedAPIServiceClient) WithScope(scope string) *APIServiceClient
WithScope - sets the resource scope for the client
type UnscopedAPIServiceInstanceClient ¶
type UnscopedAPIServiceInstanceClient struct {
// contains filtered or unexported fields
}
UnscopedAPIServiceInstanceClient - rest client for APIServiceInstance resources that do not have a defined scope
func NewAPIServiceInstanceClient ¶
func NewAPIServiceInstanceClient(c v1.Base) (*UnscopedAPIServiceInstanceClient, error)
NewAPIServiceInstanceClient - creates a client that is not scoped to any resource
func (*UnscopedAPIServiceInstanceClient) Get ¶
func (c *UnscopedAPIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
Get - gets a resource by name
func (*UnscopedAPIServiceInstanceClient) Update ¶
func (c *UnscopedAPIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
Update - updates a resource
func (*UnscopedAPIServiceInstanceClient) WithScope ¶
func (c *UnscopedAPIServiceInstanceClient) WithScope(scope string) *APIServiceInstanceClient
WithScope - sets the resource scope for the client
type UnscopedAPIServiceRevisionClient ¶
type UnscopedAPIServiceRevisionClient struct {
// contains filtered or unexported fields
}
UnscopedAPIServiceRevisionClient - rest client for APIServiceRevision resources that do not have a defined scope
func NewAPIServiceRevisionClient ¶
func NewAPIServiceRevisionClient(c v1.Base) (*UnscopedAPIServiceRevisionClient, error)
NewAPIServiceRevisionClient - creates a client that is not scoped to any resource
func (*UnscopedAPIServiceRevisionClient) Get ¶
func (c *UnscopedAPIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
Get - gets a resource by name
func (*UnscopedAPIServiceRevisionClient) Update ¶
func (c *UnscopedAPIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
Update - updates a resource
func (*UnscopedAPIServiceRevisionClient) WithScope ¶
func (c *UnscopedAPIServiceRevisionClient) WithScope(scope string) *APIServiceRevisionClient
WithScope - sets the resource scope for the client
type UnscopedAPISpecClient ¶
type UnscopedAPISpecClient struct {
// contains filtered or unexported fields
}
UnscopedAPISpecClient - rest client for APISpec resources that do not have a defined scope
func NewAPISpecClient ¶
func NewAPISpecClient(c v1.Base) (*UnscopedAPISpecClient, error)
NewAPISpecClient - creates a client that is not scoped to any resource
func (*UnscopedAPISpecClient) Get ¶
func (c *UnscopedAPISpecClient) Get(name string) (*m.APISpec, error)
Get - gets a resource by name
func (*UnscopedAPISpecClient) Update ¶
func (c *UnscopedAPISpecClient) Update(res *m.APISpec, opts ...v1.UpdateOption) (*m.APISpec, error)
Update - updates a resource
func (*UnscopedAPISpecClient) WithScope ¶
func (c *UnscopedAPISpecClient) WithScope(scope string) *APISpecClient
WithScope - sets the resource scope for the client
type UnscopedAPISpecLintingJobClient ¶ added in v1.1.52
type UnscopedAPISpecLintingJobClient struct {
// contains filtered or unexported fields
}
UnscopedAPISpecLintingJobClient - rest client for APISpecLintingJob resources that do not have a defined scope
func NewAPISpecLintingJobClient ¶ added in v1.1.52
func NewAPISpecLintingJobClient(c v1.Base) (*UnscopedAPISpecLintingJobClient, error)
NewAPISpecLintingJobClient - creates a client that is not scoped to any resource
func (*UnscopedAPISpecLintingJobClient) Get ¶ added in v1.1.52
func (c *UnscopedAPISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
Get - gets a resource by name
func (*UnscopedAPISpecLintingJobClient) Update ¶ added in v1.1.52
func (c *UnscopedAPISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
Update - updates a resource
func (*UnscopedAPISpecLintingJobClient) WithScope ¶ added in v1.1.52
func (c *UnscopedAPISpecLintingJobClient) WithScope(scope string) *APISpecLintingJobClient
WithScope - sets the resource scope for the client
type UnscopedAccessControlListClient ¶
type UnscopedAccessControlListClient struct {
// contains filtered or unexported fields
}
UnscopedAccessControlListClient - rest client for AccessControlList resources that do not have a defined scope
func NewAccessControlListClient ¶
func NewAccessControlListClient(c v1.Base) (*UnscopedAccessControlListClient, error)
NewAccessControlListClient - creates a client that is not scoped to any resource
func (*UnscopedAccessControlListClient) Get ¶
func (c *UnscopedAccessControlListClient) Get(name string) (*m.AccessControlList, error)
Get - gets a resource by name
func (*UnscopedAccessControlListClient) Update ¶
func (c *UnscopedAccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
Update - updates a resource
func (*UnscopedAccessControlListClient) WithScope ¶
func (c *UnscopedAccessControlListClient) WithScope(scope string) *AccessControlListClient
WithScope - sets the resource scope for the client
type UnscopedAccessRequestClient ¶
type UnscopedAccessRequestClient struct {
// contains filtered or unexported fields
}
UnscopedAccessRequestClient - rest client for AccessRequest resources that do not have a defined scope
func NewAccessRequestClient ¶
func NewAccessRequestClient(c v1.Base) (*UnscopedAccessRequestClient, error)
NewAccessRequestClient - creates a client that is not scoped to any resource
func (*UnscopedAccessRequestClient) Get ¶
func (c *UnscopedAccessRequestClient) Get(name string) (*m.AccessRequest, error)
Get - gets a resource by name
func (*UnscopedAccessRequestClient) Update ¶
func (c *UnscopedAccessRequestClient) Update(res *m.AccessRequest, opts ...v1.UpdateOption) (*m.AccessRequest, error)
Update - updates a resource
func (*UnscopedAccessRequestClient) WithScope ¶
func (c *UnscopedAccessRequestClient) WithScope(scope string) *AccessRequestClient
WithScope - sets the resource scope for the client
type UnscopedAccessRequestDefinitionClient ¶
type UnscopedAccessRequestDefinitionClient struct {
// contains filtered or unexported fields
}
UnscopedAccessRequestDefinitionClient - rest client for AccessRequestDefinition resources that do not have a defined scope
func NewAccessRequestDefinitionClient ¶
func NewAccessRequestDefinitionClient(c v1.Base) (*UnscopedAccessRequestDefinitionClient, error)
NewAccessRequestDefinitionClient - creates a client that is not scoped to any resource
func (*UnscopedAccessRequestDefinitionClient) Get ¶
func (c *UnscopedAccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
Get - gets a resource by name
func (*UnscopedAccessRequestDefinitionClient) Update ¶
func (c *UnscopedAccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
Update - updates a resource
func (*UnscopedAccessRequestDefinitionClient) WithScope ¶
func (c *UnscopedAccessRequestDefinitionClient) WithScope(scope string) *AccessRequestDefinitionClient
WithScope - sets the resource scope for the client
type UnscopedAssetMappingClient ¶
type UnscopedAssetMappingClient struct {
// contains filtered or unexported fields
}
UnscopedAssetMappingClient - rest client for AssetMapping resources that do not have a defined scope
func NewAssetMappingClient ¶
func NewAssetMappingClient(c v1.Base) (*UnscopedAssetMappingClient, error)
NewAssetMappingClient - creates a client that is not scoped to any resource
func (*UnscopedAssetMappingClient) Get ¶
func (c *UnscopedAssetMappingClient) Get(name string) (*m.AssetMapping, error)
Get - gets a resource by name
func (*UnscopedAssetMappingClient) Update ¶
func (c *UnscopedAssetMappingClient) Update(res *m.AssetMapping, opts ...v1.UpdateOption) (*m.AssetMapping, error)
Update - updates a resource
func (*UnscopedAssetMappingClient) WithScope ¶
func (c *UnscopedAssetMappingClient) WithScope(scope string) *AssetMappingClient
WithScope - sets the resource scope for the client
type UnscopedAssetMappingTemplateClient ¶
type UnscopedAssetMappingTemplateClient struct {
// contains filtered or unexported fields
}
UnscopedAssetMappingTemplateClient - rest client for AssetMappingTemplate resources that do not have a defined scope
func NewAssetMappingTemplateClient ¶
func NewAssetMappingTemplateClient(c v1.Base) (*UnscopedAssetMappingTemplateClient, error)
NewAssetMappingTemplateClient - creates a client that is not scoped to any resource
func (*UnscopedAssetMappingTemplateClient) Get ¶
func (c *UnscopedAssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
Get - gets a resource by name
func (*UnscopedAssetMappingTemplateClient) Update ¶
func (c *UnscopedAssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
Update - updates a resource
func (*UnscopedAssetMappingTemplateClient) WithScope ¶
func (c *UnscopedAssetMappingTemplateClient) WithScope(scope string) *AssetMappingTemplateClient
WithScope - sets the resource scope for the client
type UnscopedBatchJobClient ¶ added in v1.1.52
type UnscopedBatchJobClient struct {
// contains filtered or unexported fields
}
UnscopedBatchJobClient - rest client for BatchJob resources that do not have a defined scope
func NewBatchJobClient ¶ added in v1.1.52
func NewBatchJobClient(c v1.Base) (*UnscopedBatchJobClient, error)
NewBatchJobClient - creates a client that is not scoped to any resource
func (*UnscopedBatchJobClient) Get ¶ added in v1.1.52
func (c *UnscopedBatchJobClient) Get(name string) (*m.BatchJob, error)
Get - gets a resource by name
func (*UnscopedBatchJobClient) Update ¶ added in v1.1.52
func (c *UnscopedBatchJobClient) Update(res *m.BatchJob, opts ...v1.UpdateOption) (*m.BatchJob, error)
Update - updates a resource
func (*UnscopedBatchJobClient) WithScope ¶ added in v1.1.52
func (c *UnscopedBatchJobClient) WithScope(scope string) *BatchJobClient
WithScope - sets the resource scope for the client
type UnscopedConsumerInstanceClient ¶
type UnscopedConsumerInstanceClient struct {
// contains filtered or unexported fields
}
UnscopedConsumerInstanceClient - rest client for ConsumerInstance resources that do not have a defined scope
func NewConsumerInstanceClient ¶
func NewConsumerInstanceClient(c v1.Base) (*UnscopedConsumerInstanceClient, error)
NewConsumerInstanceClient - creates a client that is not scoped to any resource
func (*UnscopedConsumerInstanceClient) Get ¶
func (c *UnscopedConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
Get - gets a resource by name
func (*UnscopedConsumerInstanceClient) Update ¶
func (c *UnscopedConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
Update - updates a resource
func (*UnscopedConsumerInstanceClient) WithScope ¶
func (c *UnscopedConsumerInstanceClient) WithScope(scope string) *ConsumerInstanceClient
WithScope - sets the resource scope for the client
type UnscopedConsumerSubscriptionDefinitionClient ¶
type UnscopedConsumerSubscriptionDefinitionClient struct {
// contains filtered or unexported fields
}
UnscopedConsumerSubscriptionDefinitionClient - rest client for ConsumerSubscriptionDefinition resources that do not have a defined scope
func NewConsumerSubscriptionDefinitionClient ¶
func NewConsumerSubscriptionDefinitionClient(c v1.Base) (*UnscopedConsumerSubscriptionDefinitionClient, error)
NewConsumerSubscriptionDefinitionClient - creates a client that is not scoped to any resource
func (*UnscopedConsumerSubscriptionDefinitionClient) Get ¶
func (c *UnscopedConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
Get - gets a resource by name
func (*UnscopedConsumerSubscriptionDefinitionClient) Update ¶
func (c *UnscopedConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
Update - updates a resource
func (*UnscopedConsumerSubscriptionDefinitionClient) WithScope ¶
func (c *UnscopedConsumerSubscriptionDefinitionClient) WithScope(scope string) *ConsumerSubscriptionDefinitionClient
WithScope - sets the resource scope for the client
type UnscopedCredentialClient ¶
type UnscopedCredentialClient struct {
// contains filtered or unexported fields
}
UnscopedCredentialClient - rest client for Credential resources that do not have a defined scope
func NewCredentialClient ¶
func NewCredentialClient(c v1.Base) (*UnscopedCredentialClient, error)
NewCredentialClient - creates a client that is not scoped to any resource
func (*UnscopedCredentialClient) Get ¶
func (c *UnscopedCredentialClient) Get(name string) (*m.Credential, error)
Get - gets a resource by name
func (*UnscopedCredentialClient) Update ¶
func (c *UnscopedCredentialClient) Update(res *m.Credential, opts ...v1.UpdateOption) (*m.Credential, error)
Update - updates a resource
func (*UnscopedCredentialClient) WithScope ¶
func (c *UnscopedCredentialClient) WithScope(scope string) *CredentialClient
WithScope - sets the resource scope for the client
type UnscopedCredentialRequestDefinitionClient ¶
type UnscopedCredentialRequestDefinitionClient struct {
// contains filtered or unexported fields
}
UnscopedCredentialRequestDefinitionClient - rest client for CredentialRequestDefinition resources that do not have a defined scope
func NewCredentialRequestDefinitionClient ¶
func NewCredentialRequestDefinitionClient(c v1.Base) (*UnscopedCredentialRequestDefinitionClient, error)
NewCredentialRequestDefinitionClient - creates a client that is not scoped to any resource
func (*UnscopedCredentialRequestDefinitionClient) Get ¶
func (c *UnscopedCredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
Get - gets a resource by name
func (*UnscopedCredentialRequestDefinitionClient) Update ¶
func (c *UnscopedCredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
Update - updates a resource
func (*UnscopedCredentialRequestDefinitionClient) WithScope ¶
func (c *UnscopedCredentialRequestDefinitionClient) WithScope(scope string) *CredentialRequestDefinitionClient
WithScope - sets the resource scope for the client
type UnscopedDataplaneClient ¶ added in v1.1.49
type UnscopedDataplaneClient struct {
// contains filtered or unexported fields
}
UnscopedDataplaneClient - rest client for Dataplane resources that do not have a defined scope
func NewDataplaneClient ¶ added in v1.1.49
func NewDataplaneClient(c v1.Base) (*UnscopedDataplaneClient, error)
NewDataplaneClient - creates a client that is not scoped to any resource
func (*UnscopedDataplaneClient) Get ¶ added in v1.1.49
func (c *UnscopedDataplaneClient) Get(name string) (*m.Dataplane, error)
Get - gets a resource by name
func (*UnscopedDataplaneClient) Update ¶ added in v1.1.49
func (c *UnscopedDataplaneClient) Update(res *m.Dataplane, opts ...v1.UpdateOption) (*m.Dataplane, error)
Update - updates a resource
func (*UnscopedDataplaneClient) WithScope ¶ added in v1.1.49
func (c *UnscopedDataplaneClient) WithScope(scope string) *DataplaneClient
WithScope - sets the resource scope for the client
type UnscopedDataplaneSecretClient ¶ added in v1.1.49
type UnscopedDataplaneSecretClient struct {
// contains filtered or unexported fields
}
UnscopedDataplaneSecretClient - rest client for DataplaneSecret resources that do not have a defined scope
func NewDataplaneSecretClient ¶ added in v1.1.49
func NewDataplaneSecretClient(c v1.Base) (*UnscopedDataplaneSecretClient, error)
NewDataplaneSecretClient - creates a client that is not scoped to any resource
func (*UnscopedDataplaneSecretClient) Get ¶ added in v1.1.49
func (c *UnscopedDataplaneSecretClient) Get(name string) (*m.DataplaneSecret, error)
Get - gets a resource by name
func (*UnscopedDataplaneSecretClient) Update ¶ added in v1.1.49
func (c *UnscopedDataplaneSecretClient) Update(res *m.DataplaneSecret, opts ...v1.UpdateOption) (*m.DataplaneSecret, error)
Update - updates a resource
func (*UnscopedDataplaneSecretClient) WithScope ¶ added in v1.1.49
func (c *UnscopedDataplaneSecretClient) WithScope(scope string) *DataplaneSecretClient
WithScope - sets the resource scope for the client
type UnscopedDiscoveryAgentClient ¶
type UnscopedDiscoveryAgentClient struct {
// contains filtered or unexported fields
}
UnscopedDiscoveryAgentClient - rest client for DiscoveryAgent resources that do not have a defined scope
func NewDiscoveryAgentClient ¶
func NewDiscoveryAgentClient(c v1.Base) (*UnscopedDiscoveryAgentClient, error)
NewDiscoveryAgentClient - creates a client that is not scoped to any resource
func (*UnscopedDiscoveryAgentClient) Get ¶
func (c *UnscopedDiscoveryAgentClient) Get(name string) (*m.DiscoveryAgent, error)
Get - gets a resource by name
func (*UnscopedDiscoveryAgentClient) Update ¶
func (c *UnscopedDiscoveryAgentClient) Update(res *m.DiscoveryAgent, opts ...v1.UpdateOption) (*m.DiscoveryAgent, error)
Update - updates a resource
func (*UnscopedDiscoveryAgentClient) WithScope ¶
func (c *UnscopedDiscoveryAgentClient) WithScope(scope string) *DiscoveryAgentClient
WithScope - sets the resource scope for the client
type UnscopedK8SResourceClient ¶
type UnscopedK8SResourceClient struct {
// contains filtered or unexported fields
}
UnscopedK8SResourceClient - rest client for K8SResource resources that do not have a defined scope
func NewK8SResourceClient ¶
func NewK8SResourceClient(c v1.Base) (*UnscopedK8SResourceClient, error)
NewK8SResourceClient - creates a client that is not scoped to any resource
func (*UnscopedK8SResourceClient) Get ¶
func (c *UnscopedK8SResourceClient) Get(name string) (*m.K8SResource, error)
Get - gets a resource by name
func (*UnscopedK8SResourceClient) Update ¶
func (c *UnscopedK8SResourceClient) Update(res *m.K8SResource, opts ...v1.UpdateOption) (*m.K8SResource, error)
Update - updates a resource
func (*UnscopedK8SResourceClient) WithScope ¶
func (c *UnscopedK8SResourceClient) WithScope(scope string) *K8SResourceClient
WithScope - sets the resource scope for the client
type UnscopedManagedApplicationClient ¶
type UnscopedManagedApplicationClient struct {
// contains filtered or unexported fields
}
UnscopedManagedApplicationClient - rest client for ManagedApplication resources that do not have a defined scope
func NewManagedApplicationClient ¶
func NewManagedApplicationClient(c v1.Base) (*UnscopedManagedApplicationClient, error)
NewManagedApplicationClient - creates a client that is not scoped to any resource
func (*UnscopedManagedApplicationClient) Get ¶
func (c *UnscopedManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
Get - gets a resource by name
func (*UnscopedManagedApplicationClient) Update ¶
func (c *UnscopedManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
Update - updates a resource
func (*UnscopedManagedApplicationClient) WithScope ¶
func (c *UnscopedManagedApplicationClient) WithScope(scope string) *ManagedApplicationClient
WithScope - sets the resource scope for the client
type UnscopedMeshDiscoveryClient ¶
type UnscopedMeshDiscoveryClient struct {
// contains filtered or unexported fields
}
UnscopedMeshDiscoveryClient - rest client for MeshDiscovery resources that do not have a defined scope
func NewMeshDiscoveryClient ¶
func NewMeshDiscoveryClient(c v1.Base) (*UnscopedMeshDiscoveryClient, error)
NewMeshDiscoveryClient - creates a client that is not scoped to any resource
func (*UnscopedMeshDiscoveryClient) Get ¶
func (c *UnscopedMeshDiscoveryClient) Get(name string) (*m.MeshDiscovery, error)
Get - gets a resource by name
func (*UnscopedMeshDiscoveryClient) Update ¶
func (c *UnscopedMeshDiscoveryClient) Update(res *m.MeshDiscovery, opts ...v1.UpdateOption) (*m.MeshDiscovery, error)
Update - updates a resource
func (*UnscopedMeshDiscoveryClient) WithScope ¶
func (c *UnscopedMeshDiscoveryClient) WithScope(scope string) *MeshDiscoveryClient
WithScope - sets the resource scope for the client
type UnscopedMeshServiceClient ¶
type UnscopedMeshServiceClient struct {
// contains filtered or unexported fields
}
UnscopedMeshServiceClient - rest client for MeshService resources that do not have a defined scope
func NewMeshServiceClient ¶
func NewMeshServiceClient(c v1.Base) (*UnscopedMeshServiceClient, error)
NewMeshServiceClient - creates a client that is not scoped to any resource
func (*UnscopedMeshServiceClient) Get ¶
func (c *UnscopedMeshServiceClient) Get(name string) (*m.MeshService, error)
Get - gets a resource by name
func (*UnscopedMeshServiceClient) Update ¶
func (c *UnscopedMeshServiceClient) Update(res *m.MeshService, opts ...v1.UpdateOption) (*m.MeshService, error)
Update - updates a resource
func (*UnscopedMeshServiceClient) WithScope ¶
func (c *UnscopedMeshServiceClient) WithScope(scope string) *MeshServiceClient
WithScope - sets the resource scope for the client
type UnscopedMeshWorkloadClient ¶
type UnscopedMeshWorkloadClient struct {
// contains filtered or unexported fields
}
UnscopedMeshWorkloadClient - rest client for MeshWorkload resources that do not have a defined scope
func NewMeshWorkloadClient ¶
func NewMeshWorkloadClient(c v1.Base) (*UnscopedMeshWorkloadClient, error)
NewMeshWorkloadClient - creates a client that is not scoped to any resource
func (*UnscopedMeshWorkloadClient) Get ¶
func (c *UnscopedMeshWorkloadClient) Get(name string) (*m.MeshWorkload, error)
Get - gets a resource by name
func (*UnscopedMeshWorkloadClient) Update ¶
func (c *UnscopedMeshWorkloadClient) Update(res *m.MeshWorkload, opts ...v1.UpdateOption) (*m.MeshWorkload, error)
Update - updates a resource
func (*UnscopedMeshWorkloadClient) WithScope ¶
func (c *UnscopedMeshWorkloadClient) WithScope(scope string) *MeshWorkloadClient
WithScope - sets the resource scope for the client
type UnscopedResourceDiscoveryClient ¶
type UnscopedResourceDiscoveryClient struct {
// contains filtered or unexported fields
}
UnscopedResourceDiscoveryClient - rest client for ResourceDiscovery resources that do not have a defined scope
func NewResourceDiscoveryClient ¶
func NewResourceDiscoveryClient(c v1.Base) (*UnscopedResourceDiscoveryClient, error)
NewResourceDiscoveryClient - creates a client that is not scoped to any resource
func (*UnscopedResourceDiscoveryClient) Get ¶
func (c *UnscopedResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
Get - gets a resource by name
func (*UnscopedResourceDiscoveryClient) Update ¶
func (c *UnscopedResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
Update - updates a resource
func (*UnscopedResourceDiscoveryClient) WithScope ¶
func (c *UnscopedResourceDiscoveryClient) WithScope(scope string) *ResourceDiscoveryClient
WithScope - sets the resource scope for the client
type UnscopedResourceHookClient ¶
type UnscopedResourceHookClient struct {
// contains filtered or unexported fields
}
UnscopedResourceHookClient - rest client for ResourceHook resources that do not have a defined scope
func NewResourceHookClient ¶
func NewResourceHookClient(c v1.Base) (*UnscopedResourceHookClient, error)
NewResourceHookClient - creates a client that is not scoped to any resource
func (*UnscopedResourceHookClient) Get ¶
func (c *UnscopedResourceHookClient) Get(name string) (*m.ResourceHook, error)
Get - gets a resource by name
func (*UnscopedResourceHookClient) Update ¶
func (c *UnscopedResourceHookClient) Update(res *m.ResourceHook, opts ...v1.UpdateOption) (*m.ResourceHook, error)
Update - updates a resource
func (*UnscopedResourceHookClient) WithScope ¶
func (c *UnscopedResourceHookClient) WithScope(scope string) *ResourceHookClient
WithScope - sets the resource scope for the client
type UnscopedSecretClient ¶
type UnscopedSecretClient struct {
// contains filtered or unexported fields
}
UnscopedSecretClient - rest client for Secret resources that do not have a defined scope
func NewSecretClient ¶
func NewSecretClient(c v1.Base) (*UnscopedSecretClient, error)
NewSecretClient - creates a client that is not scoped to any resource
func (*UnscopedSecretClient) Get ¶
func (c *UnscopedSecretClient) Get(name string) (*m.Secret, error)
Get - gets a resource by name
func (*UnscopedSecretClient) Update ¶
func (c *UnscopedSecretClient) Update(res *m.Secret, opts ...v1.UpdateOption) (*m.Secret, error)
Update - updates a resource
func (*UnscopedSecretClient) WithScope ¶
func (c *UnscopedSecretClient) WithScope(scope string) *SecretClient
WithScope - sets the resource scope for the client
type UnscopedSpecDiscoveryClient ¶
type UnscopedSpecDiscoveryClient struct {
// contains filtered or unexported fields
}
UnscopedSpecDiscoveryClient - rest client for SpecDiscovery resources that do not have a defined scope
func NewSpecDiscoveryClient ¶
func NewSpecDiscoveryClient(c v1.Base) (*UnscopedSpecDiscoveryClient, error)
NewSpecDiscoveryClient - creates a client that is not scoped to any resource
func (*UnscopedSpecDiscoveryClient) Get ¶
func (c *UnscopedSpecDiscoveryClient) Get(name string) (*m.SpecDiscovery, error)
Get - gets a resource by name
func (*UnscopedSpecDiscoveryClient) Update ¶
func (c *UnscopedSpecDiscoveryClient) Update(res *m.SpecDiscovery, opts ...v1.UpdateOption) (*m.SpecDiscovery, error)
Update - updates a resource
func (*UnscopedSpecDiscoveryClient) WithScope ¶
func (c *UnscopedSpecDiscoveryClient) WithScope(scope string) *SpecDiscoveryClient
WithScope - sets the resource scope for the client
type UnscopedTraceabilityAgentClient ¶
type UnscopedTraceabilityAgentClient struct {
// contains filtered or unexported fields
}
UnscopedTraceabilityAgentClient - rest client for TraceabilityAgent resources that do not have a defined scope
func NewTraceabilityAgentClient ¶
func NewTraceabilityAgentClient(c v1.Base) (*UnscopedTraceabilityAgentClient, error)
NewTraceabilityAgentClient - creates a client that is not scoped to any resource
func (*UnscopedTraceabilityAgentClient) Get ¶
func (c *UnscopedTraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
Get - gets a resource by name
func (*UnscopedTraceabilityAgentClient) Update ¶
func (c *UnscopedTraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
Update - updates a resource
func (*UnscopedTraceabilityAgentClient) WithScope ¶
func (c *UnscopedTraceabilityAgentClient) WithScope(scope string) *TraceabilityAgentClient
WithScope - sets the resource scope for the client
type UnscopedWebhookClient ¶
type UnscopedWebhookClient struct {
// contains filtered or unexported fields
}
UnscopedWebhookClient - rest client for Webhook resources that do not have a defined scope
func NewWebhookClient ¶
func NewWebhookClient(c v1.Base) (*UnscopedWebhookClient, error)
NewWebhookClient - creates a client that is not scoped to any resource
func (*UnscopedWebhookClient) Get ¶
func (c *UnscopedWebhookClient) Get(name string) (*m.Webhook, error)
Get - gets a resource by name
func (*UnscopedWebhookClient) Update ¶
func (c *UnscopedWebhookClient) Update(res *m.Webhook, opts ...v1.UpdateOption) (*m.Webhook, error)
Update - updates a resource
func (*UnscopedWebhookClient) WithScope ¶
func (c *UnscopedWebhookClient) WithScope(scope string) *WebhookClient
WithScope - sets the resource scope for the client
type WatchTopicClient ¶
type WatchTopicClient struct {
// contains filtered or unexported fields
}
WatchTopicClient - rest client for WatchTopic resources that have a defined resource scope
func NewWatchTopicClient ¶
func NewWatchTopicClient(c v1.Base) (*WatchTopicClient, error)
NewWatchTopicClient - creates a client scoped to a particular resource
func (*WatchTopicClient) Create ¶
func (c *WatchTopicClient) Create(res *m.WatchTopic, opts ...v1.CreateOption) (*m.WatchTopic, error)
Create - creates a resource
func (*WatchTopicClient) Delete ¶
func (c *WatchTopicClient) Delete(res *m.WatchTopic) error
Delete - deletes a resource
func (*WatchTopicClient) Get ¶
func (c *WatchTopicClient) Get(name string) (*m.WatchTopic, error)
Get - gets a resource by name
func (*WatchTopicClient) List ¶
func (c *WatchTopicClient) List(options ...v1.ListOptions) ([]*m.WatchTopic, error)
List - gets a list of resources
func (*WatchTopicClient) Update ¶
func (c *WatchTopicClient) Update(res *m.WatchTopic, opts ...v1.UpdateOption) (*m.WatchTopic, error)
Update - updates a resource
type WatchTopicMergeFunc ¶
type WatchTopicMergeFunc func(*m.WatchTopic, *m.WatchTopic) (*m.WatchTopic, error)
type WebhookClient ¶
type WebhookClient struct {
// contains filtered or unexported fields
}
WebhookClient - rest client for Webhook resources that have a defined resource scope
func (*WebhookClient) Create ¶
func (c *WebhookClient) Create(res *m.Webhook, opts ...v1.CreateOption) (*m.Webhook, error)
Create - creates a resource
func (*WebhookClient) Delete ¶
func (c *WebhookClient) Delete(res *m.Webhook) error
Delete - deletes a resource
func (*WebhookClient) Get ¶
func (c *WebhookClient) Get(name string) (*m.Webhook, error)
Get - gets a resource by name
func (*WebhookClient) List ¶
func (c *WebhookClient) List(options ...v1.ListOptions) ([]*m.Webhook, error)
List - gets a list of resources
func (*WebhookClient) Update ¶
func (c *WebhookClient) Update(res *m.Webhook, opts ...v1.UpdateOption) (*m.Webhook, error)
Update - updates a resource
Source Files ¶
- APIService.go
- APIServiceInstance.go
- APIServiceRevision.go
- APISpec.go
- APISpecLintingJob.go
- APISpecLintingRuleset.go
- AccessControlList.go
- AccessRequest.go
- AccessRequestDefinition.go
- AssetMapping.go
- AssetMappingTemplate.go
- BatchJob.go
- ConsumerInstance.go
- ConsumerSubscriptionDefinition.go
- Credential.go
- CredentialRequestDefinition.go
- Dataplane.go
- DataplaneSecret.go
- DiscoveryAgent.go
- Environment.go
- Integration.go
- K8SCluster.go
- K8SResource.go
- ManagedApplication.go
- Mesh.go
- MeshDiscovery.go
- MeshService.go
- MeshWorkload.go
- ResourceDiscovery.go
- ResourceHook.go
- Secret.go
- SpecDiscovery.go
- TraceabilityAgent.go
- WatchTopic.go
- Webhook.go