Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AddonParameter
- func (o *AddonParameter) GetId() string
- func (o *AddonParameter) GetIdOk() (*string, bool)
- func (o *AddonParameter) GetValue() string
- func (o *AddonParameter) GetValueOk() (*string, bool)
- func (o *AddonParameter) HasId() bool
- func (o *AddonParameter) HasValue() bool
- func (o AddonParameter) MarshalJSON() ([]byte, error)
- func (o *AddonParameter) SetId(v string)
- func (o *AddonParameter) SetValue(v string)
- type ApiCreateConnectorClusterRequest
- func (r ApiCreateConnectorClusterRequest) Async(async bool) ApiCreateConnectorClusterRequest
- func (r ApiCreateConnectorClusterRequest) ConnectorClusterRequest(connectorClusterRequest ConnectorClusterRequest) ApiCreateConnectorClusterRequest
- func (r ApiCreateConnectorClusterRequest) Execute() (ConnectorCluster, *_nethttp.Response, error)
- type ApiCreateConnectorRequest
- type ApiCreateEvaluationNamespaceRequest
- type ApiDeleteConnectorClusterRequest
- type ApiDeleteConnectorRequest
- type ApiGetConnectorClusterAddonParametersRequest
- type ApiGetConnectorClusterNamespacesRequest
- func (r ApiGetConnectorClusterNamespacesRequest) Execute() (ConnectorNamespaceList, *_nethttp.Response, error)
- func (r ApiGetConnectorClusterNamespacesRequest) OrderBy(orderBy string) ApiGetConnectorClusterNamespacesRequest
- func (r ApiGetConnectorClusterNamespacesRequest) Page(page string) ApiGetConnectorClusterNamespacesRequest
- func (r ApiGetConnectorClusterNamespacesRequest) Search(search string) ApiGetConnectorClusterNamespacesRequest
- func (r ApiGetConnectorClusterNamespacesRequest) Size(size string) ApiGetConnectorClusterNamespacesRequest
- type ApiGetConnectorClusterRequest
- type ApiGetConnectorNamespaceRequest
- type ApiGetConnectorRequest
- type ApiGetConnectorTypeByIDRequest
- type ApiGetConnectorTypeLabelsRequest
- func (r ApiGetConnectorTypeLabelsRequest) Execute() (ConnectorTypeLabelCountList, *_nethttp.Response, error)
- func (r ApiGetConnectorTypeLabelsRequest) OrderBy(orderBy string) ApiGetConnectorTypeLabelsRequest
- func (r ApiGetConnectorTypeLabelsRequest) Search(search string) ApiGetConnectorTypeLabelsRequest
- type ApiGetConnectorTypesRequest
- func (r ApiGetConnectorTypesRequest) Execute() (ConnectorTypeList, *_nethttp.Response, error)
- func (r ApiGetConnectorTypesRequest) OrderBy(orderBy string) ApiGetConnectorTypesRequest
- func (r ApiGetConnectorTypesRequest) Page(page string) ApiGetConnectorTypesRequest
- func (r ApiGetConnectorTypesRequest) Search(search string) ApiGetConnectorTypesRequest
- func (r ApiGetConnectorTypesRequest) Size(size string) ApiGetConnectorTypesRequest
- type ApiGetVersionMetadataRequest
- type ApiListConnectorClustersRequest
- func (r ApiListConnectorClustersRequest) Execute() (ConnectorClusterList, *_nethttp.Response, error)
- func (r ApiListConnectorClustersRequest) OrderBy(orderBy string) ApiListConnectorClustersRequest
- func (r ApiListConnectorClustersRequest) Page(page string) ApiListConnectorClustersRequest
- func (r ApiListConnectorClustersRequest) Search(search string) ApiListConnectorClustersRequest
- func (r ApiListConnectorClustersRequest) Size(size string) ApiListConnectorClustersRequest
- type ApiListConnectorNamespacesRequest
- func (r ApiListConnectorNamespacesRequest) Execute() (ConnectorNamespaceList, *_nethttp.Response, error)
- func (r ApiListConnectorNamespacesRequest) OrderBy(orderBy string) ApiListConnectorNamespacesRequest
- func (r ApiListConnectorNamespacesRequest) Page(page string) ApiListConnectorNamespacesRequest
- func (r ApiListConnectorNamespacesRequest) Search(search string) ApiListConnectorNamespacesRequest
- func (r ApiListConnectorNamespacesRequest) Size(size string) ApiListConnectorNamespacesRequest
- type ApiListConnectorsRequest
- func (r ApiListConnectorsRequest) Execute() (ConnectorList, *_nethttp.Response, error)
- func (r ApiListConnectorsRequest) OrderBy(orderBy string) ApiListConnectorsRequest
- func (r ApiListConnectorsRequest) Page(page string) ApiListConnectorsRequest
- func (r ApiListConnectorsRequest) Search(search string) ApiListConnectorsRequest
- func (r ApiListConnectorsRequest) Size(size string) ApiListConnectorsRequest
- type ApiPatchConnectorRequest
- type ApiUpdateConnectorClusterByIdRequest
- type BasicAuth
- type Channel
- type Configuration
- type Connector
- func (o *Connector) GetAnnotations() map[string]string
- func (o *Connector) GetAnnotationsOk() (*map[string]string, bool)
- func (o *Connector) GetChannel() Channel
- func (o *Connector) GetChannelOk() (*Channel, bool)
- func (o *Connector) GetConnector() map[string]interface{}
- func (o *Connector) GetConnectorOk() (*map[string]interface{}, bool)
- func (o *Connector) GetConnectorTypeId() string
- func (o *Connector) GetConnectorTypeIdOk() (*string, bool)
- func (o *Connector) GetCreatedAt() time.Time
- func (o *Connector) GetCreatedAtOk() (*time.Time, bool)
- func (o *Connector) GetDesiredState() ConnectorDesiredState
- func (o *Connector) GetDesiredStateOk() (*ConnectorDesiredState, bool)
- func (o *Connector) GetHref() string
- func (o *Connector) GetHrefOk() (*string, bool)
- func (o *Connector) GetId() string
- func (o *Connector) GetIdOk() (*string, bool)
- func (o *Connector) GetKafka() KafkaConnectionSettings
- func (o *Connector) GetKafkaOk() (*KafkaConnectionSettings, bool)
- func (o *Connector) GetKind() string
- func (o *Connector) GetKindOk() (*string, bool)
- func (o *Connector) GetModifiedAt() time.Time
- func (o *Connector) GetModifiedAtOk() (*time.Time, bool)
- func (o *Connector) GetName() string
- func (o *Connector) GetNameOk() (*string, bool)
- func (o *Connector) GetNamespaceId() string
- func (o *Connector) GetNamespaceIdOk() (*string, bool)
- func (o *Connector) GetOwner() string
- func (o *Connector) GetOwnerOk() (*string, bool)
- func (o *Connector) GetResourceVersion() int64
- func (o *Connector) GetResourceVersionOk() (*int64, bool)
- func (o *Connector) GetSchemaRegistry() SchemaRegistryConnectionSettings
- func (o *Connector) GetSchemaRegistryOk() (*SchemaRegistryConnectionSettings, bool)
- func (o *Connector) GetServiceAccount() ServiceAccount
- func (o *Connector) GetServiceAccountOk() (*ServiceAccount, bool)
- func (o *Connector) GetStatus() ConnectorStatusStatus
- func (o *Connector) GetStatusOk() (*ConnectorStatusStatus, bool)
- func (o *Connector) HasAnnotations() bool
- func (o *Connector) HasChannel() bool
- func (o *Connector) HasCreatedAt() bool
- func (o *Connector) HasHref() bool
- func (o *Connector) HasId() bool
- func (o *Connector) HasKind() bool
- func (o *Connector) HasModifiedAt() bool
- func (o *Connector) HasOwner() bool
- func (o *Connector) HasResourceVersion() bool
- func (o *Connector) HasSchemaRegistry() bool
- func (o *Connector) HasStatus() bool
- func (o Connector) MarshalJSON() ([]byte, error)
- func (o *Connector) SetAnnotations(v map[string]string)
- func (o *Connector) SetChannel(v Channel)
- func (o *Connector) SetConnector(v map[string]interface{})
- func (o *Connector) SetConnectorTypeId(v string)
- func (o *Connector) SetCreatedAt(v time.Time)
- func (o *Connector) SetDesiredState(v ConnectorDesiredState)
- func (o *Connector) SetHref(v string)
- func (o *Connector) SetId(v string)
- func (o *Connector) SetKafka(v KafkaConnectionSettings)
- func (o *Connector) SetKind(v string)
- func (o *Connector) SetModifiedAt(v time.Time)
- func (o *Connector) SetName(v string)
- func (o *Connector) SetNamespaceId(v string)
- func (o *Connector) SetOwner(v string)
- func (o *Connector) SetResourceVersion(v int64)
- func (o *Connector) SetSchemaRegistry(v SchemaRegistryConnectionSettings)
- func (o *Connector) SetServiceAccount(v ServiceAccount)
- func (o *Connector) SetStatus(v ConnectorStatusStatus)
- type ConnectorCluster
- func (o *ConnectorCluster) GetAnnotations() map[string]string
- func (o *ConnectorCluster) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorCluster) GetCreatedAt() time.Time
- func (o *ConnectorCluster) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConnectorCluster) GetHref() string
- func (o *ConnectorCluster) GetHrefOk() (*string, bool)
- func (o *ConnectorCluster) GetId() string
- func (o *ConnectorCluster) GetIdOk() (*string, bool)
- func (o *ConnectorCluster) GetKind() string
- func (o *ConnectorCluster) GetKindOk() (*string, bool)
- func (o *ConnectorCluster) GetModifiedAt() time.Time
- func (o *ConnectorCluster) GetModifiedAtOk() (*time.Time, bool)
- func (o *ConnectorCluster) GetName() string
- func (o *ConnectorCluster) GetNameOk() (*string, bool)
- func (o *ConnectorCluster) GetOwner() string
- func (o *ConnectorCluster) GetOwnerOk() (*string, bool)
- func (o *ConnectorCluster) GetStatus() ConnectorClusterStatusStatus
- func (o *ConnectorCluster) GetStatusOk() (*ConnectorClusterStatusStatus, bool)
- func (o *ConnectorCluster) HasAnnotations() bool
- func (o *ConnectorCluster) HasCreatedAt() bool
- func (o *ConnectorCluster) HasHref() bool
- func (o *ConnectorCluster) HasId() bool
- func (o *ConnectorCluster) HasKind() bool
- func (o *ConnectorCluster) HasModifiedAt() bool
- func (o *ConnectorCluster) HasName() bool
- func (o *ConnectorCluster) HasOwner() bool
- func (o *ConnectorCluster) HasStatus() bool
- func (o ConnectorCluster) MarshalJSON() ([]byte, error)
- func (o *ConnectorCluster) SetAnnotations(v map[string]string)
- func (o *ConnectorCluster) SetCreatedAt(v time.Time)
- func (o *ConnectorCluster) SetHref(v string)
- func (o *ConnectorCluster) SetId(v string)
- func (o *ConnectorCluster) SetKind(v string)
- func (o *ConnectorCluster) SetModifiedAt(v time.Time)
- func (o *ConnectorCluster) SetName(v string)
- func (o *ConnectorCluster) SetOwner(v string)
- func (o *ConnectorCluster) SetStatus(v ConnectorClusterStatusStatus)
- type ConnectorClusterList
- func (o *ConnectorClusterList) GetItems() []ConnectorCluster
- func (o *ConnectorClusterList) GetItemsOk() (*[]ConnectorCluster, bool)
- func (o *ConnectorClusterList) GetKind() string
- func (o *ConnectorClusterList) GetKindOk() (*string, bool)
- func (o *ConnectorClusterList) GetPage() int32
- func (o *ConnectorClusterList) GetPageOk() (*int32, bool)
- func (o *ConnectorClusterList) GetSize() int32
- func (o *ConnectorClusterList) GetSizeOk() (*int32, bool)
- func (o *ConnectorClusterList) GetTotal() int32
- func (o *ConnectorClusterList) GetTotalOk() (*int32, bool)
- func (o ConnectorClusterList) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterList) SetItems(v []ConnectorCluster)
- func (o *ConnectorClusterList) SetKind(v string)
- func (o *ConnectorClusterList) SetPage(v int32)
- func (o *ConnectorClusterList) SetSize(v int32)
- func (o *ConnectorClusterList) SetTotal(v int32)
- type ConnectorClusterListAllOf
- func (o *ConnectorClusterListAllOf) GetItems() []ConnectorCluster
- func (o *ConnectorClusterListAllOf) GetItemsOk() (*[]ConnectorCluster, bool)
- func (o *ConnectorClusterListAllOf) HasItems() bool
- func (o ConnectorClusterListAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterListAllOf) SetItems(v []ConnectorCluster)
- type ConnectorClusterMeta
- func (o *ConnectorClusterMeta) GetAnnotations() map[string]string
- func (o *ConnectorClusterMeta) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorClusterMeta) GetCreatedAt() time.Time
- func (o *ConnectorClusterMeta) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConnectorClusterMeta) GetModifiedAt() time.Time
- func (o *ConnectorClusterMeta) GetModifiedAtOk() (*time.Time, bool)
- func (o *ConnectorClusterMeta) GetName() string
- func (o *ConnectorClusterMeta) GetNameOk() (*string, bool)
- func (o *ConnectorClusterMeta) GetOwner() string
- func (o *ConnectorClusterMeta) GetOwnerOk() (*string, bool)
- func (o *ConnectorClusterMeta) HasAnnotations() bool
- func (o *ConnectorClusterMeta) HasCreatedAt() bool
- func (o *ConnectorClusterMeta) HasModifiedAt() bool
- func (o *ConnectorClusterMeta) HasName() bool
- func (o *ConnectorClusterMeta) HasOwner() bool
- func (o ConnectorClusterMeta) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterMeta) SetAnnotations(v map[string]string)
- func (o *ConnectorClusterMeta) SetCreatedAt(v time.Time)
- func (o *ConnectorClusterMeta) SetModifiedAt(v time.Time)
- func (o *ConnectorClusterMeta) SetName(v string)
- func (o *ConnectorClusterMeta) SetOwner(v string)
- type ConnectorClusterRequest
- func (o *ConnectorClusterRequest) GetAnnotations() map[string]string
- func (o *ConnectorClusterRequest) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorClusterRequest) GetName() string
- func (o *ConnectorClusterRequest) GetNameOk() (*string, bool)
- func (o *ConnectorClusterRequest) HasAnnotations() bool
- func (o *ConnectorClusterRequest) HasName() bool
- func (o ConnectorClusterRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterRequest) SetAnnotations(v map[string]string)
- func (o *ConnectorClusterRequest) SetName(v string)
- type ConnectorClusterRequestMeta
- func (o *ConnectorClusterRequestMeta) GetAnnotations() map[string]string
- func (o *ConnectorClusterRequestMeta) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorClusterRequestMeta) GetName() string
- func (o *ConnectorClusterRequestMeta) GetNameOk() (*string, bool)
- func (o *ConnectorClusterRequestMeta) HasAnnotations() bool
- func (o *ConnectorClusterRequestMeta) HasName() bool
- func (o ConnectorClusterRequestMeta) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterRequestMeta) SetAnnotations(v map[string]string)
- func (o *ConnectorClusterRequestMeta) SetName(v string)
- type ConnectorClusterState
- type ConnectorClusterStatus
- func (o *ConnectorClusterStatus) GetStatus() ConnectorClusterStatusStatus
- func (o *ConnectorClusterStatus) GetStatusOk() (*ConnectorClusterStatusStatus, bool)
- func (o *ConnectorClusterStatus) HasStatus() bool
- func (o ConnectorClusterStatus) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterStatus) SetStatus(v ConnectorClusterStatusStatus)
- type ConnectorClusterStatusStatus
- func (o *ConnectorClusterStatusStatus) GetError() string
- func (o *ConnectorClusterStatusStatus) GetErrorOk() (*string, bool)
- func (o *ConnectorClusterStatusStatus) GetState() ConnectorClusterState
- func (o *ConnectorClusterStatusStatus) GetStateOk() (*ConnectorClusterState, bool)
- func (o *ConnectorClusterStatusStatus) HasError() bool
- func (o *ConnectorClusterStatusStatus) HasState() bool
- func (o ConnectorClusterStatusStatus) MarshalJSON() ([]byte, error)
- func (o *ConnectorClusterStatusStatus) SetError(v string)
- func (o *ConnectorClusterStatusStatus) SetState(v ConnectorClusterState)
- type ConnectorClustersApi
- type ConnectorClustersApiService
- func (a *ConnectorClustersApiService) CreateConnectorCluster(ctx _context.Context) ApiCreateConnectorClusterRequest
- func (a *ConnectorClustersApiService) CreateConnectorClusterExecute(r ApiCreateConnectorClusterRequest) (ConnectorCluster, *_nethttp.Response, error)
- func (a *ConnectorClustersApiService) DeleteConnectorCluster(ctx _context.Context, connectorClusterId string) ApiDeleteConnectorClusterRequest
- func (a *ConnectorClustersApiService) DeleteConnectorClusterExecute(r ApiDeleteConnectorClusterRequest) (Error, *_nethttp.Response, error)
- func (a *ConnectorClustersApiService) GetConnectorCluster(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterRequest
- func (a *ConnectorClustersApiService) GetConnectorClusterAddonParameters(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterAddonParametersRequest
- func (a *ConnectorClustersApiService) GetConnectorClusterAddonParametersExecute(r ApiGetConnectorClusterAddonParametersRequest) ([]AddonParameter, *_nethttp.Response, error)
- func (a *ConnectorClustersApiService) GetConnectorClusterExecute(r ApiGetConnectorClusterRequest) (ConnectorCluster, *_nethttp.Response, error)
- func (a *ConnectorClustersApiService) GetConnectorClusterNamespaces(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterNamespacesRequest
- func (a *ConnectorClustersApiService) GetConnectorClusterNamespacesExecute(r ApiGetConnectorClusterNamespacesRequest) (ConnectorNamespaceList, *_nethttp.Response, error)
- func (a *ConnectorClustersApiService) ListConnectorClusters(ctx _context.Context) ApiListConnectorClustersRequest
- func (a *ConnectorClustersApiService) ListConnectorClustersExecute(r ApiListConnectorClustersRequest) (ConnectorClusterList, *_nethttp.Response, error)
- func (a *ConnectorClustersApiService) UpdateConnectorClusterById(ctx _context.Context, connectorClusterId string) ApiUpdateConnectorClusterByIdRequest
- func (a *ConnectorClustersApiService) UpdateConnectorClusterByIdExecute(r ApiUpdateConnectorClusterByIdRequest) (*_nethttp.Response, error)
- type ConnectorConfiguration
- func (o *ConnectorConfiguration) GetConnector() map[string]interface{}
- func (o *ConnectorConfiguration) GetConnectorOk() (*map[string]interface{}, bool)
- func (o *ConnectorConfiguration) GetKafka() KafkaConnectionSettings
- func (o *ConnectorConfiguration) GetKafkaOk() (*KafkaConnectionSettings, bool)
- func (o *ConnectorConfiguration) GetSchemaRegistry() SchemaRegistryConnectionSettings
- func (o *ConnectorConfiguration) GetSchemaRegistryOk() (*SchemaRegistryConnectionSettings, bool)
- func (o *ConnectorConfiguration) GetServiceAccount() ServiceAccount
- func (o *ConnectorConfiguration) GetServiceAccountOk() (*ServiceAccount, bool)
- func (o *ConnectorConfiguration) HasSchemaRegistry() bool
- func (o ConnectorConfiguration) MarshalJSON() ([]byte, error)
- func (o *ConnectorConfiguration) SetConnector(v map[string]interface{})
- func (o *ConnectorConfiguration) SetKafka(v KafkaConnectionSettings)
- func (o *ConnectorConfiguration) SetSchemaRegistry(v SchemaRegistryConnectionSettings)
- func (o *ConnectorConfiguration) SetServiceAccount(v ServiceAccount)
- type ConnectorDesiredState
- type ConnectorList
- func (o *ConnectorList) GetItems() []Connector
- func (o *ConnectorList) GetItemsOk() (*[]Connector, bool)
- func (o *ConnectorList) GetKind() string
- func (o *ConnectorList) GetKindOk() (*string, bool)
- func (o *ConnectorList) GetPage() int32
- func (o *ConnectorList) GetPageOk() (*int32, bool)
- func (o *ConnectorList) GetSize() int32
- func (o *ConnectorList) GetSizeOk() (*int32, bool)
- func (o *ConnectorList) GetTotal() int32
- func (o *ConnectorList) GetTotalOk() (*int32, bool)
- func (o ConnectorList) MarshalJSON() ([]byte, error)
- func (o *ConnectorList) SetItems(v []Connector)
- func (o *ConnectorList) SetKind(v string)
- func (o *ConnectorList) SetPage(v int32)
- func (o *ConnectorList) SetSize(v int32)
- func (o *ConnectorList) SetTotal(v int32)
- type ConnectorListAllOf
- type ConnectorMeta
- func (o *ConnectorMeta) GetAnnotations() map[string]string
- func (o *ConnectorMeta) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorMeta) GetChannel() Channel
- func (o *ConnectorMeta) GetChannelOk() (*Channel, bool)
- func (o *ConnectorMeta) GetConnectorTypeId() string
- func (o *ConnectorMeta) GetConnectorTypeIdOk() (*string, bool)
- func (o *ConnectorMeta) GetCreatedAt() time.Time
- func (o *ConnectorMeta) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConnectorMeta) GetDesiredState() ConnectorDesiredState
- func (o *ConnectorMeta) GetDesiredStateOk() (*ConnectorDesiredState, bool)
- func (o *ConnectorMeta) GetModifiedAt() time.Time
- func (o *ConnectorMeta) GetModifiedAtOk() (*time.Time, bool)
- func (o *ConnectorMeta) GetName() string
- func (o *ConnectorMeta) GetNameOk() (*string, bool)
- func (o *ConnectorMeta) GetNamespaceId() string
- func (o *ConnectorMeta) GetNamespaceIdOk() (*string, bool)
- func (o *ConnectorMeta) GetOwner() string
- func (o *ConnectorMeta) GetOwnerOk() (*string, bool)
- func (o *ConnectorMeta) GetResourceVersion() int64
- func (o *ConnectorMeta) GetResourceVersionOk() (*int64, bool)
- func (o *ConnectorMeta) HasAnnotations() bool
- func (o *ConnectorMeta) HasChannel() bool
- func (o *ConnectorMeta) HasCreatedAt() bool
- func (o *ConnectorMeta) HasModifiedAt() bool
- func (o *ConnectorMeta) HasOwner() bool
- func (o *ConnectorMeta) HasResourceVersion() bool
- func (o ConnectorMeta) MarshalJSON() ([]byte, error)
- func (o *ConnectorMeta) SetAnnotations(v map[string]string)
- func (o *ConnectorMeta) SetChannel(v Channel)
- func (o *ConnectorMeta) SetConnectorTypeId(v string)
- func (o *ConnectorMeta) SetCreatedAt(v time.Time)
- func (o *ConnectorMeta) SetDesiredState(v ConnectorDesiredState)
- func (o *ConnectorMeta) SetModifiedAt(v time.Time)
- func (o *ConnectorMeta) SetName(v string)
- func (o *ConnectorMeta) SetNamespaceId(v string)
- func (o *ConnectorMeta) SetOwner(v string)
- func (o *ConnectorMeta) SetResourceVersion(v int64)
- type ConnectorMetaAllOf
- type ConnectorNamespace
- func (o *ConnectorNamespace) GetAnnotations() map[string]string
- func (o *ConnectorNamespace) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorNamespace) GetClusterId() string
- func (o *ConnectorNamespace) GetClusterIdOk() (*string, bool)
- func (o *ConnectorNamespace) GetCreatedAt() time.Time
- func (o *ConnectorNamespace) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConnectorNamespace) GetExpiration() string
- func (o *ConnectorNamespace) GetExpirationOk() (*string, bool)
- func (o *ConnectorNamespace) GetHref() string
- func (o *ConnectorNamespace) GetHrefOk() (*string, bool)
- func (o *ConnectorNamespace) GetId() string
- func (o *ConnectorNamespace) GetIdOk() (*string, bool)
- func (o *ConnectorNamespace) GetKind() string
- func (o *ConnectorNamespace) GetKindOk() (*string, bool)
- func (o *ConnectorNamespace) GetModifiedAt() time.Time
- func (o *ConnectorNamespace) GetModifiedAtOk() (*time.Time, bool)
- func (o *ConnectorNamespace) GetName() string
- func (o *ConnectorNamespace) GetNameOk() (*string, bool)
- func (o *ConnectorNamespace) GetOwner() string
- func (o *ConnectorNamespace) GetOwnerOk() (*string, bool)
- func (o *ConnectorNamespace) GetQuota() ConnectorNamespaceQuota
- func (o *ConnectorNamespace) GetQuotaOk() (*ConnectorNamespaceQuota, bool)
- func (o *ConnectorNamespace) GetResourceVersion() int64
- func (o *ConnectorNamespace) GetResourceVersionOk() (*int64, bool)
- func (o *ConnectorNamespace) GetStatus() ConnectorNamespaceStatus
- func (o *ConnectorNamespace) GetStatusOk() (*ConnectorNamespaceStatus, bool)
- func (o *ConnectorNamespace) GetTenant() ConnectorNamespaceTenant
- func (o *ConnectorNamespace) GetTenantOk() (*ConnectorNamespaceTenant, bool)
- func (o *ConnectorNamespace) HasAnnotations() bool
- func (o *ConnectorNamespace) HasCreatedAt() bool
- func (o *ConnectorNamespace) HasExpiration() bool
- func (o *ConnectorNamespace) HasHref() bool
- func (o *ConnectorNamespace) HasKind() bool
- func (o *ConnectorNamespace) HasModifiedAt() bool
- func (o *ConnectorNamespace) HasOwner() bool
- func (o *ConnectorNamespace) HasQuota() bool
- func (o ConnectorNamespace) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespace) SetAnnotations(v map[string]string)
- func (o *ConnectorNamespace) SetClusterId(v string)
- func (o *ConnectorNamespace) SetCreatedAt(v time.Time)
- func (o *ConnectorNamespace) SetExpiration(v string)
- func (o *ConnectorNamespace) SetHref(v string)
- func (o *ConnectorNamespace) SetId(v string)
- func (o *ConnectorNamespace) SetKind(v string)
- func (o *ConnectorNamespace) SetModifiedAt(v time.Time)
- func (o *ConnectorNamespace) SetName(v string)
- func (o *ConnectorNamespace) SetOwner(v string)
- func (o *ConnectorNamespace) SetQuota(v ConnectorNamespaceQuota)
- func (o *ConnectorNamespace) SetResourceVersion(v int64)
- func (o *ConnectorNamespace) SetStatus(v ConnectorNamespaceStatus)
- func (o *ConnectorNamespace) SetTenant(v ConnectorNamespaceTenant)
- type ConnectorNamespaceAllOf
- func (o *ConnectorNamespaceAllOf) GetClusterId() string
- func (o *ConnectorNamespaceAllOf) GetClusterIdOk() (*string, bool)
- func (o *ConnectorNamespaceAllOf) GetExpiration() string
- func (o *ConnectorNamespaceAllOf) GetExpirationOk() (*string, bool)
- func (o *ConnectorNamespaceAllOf) GetName() string
- func (o *ConnectorNamespaceAllOf) GetNameOk() (*string, bool)
- func (o *ConnectorNamespaceAllOf) GetStatus() ConnectorNamespaceStatus
- func (o *ConnectorNamespaceAllOf) GetStatusOk() (*ConnectorNamespaceStatus, bool)
- func (o *ConnectorNamespaceAllOf) GetTenant() ConnectorNamespaceTenant
- func (o *ConnectorNamespaceAllOf) GetTenantOk() (*ConnectorNamespaceTenant, bool)
- func (o *ConnectorNamespaceAllOf) HasExpiration() bool
- func (o ConnectorNamespaceAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceAllOf) SetClusterId(v string)
- func (o *ConnectorNamespaceAllOf) SetExpiration(v string)
- func (o *ConnectorNamespaceAllOf) SetName(v string)
- func (o *ConnectorNamespaceAllOf) SetStatus(v ConnectorNamespaceStatus)
- func (o *ConnectorNamespaceAllOf) SetTenant(v ConnectorNamespaceTenant)
- type ConnectorNamespaceEvalRequest
- func (o *ConnectorNamespaceEvalRequest) GetAnnotations() map[string]string
- func (o *ConnectorNamespaceEvalRequest) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorNamespaceEvalRequest) GetName() string
- func (o *ConnectorNamespaceEvalRequest) GetNameOk() (*string, bool)
- func (o *ConnectorNamespaceEvalRequest) HasAnnotations() bool
- func (o *ConnectorNamespaceEvalRequest) HasName() bool
- func (o ConnectorNamespaceEvalRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceEvalRequest) SetAnnotations(v map[string]string)
- func (o *ConnectorNamespaceEvalRequest) SetName(v string)
- type ConnectorNamespaceList
- func (o *ConnectorNamespaceList) GetItems() []ConnectorNamespace
- func (o *ConnectorNamespaceList) GetItemsOk() (*[]ConnectorNamespace, bool)
- func (o *ConnectorNamespaceList) GetKind() string
- func (o *ConnectorNamespaceList) GetKindOk() (*string, bool)
- func (o *ConnectorNamespaceList) GetPage() int32
- func (o *ConnectorNamespaceList) GetPageOk() (*int32, bool)
- func (o *ConnectorNamespaceList) GetSize() int32
- func (o *ConnectorNamespaceList) GetSizeOk() (*int32, bool)
- func (o *ConnectorNamespaceList) GetTotal() int32
- func (o *ConnectorNamespaceList) GetTotalOk() (*int32, bool)
- func (o ConnectorNamespaceList) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceList) SetItems(v []ConnectorNamespace)
- func (o *ConnectorNamespaceList) SetKind(v string)
- func (o *ConnectorNamespaceList) SetPage(v int32)
- func (o *ConnectorNamespaceList) SetSize(v int32)
- func (o *ConnectorNamespaceList) SetTotal(v int32)
- type ConnectorNamespaceListAllOf
- func (o *ConnectorNamespaceListAllOf) GetItems() []ConnectorNamespace
- func (o *ConnectorNamespaceListAllOf) GetItemsOk() (*[]ConnectorNamespace, bool)
- func (o *ConnectorNamespaceListAllOf) HasItems() bool
- func (o ConnectorNamespaceListAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceListAllOf) SetItems(v []ConnectorNamespace)
- type ConnectorNamespaceMeta
- func (o *ConnectorNamespaceMeta) GetAnnotations() map[string]string
- func (o *ConnectorNamespaceMeta) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorNamespaceMeta) GetCreatedAt() time.Time
- func (o *ConnectorNamespaceMeta) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConnectorNamespaceMeta) GetModifiedAt() time.Time
- func (o *ConnectorNamespaceMeta) GetModifiedAtOk() (*time.Time, bool)
- func (o *ConnectorNamespaceMeta) GetName() string
- func (o *ConnectorNamespaceMeta) GetNameOk() (*string, bool)
- func (o *ConnectorNamespaceMeta) GetOwner() string
- func (o *ConnectorNamespaceMeta) GetOwnerOk() (*string, bool)
- func (o *ConnectorNamespaceMeta) GetQuota() ConnectorNamespaceQuota
- func (o *ConnectorNamespaceMeta) GetQuotaOk() (*ConnectorNamespaceQuota, bool)
- func (o *ConnectorNamespaceMeta) GetResourceVersion() int64
- func (o *ConnectorNamespaceMeta) GetResourceVersionOk() (*int64, bool)
- func (o *ConnectorNamespaceMeta) HasAnnotations() bool
- func (o *ConnectorNamespaceMeta) HasCreatedAt() bool
- func (o *ConnectorNamespaceMeta) HasModifiedAt() bool
- func (o *ConnectorNamespaceMeta) HasName() bool
- func (o *ConnectorNamespaceMeta) HasOwner() bool
- func (o *ConnectorNamespaceMeta) HasQuota() bool
- func (o *ConnectorNamespaceMeta) HasResourceVersion() bool
- func (o ConnectorNamespaceMeta) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceMeta) SetAnnotations(v map[string]string)
- func (o *ConnectorNamespaceMeta) SetCreatedAt(v time.Time)
- func (o *ConnectorNamespaceMeta) SetModifiedAt(v time.Time)
- func (o *ConnectorNamespaceMeta) SetName(v string)
- func (o *ConnectorNamespaceMeta) SetOwner(v string)
- func (o *ConnectorNamespaceMeta) SetQuota(v ConnectorNamespaceQuota)
- func (o *ConnectorNamespaceMeta) SetResourceVersion(v int64)
- type ConnectorNamespaceMetaAllOf
- func (o *ConnectorNamespaceMetaAllOf) GetQuota() ConnectorNamespaceQuota
- func (o *ConnectorNamespaceMetaAllOf) GetQuotaOk() (*ConnectorNamespaceQuota, bool)
- func (o *ConnectorNamespaceMetaAllOf) GetResourceVersion() int64
- func (o *ConnectorNamespaceMetaAllOf) GetResourceVersionOk() (*int64, bool)
- func (o *ConnectorNamespaceMetaAllOf) HasQuota() bool
- func (o *ConnectorNamespaceMetaAllOf) HasResourceVersion() bool
- func (o ConnectorNamespaceMetaAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceMetaAllOf) SetQuota(v ConnectorNamespaceQuota)
- func (o *ConnectorNamespaceMetaAllOf) SetResourceVersion(v int64)
- type ConnectorNamespacePatchRequest
- func (o *ConnectorNamespacePatchRequest) GetAnnotations() map[string]string
- func (o *ConnectorNamespacePatchRequest) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorNamespacePatchRequest) GetName() string
- func (o *ConnectorNamespacePatchRequest) GetNameOk() (*string, bool)
- func (o *ConnectorNamespacePatchRequest) HasAnnotations() bool
- func (o *ConnectorNamespacePatchRequest) HasName() bool
- func (o ConnectorNamespacePatchRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespacePatchRequest) SetAnnotations(v map[string]string)
- func (o *ConnectorNamespacePatchRequest) SetName(v string)
- type ConnectorNamespaceQuota
- func (o *ConnectorNamespaceQuota) GetConnectors() int32
- func (o *ConnectorNamespaceQuota) GetConnectorsOk() (*int32, bool)
- func (o *ConnectorNamespaceQuota) GetCpuLimits() string
- func (o *ConnectorNamespaceQuota) GetCpuLimitsOk() (*string, bool)
- func (o *ConnectorNamespaceQuota) GetCpuRequests() string
- func (o *ConnectorNamespaceQuota) GetCpuRequestsOk() (*string, bool)
- func (o *ConnectorNamespaceQuota) GetMemoryLimits() string
- func (o *ConnectorNamespaceQuota) GetMemoryLimitsOk() (*string, bool)
- func (o *ConnectorNamespaceQuota) GetMemoryRequests() string
- func (o *ConnectorNamespaceQuota) GetMemoryRequestsOk() (*string, bool)
- func (o *ConnectorNamespaceQuota) HasConnectors() bool
- func (o *ConnectorNamespaceQuota) HasCpuLimits() bool
- func (o *ConnectorNamespaceQuota) HasCpuRequests() bool
- func (o *ConnectorNamespaceQuota) HasMemoryLimits() bool
- func (o *ConnectorNamespaceQuota) HasMemoryRequests() bool
- func (o ConnectorNamespaceQuota) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceQuota) SetConnectors(v int32)
- func (o *ConnectorNamespaceQuota) SetCpuLimits(v string)
- func (o *ConnectorNamespaceQuota) SetCpuRequests(v string)
- func (o *ConnectorNamespaceQuota) SetMemoryLimits(v string)
- func (o *ConnectorNamespaceQuota) SetMemoryRequests(v string)
- type ConnectorNamespaceRequest
- func (o *ConnectorNamespaceRequest) GetAnnotations() map[string]string
- func (o *ConnectorNamespaceRequest) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorNamespaceRequest) GetClusterId() string
- func (o *ConnectorNamespaceRequest) GetClusterIdOk() (*string, bool)
- func (o *ConnectorNamespaceRequest) GetKind() ConnectorNamespaceTenantKind
- func (o *ConnectorNamespaceRequest) GetKindOk() (*ConnectorNamespaceTenantKind, bool)
- func (o *ConnectorNamespaceRequest) GetName() string
- func (o *ConnectorNamespaceRequest) GetNameOk() (*string, bool)
- func (o *ConnectorNamespaceRequest) HasAnnotations() bool
- func (o ConnectorNamespaceRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceRequest) SetAnnotations(v map[string]string)
- func (o *ConnectorNamespaceRequest) SetClusterId(v string)
- func (o *ConnectorNamespaceRequest) SetKind(v ConnectorNamespaceTenantKind)
- func (o *ConnectorNamespaceRequest) SetName(v string)
- type ConnectorNamespaceRequestAllOf
- func (o *ConnectorNamespaceRequestAllOf) GetClusterId() string
- func (o *ConnectorNamespaceRequestAllOf) GetClusterIdOk() (*string, bool)
- func (o *ConnectorNamespaceRequestAllOf) GetKind() ConnectorNamespaceTenantKind
- func (o *ConnectorNamespaceRequestAllOf) GetKindOk() (*ConnectorNamespaceTenantKind, bool)
- func (o *ConnectorNamespaceRequestAllOf) HasClusterId() bool
- func (o *ConnectorNamespaceRequestAllOf) HasKind() bool
- func (o ConnectorNamespaceRequestAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceRequestAllOf) SetClusterId(v string)
- func (o *ConnectorNamespaceRequestAllOf) SetKind(v ConnectorNamespaceTenantKind)
- type ConnectorNamespaceRequestMeta
- func (o *ConnectorNamespaceRequestMeta) GetAnnotations() map[string]string
- func (o *ConnectorNamespaceRequestMeta) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorNamespaceRequestMeta) GetName() string
- func (o *ConnectorNamespaceRequestMeta) GetNameOk() (*string, bool)
- func (o *ConnectorNamespaceRequestMeta) HasAnnotations() bool
- func (o *ConnectorNamespaceRequestMeta) HasName() bool
- func (o ConnectorNamespaceRequestMeta) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceRequestMeta) SetAnnotations(v map[string]string)
- func (o *ConnectorNamespaceRequestMeta) SetName(v string)
- type ConnectorNamespaceState
- type ConnectorNamespaceStatus
- func (o *ConnectorNamespaceStatus) GetConnectorsDeployed() int32
- func (o *ConnectorNamespaceStatus) GetConnectorsDeployedOk() (*int32, bool)
- func (o *ConnectorNamespaceStatus) GetError() string
- func (o *ConnectorNamespaceStatus) GetErrorOk() (*string, bool)
- func (o *ConnectorNamespaceStatus) GetState() ConnectorNamespaceState
- func (o *ConnectorNamespaceStatus) GetStateOk() (*ConnectorNamespaceState, bool)
- func (o *ConnectorNamespaceStatus) GetVersion() string
- func (o *ConnectorNamespaceStatus) GetVersionOk() (*string, bool)
- func (o *ConnectorNamespaceStatus) HasError() bool
- func (o *ConnectorNamespaceStatus) HasVersion() bool
- func (o ConnectorNamespaceStatus) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceStatus) SetConnectorsDeployed(v int32)
- func (o *ConnectorNamespaceStatus) SetError(v string)
- func (o *ConnectorNamespaceStatus) SetState(v ConnectorNamespaceState)
- func (o *ConnectorNamespaceStatus) SetVersion(v string)
- type ConnectorNamespaceTenant
- func (o *ConnectorNamespaceTenant) GetId() string
- func (o *ConnectorNamespaceTenant) GetIdOk() (*string, bool)
- func (o *ConnectorNamespaceTenant) GetKind() ConnectorNamespaceTenantKind
- func (o *ConnectorNamespaceTenant) GetKindOk() (*ConnectorNamespaceTenantKind, bool)
- func (o ConnectorNamespaceTenant) MarshalJSON() ([]byte, error)
- func (o *ConnectorNamespaceTenant) SetId(v string)
- func (o *ConnectorNamespaceTenant) SetKind(v ConnectorNamespaceTenantKind)
- type ConnectorNamespaceTenantKind
- type ConnectorNamespacesApi
- type ConnectorNamespacesApiService
- func (a *ConnectorNamespacesApiService) CreateEvaluationNamespace(ctx _context.Context) ApiCreateEvaluationNamespaceRequest
- func (a *ConnectorNamespacesApiService) CreateEvaluationNamespaceExecute(r ApiCreateEvaluationNamespaceRequest) (ConnectorNamespace, *_nethttp.Response, error)
- func (a *ConnectorNamespacesApiService) GetConnectorNamespace(ctx _context.Context, connectorNamespaceId string) ApiGetConnectorNamespaceRequest
- func (a *ConnectorNamespacesApiService) GetConnectorNamespaceExecute(r ApiGetConnectorNamespaceRequest) (ConnectorNamespace, *_nethttp.Response, error)
- func (a *ConnectorNamespacesApiService) ListConnectorNamespaces(ctx _context.Context) ApiListConnectorNamespacesRequest
- func (a *ConnectorNamespacesApiService) ListConnectorNamespacesExecute(r ApiListConnectorNamespacesRequest) (ConnectorNamespaceList, *_nethttp.Response, error)
- type ConnectorRequest
- func (o *ConnectorRequest) GetAnnotations() map[string]string
- func (o *ConnectorRequest) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorRequest) GetChannel() Channel
- func (o *ConnectorRequest) GetChannelOk() (*Channel, bool)
- func (o *ConnectorRequest) GetConnector() map[string]interface{}
- func (o *ConnectorRequest) GetConnectorOk() (*map[string]interface{}, bool)
- func (o *ConnectorRequest) GetConnectorTypeId() string
- func (o *ConnectorRequest) GetConnectorTypeIdOk() (*string, bool)
- func (o *ConnectorRequest) GetDesiredState() ConnectorDesiredState
- func (o *ConnectorRequest) GetDesiredStateOk() (*ConnectorDesiredState, bool)
- func (o *ConnectorRequest) GetKafka() KafkaConnectionSettings
- func (o *ConnectorRequest) GetKafkaOk() (*KafkaConnectionSettings, bool)
- func (o *ConnectorRequest) GetName() string
- func (o *ConnectorRequest) GetNameOk() (*string, bool)
- func (o *ConnectorRequest) GetNamespaceId() string
- func (o *ConnectorRequest) GetNamespaceIdOk() (*string, bool)
- func (o *ConnectorRequest) GetSchemaRegistry() SchemaRegistryConnectionSettings
- func (o *ConnectorRequest) GetSchemaRegistryOk() (*SchemaRegistryConnectionSettings, bool)
- func (o *ConnectorRequest) GetServiceAccount() ServiceAccount
- func (o *ConnectorRequest) GetServiceAccountOk() (*ServiceAccount, bool)
- func (o *ConnectorRequest) HasAnnotations() bool
- func (o *ConnectorRequest) HasChannel() bool
- func (o *ConnectorRequest) HasSchemaRegistry() bool
- func (o ConnectorRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectorRequest) SetAnnotations(v map[string]string)
- func (o *ConnectorRequest) SetChannel(v Channel)
- func (o *ConnectorRequest) SetConnector(v map[string]interface{})
- func (o *ConnectorRequest) SetConnectorTypeId(v string)
- func (o *ConnectorRequest) SetDesiredState(v ConnectorDesiredState)
- func (o *ConnectorRequest) SetKafka(v KafkaConnectionSettings)
- func (o *ConnectorRequest) SetName(v string)
- func (o *ConnectorRequest) SetNamespaceId(v string)
- func (o *ConnectorRequest) SetSchemaRegistry(v SchemaRegistryConnectionSettings)
- func (o *ConnectorRequest) SetServiceAccount(v ServiceAccount)
- type ConnectorRequestMeta
- func (o *ConnectorRequestMeta) GetAnnotations() map[string]string
- func (o *ConnectorRequestMeta) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorRequestMeta) GetChannel() Channel
- func (o *ConnectorRequestMeta) GetChannelOk() (*Channel, bool)
- func (o *ConnectorRequestMeta) GetConnectorTypeId() string
- func (o *ConnectorRequestMeta) GetConnectorTypeIdOk() (*string, bool)
- func (o *ConnectorRequestMeta) GetDesiredState() ConnectorDesiredState
- func (o *ConnectorRequestMeta) GetDesiredStateOk() (*ConnectorDesiredState, bool)
- func (o *ConnectorRequestMeta) GetName() string
- func (o *ConnectorRequestMeta) GetNameOk() (*string, bool)
- func (o *ConnectorRequestMeta) GetNamespaceId() string
- func (o *ConnectorRequestMeta) GetNamespaceIdOk() (*string, bool)
- func (o *ConnectorRequestMeta) HasAnnotations() bool
- func (o *ConnectorRequestMeta) HasChannel() bool
- func (o ConnectorRequestMeta) MarshalJSON() ([]byte, error)
- func (o *ConnectorRequestMeta) SetAnnotations(v map[string]string)
- func (o *ConnectorRequestMeta) SetChannel(v Channel)
- func (o *ConnectorRequestMeta) SetConnectorTypeId(v string)
- func (o *ConnectorRequestMeta) SetDesiredState(v ConnectorDesiredState)
- func (o *ConnectorRequestMeta) SetName(v string)
- func (o *ConnectorRequestMeta) SetNamespaceId(v string)
- type ConnectorServiceApi
- type ConnectorServiceApiService
- type ConnectorState
- type ConnectorStatus
- type ConnectorStatusStatus
- func (o *ConnectorStatusStatus) GetError() string
- func (o *ConnectorStatusStatus) GetErrorOk() (*string, bool)
- func (o *ConnectorStatusStatus) GetState() ConnectorState
- func (o *ConnectorStatusStatus) GetStateOk() (*ConnectorState, bool)
- func (o *ConnectorStatusStatus) HasError() bool
- func (o *ConnectorStatusStatus) HasState() bool
- func (o ConnectorStatusStatus) MarshalJSON() ([]byte, error)
- func (o *ConnectorStatusStatus) SetError(v string)
- func (o *ConnectorStatusStatus) SetState(v ConnectorState)
- type ConnectorType
- func (o *ConnectorType) GetAnnotations() map[string]string
- func (o *ConnectorType) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorType) GetCapabilities() []string
- func (o *ConnectorType) GetCapabilitiesOk() (*[]string, bool)
- func (o *ConnectorType) GetChannels() []Channel
- func (o *ConnectorType) GetChannelsOk() (*[]Channel, bool)
- func (o *ConnectorType) GetDeprecated() bool
- func (o *ConnectorType) GetDeprecatedOk() (*bool, bool)
- func (o *ConnectorType) GetDescription() string
- func (o *ConnectorType) GetDescriptionOk() (*string, bool)
- func (o *ConnectorType) GetFeaturedRank() int32
- func (o *ConnectorType) GetFeaturedRankOk() (*int32, bool)
- func (o *ConnectorType) GetHref() string
- func (o *ConnectorType) GetHrefOk() (*string, bool)
- func (o *ConnectorType) GetIconHref() string
- func (o *ConnectorType) GetIconHrefOk() (*string, bool)
- func (o *ConnectorType) GetId() string
- func (o *ConnectorType) GetIdOk() (*string, bool)
- func (o *ConnectorType) GetKind() string
- func (o *ConnectorType) GetKindOk() (*string, bool)
- func (o *ConnectorType) GetLabels() []string
- func (o *ConnectorType) GetLabelsOk() (*[]string, bool)
- func (o *ConnectorType) GetName() string
- func (o *ConnectorType) GetNameOk() (*string, bool)
- func (o *ConnectorType) GetSchema() map[string]interface{}
- func (o *ConnectorType) GetSchemaOk() (*map[string]interface{}, bool)
- func (o *ConnectorType) GetVersion() string
- func (o *ConnectorType) GetVersionOk() (*string, bool)
- func (o *ConnectorType) HasAnnotations() bool
- func (o *ConnectorType) HasCapabilities() bool
- func (o *ConnectorType) HasChannels() bool
- func (o *ConnectorType) HasDeprecated() bool
- func (o *ConnectorType) HasDescription() bool
- func (o *ConnectorType) HasFeaturedRank() bool
- func (o *ConnectorType) HasHref() bool
- func (o *ConnectorType) HasIconHref() bool
- func (o *ConnectorType) HasId() bool
- func (o *ConnectorType) HasKind() bool
- func (o *ConnectorType) HasLabels() bool
- func (o ConnectorType) MarshalJSON() ([]byte, error)
- func (o *ConnectorType) SetAnnotations(v map[string]string)
- func (o *ConnectorType) SetCapabilities(v []string)
- func (o *ConnectorType) SetChannels(v []Channel)
- func (o *ConnectorType) SetDeprecated(v bool)
- func (o *ConnectorType) SetDescription(v string)
- func (o *ConnectorType) SetFeaturedRank(v int32)
- func (o *ConnectorType) SetHref(v string)
- func (o *ConnectorType) SetIconHref(v string)
- func (o *ConnectorType) SetId(v string)
- func (o *ConnectorType) SetKind(v string)
- func (o *ConnectorType) SetLabels(v []string)
- func (o *ConnectorType) SetName(v string)
- func (o *ConnectorType) SetSchema(v map[string]interface{})
- func (o *ConnectorType) SetVersion(v string)
- type ConnectorTypeAllOf
- func (o *ConnectorTypeAllOf) GetAnnotations() map[string]string
- func (o *ConnectorTypeAllOf) GetAnnotationsOk() (*map[string]string, bool)
- func (o *ConnectorTypeAllOf) GetCapabilities() []string
- func (o *ConnectorTypeAllOf) GetCapabilitiesOk() (*[]string, bool)
- func (o *ConnectorTypeAllOf) GetChannels() []Channel
- func (o *ConnectorTypeAllOf) GetChannelsOk() (*[]Channel, bool)
- func (o *ConnectorTypeAllOf) GetDeprecated() bool
- func (o *ConnectorTypeAllOf) GetDeprecatedOk() (*bool, bool)
- func (o *ConnectorTypeAllOf) GetDescription() string
- func (o *ConnectorTypeAllOf) GetDescriptionOk() (*string, bool)
- func (o *ConnectorTypeAllOf) GetFeaturedRank() int32
- func (o *ConnectorTypeAllOf) GetFeaturedRankOk() (*int32, bool)
- func (o *ConnectorTypeAllOf) GetIconHref() string
- func (o *ConnectorTypeAllOf) GetIconHrefOk() (*string, bool)
- func (o *ConnectorTypeAllOf) GetLabels() []string
- func (o *ConnectorTypeAllOf) GetLabelsOk() (*[]string, bool)
- func (o *ConnectorTypeAllOf) GetName() string
- func (o *ConnectorTypeAllOf) GetNameOk() (*string, bool)
- func (o *ConnectorTypeAllOf) GetSchema() map[string]interface{}
- func (o *ConnectorTypeAllOf) GetSchemaOk() (*map[string]interface{}, bool)
- func (o *ConnectorTypeAllOf) GetVersion() string
- func (o *ConnectorTypeAllOf) GetVersionOk() (*string, bool)
- func (o *ConnectorTypeAllOf) HasAnnotations() bool
- func (o *ConnectorTypeAllOf) HasCapabilities() bool
- func (o *ConnectorTypeAllOf) HasChannels() bool
- func (o *ConnectorTypeAllOf) HasDeprecated() bool
- func (o *ConnectorTypeAllOf) HasDescription() bool
- func (o *ConnectorTypeAllOf) HasFeaturedRank() bool
- func (o *ConnectorTypeAllOf) HasIconHref() bool
- func (o *ConnectorTypeAllOf) HasLabels() bool
- func (o *ConnectorTypeAllOf) HasName() bool
- func (o *ConnectorTypeAllOf) HasSchema() bool
- func (o *ConnectorTypeAllOf) HasVersion() bool
- func (o ConnectorTypeAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeAllOf) SetAnnotations(v map[string]string)
- func (o *ConnectorTypeAllOf) SetCapabilities(v []string)
- func (o *ConnectorTypeAllOf) SetChannels(v []Channel)
- func (o *ConnectorTypeAllOf) SetDeprecated(v bool)
- func (o *ConnectorTypeAllOf) SetDescription(v string)
- func (o *ConnectorTypeAllOf) SetFeaturedRank(v int32)
- func (o *ConnectorTypeAllOf) SetIconHref(v string)
- func (o *ConnectorTypeAllOf) SetLabels(v []string)
- func (o *ConnectorTypeAllOf) SetName(v string)
- func (o *ConnectorTypeAllOf) SetSchema(v map[string]interface{})
- func (o *ConnectorTypeAllOf) SetVersion(v string)
- type ConnectorTypeLabelCount
- func (o *ConnectorTypeLabelCount) GetCount() int32
- func (o *ConnectorTypeLabelCount) GetCountOk() (*int32, bool)
- func (o *ConnectorTypeLabelCount) GetLabel() string
- func (o *ConnectorTypeLabelCount) GetLabelOk() (*string, bool)
- func (o ConnectorTypeLabelCount) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeLabelCount) SetCount(v int32)
- func (o *ConnectorTypeLabelCount) SetLabel(v string)
- type ConnectorTypeLabelCountList
- func (o *ConnectorTypeLabelCountList) GetItems() []ConnectorTypeLabelCount
- func (o *ConnectorTypeLabelCountList) GetItemsOk() (*[]ConnectorTypeLabelCount, bool)
- func (o *ConnectorTypeLabelCountList) HasItems() bool
- func (o ConnectorTypeLabelCountList) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeLabelCountList) SetItems(v []ConnectorTypeLabelCount)
- type ConnectorTypeList
- func (o *ConnectorTypeList) GetItems() []ConnectorType
- func (o *ConnectorTypeList) GetItemsOk() (*[]ConnectorType, bool)
- func (o *ConnectorTypeList) GetKind() string
- func (o *ConnectorTypeList) GetKindOk() (*string, bool)
- func (o *ConnectorTypeList) GetPage() int32
- func (o *ConnectorTypeList) GetPageOk() (*int32, bool)
- func (o *ConnectorTypeList) GetSize() int32
- func (o *ConnectorTypeList) GetSizeOk() (*int32, bool)
- func (o *ConnectorTypeList) GetTotal() int32
- func (o *ConnectorTypeList) GetTotalOk() (*int32, bool)
- func (o ConnectorTypeList) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeList) SetItems(v []ConnectorType)
- func (o *ConnectorTypeList) SetKind(v string)
- func (o *ConnectorTypeList) SetPage(v int32)
- func (o *ConnectorTypeList) SetSize(v int32)
- func (o *ConnectorTypeList) SetTotal(v int32)
- type ConnectorTypeListAllOf
- func (o *ConnectorTypeListAllOf) GetItems() []ConnectorType
- func (o *ConnectorTypeListAllOf) GetItemsOk() (*[]ConnectorType, bool)
- func (o *ConnectorTypeListAllOf) HasItems() bool
- func (o ConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
- func (o *ConnectorTypeListAllOf) SetItems(v []ConnectorType)
- type ConnectorTypesApi
- type ConnectorTypesApiService
- func (a *ConnectorTypesApiService) GetConnectorTypeByID(ctx _context.Context, connectorTypeId string) ApiGetConnectorTypeByIDRequest
- func (a *ConnectorTypesApiService) GetConnectorTypeByIDExecute(r ApiGetConnectorTypeByIDRequest) (ConnectorType, *_nethttp.Response, error)
- func (a *ConnectorTypesApiService) GetConnectorTypeLabels(ctx _context.Context) ApiGetConnectorTypeLabelsRequest
- func (a *ConnectorTypesApiService) GetConnectorTypeLabelsExecute(r ApiGetConnectorTypeLabelsRequest) (ConnectorTypeLabelCountList, *_nethttp.Response, error)
- func (a *ConnectorTypesApiService) GetConnectorTypes(ctx _context.Context) ApiGetConnectorTypesRequest
- func (a *ConnectorTypesApiService) GetConnectorTypesExecute(r ApiGetConnectorTypesRequest) (ConnectorTypeList, *_nethttp.Response, error)
- type ConnectorsApi
- type ConnectorsApiService
- func (a *ConnectorsApiService) CreateConnector(ctx _context.Context) ApiCreateConnectorRequest
- func (a *ConnectorsApiService) CreateConnectorExecute(r ApiCreateConnectorRequest) (Connector, *_nethttp.Response, error)
- func (a *ConnectorsApiService) DeleteConnector(ctx _context.Context, id string) ApiDeleteConnectorRequest
- func (a *ConnectorsApiService) DeleteConnectorExecute(r ApiDeleteConnectorRequest) (Error, *_nethttp.Response, error)
- func (a *ConnectorsApiService) GetConnector(ctx _context.Context, id string) ApiGetConnectorRequest
- func (a *ConnectorsApiService) GetConnectorExecute(r ApiGetConnectorRequest) (Connector, *_nethttp.Response, error)
- func (a *ConnectorsApiService) ListConnectors(ctx _context.Context) ApiListConnectorsRequest
- func (a *ConnectorsApiService) ListConnectorsExecute(r ApiListConnectorsRequest) (ConnectorList, *_nethttp.Response, error)
- func (a *ConnectorsApiService) PatchConnector(ctx _context.Context, id string) ApiPatchConnectorRequest
- func (a *ConnectorsApiService) PatchConnectorExecute(r ApiPatchConnectorRequest) (Connector, *_nethttp.Response, error)
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetHref() string
- func (o *Error) GetHrefOk() (*string, bool)
- func (o *Error) GetId() string
- func (o *Error) GetIdOk() (*string, bool)
- func (o *Error) GetKind() string
- func (o *Error) GetKindOk() (*string, bool)
- func (o *Error) GetOperationId() string
- func (o *Error) GetOperationIdOk() (*string, bool)
- func (o *Error) GetReason() string
- func (o *Error) GetReasonOk() (*string, bool)
- func (o *Error) HasOperationId() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v string)
- func (o *Error) SetHref(v string)
- func (o *Error) SetId(v string)
- func (o *Error) SetKind(v string)
- func (o *Error) SetOperationId(v string)
- func (o *Error) SetReason(v string)
- type GenericOpenAPIError
- type KafkaConnectionSettings
- func (o *KafkaConnectionSettings) GetId() string
- func (o *KafkaConnectionSettings) GetIdOk() (*string, bool)
- func (o *KafkaConnectionSettings) GetUrl() string
- func (o *KafkaConnectionSettings) GetUrlOk() (*string, bool)
- func (o KafkaConnectionSettings) MarshalJSON() ([]byte, error)
- func (o *KafkaConnectionSettings) SetId(v string)
- func (o *KafkaConnectionSettings) SetUrl(v string)
- type List
- func (o *List) GetItems() []ObjectReference
- func (o *List) GetItemsOk() (*[]ObjectReference, bool)
- func (o *List) GetKind() string
- func (o *List) GetKindOk() (*string, bool)
- func (o *List) GetPage() int32
- func (o *List) GetPageOk() (*int32, bool)
- func (o *List) GetSize() int32
- func (o *List) GetSizeOk() (*int32, bool)
- func (o *List) GetTotal() int32
- func (o *List) GetTotalOk() (*int32, bool)
- func (o List) MarshalJSON() ([]byte, error)
- func (o *List) SetItems(v []ObjectReference)
- func (o *List) SetKind(v string)
- func (o *List) SetPage(v int32)
- func (o *List) SetSize(v int32)
- func (o *List) SetTotal(v int32)
- type NullableAddonParameter
- func (v NullableAddonParameter) Get() *AddonParameter
- func (v NullableAddonParameter) IsSet() bool
- func (v NullableAddonParameter) MarshalJSON() ([]byte, error)
- func (v *NullableAddonParameter) Set(val *AddonParameter)
- func (v *NullableAddonParameter) UnmarshalJSON(src []byte) error
- func (v *NullableAddonParameter) Unset()
- type NullableBool
- type NullableChannel
- type NullableConnector
- type NullableConnectorCluster
- func (v NullableConnectorCluster) Get() *ConnectorCluster
- func (v NullableConnectorCluster) IsSet() bool
- func (v NullableConnectorCluster) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorCluster) Set(val *ConnectorCluster)
- func (v *NullableConnectorCluster) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorCluster) Unset()
- type NullableConnectorClusterList
- func (v NullableConnectorClusterList) Get() *ConnectorClusterList
- func (v NullableConnectorClusterList) IsSet() bool
- func (v NullableConnectorClusterList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterList) Set(val *ConnectorClusterList)
- func (v *NullableConnectorClusterList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterList) Unset()
- type NullableConnectorClusterListAllOf
- func (v NullableConnectorClusterListAllOf) Get() *ConnectorClusterListAllOf
- func (v NullableConnectorClusterListAllOf) IsSet() bool
- func (v NullableConnectorClusterListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterListAllOf) Set(val *ConnectorClusterListAllOf)
- func (v *NullableConnectorClusterListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterListAllOf) Unset()
- type NullableConnectorClusterMeta
- func (v NullableConnectorClusterMeta) Get() *ConnectorClusterMeta
- func (v NullableConnectorClusterMeta) IsSet() bool
- func (v NullableConnectorClusterMeta) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterMeta) Set(val *ConnectorClusterMeta)
- func (v *NullableConnectorClusterMeta) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterMeta) Unset()
- type NullableConnectorClusterRequest
- func (v NullableConnectorClusterRequest) Get() *ConnectorClusterRequest
- func (v NullableConnectorClusterRequest) IsSet() bool
- func (v NullableConnectorClusterRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterRequest) Set(val *ConnectorClusterRequest)
- func (v *NullableConnectorClusterRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterRequest) Unset()
- type NullableConnectorClusterRequestMeta
- func (v NullableConnectorClusterRequestMeta) Get() *ConnectorClusterRequestMeta
- func (v NullableConnectorClusterRequestMeta) IsSet() bool
- func (v NullableConnectorClusterRequestMeta) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterRequestMeta) Set(val *ConnectorClusterRequestMeta)
- func (v *NullableConnectorClusterRequestMeta) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterRequestMeta) Unset()
- type NullableConnectorClusterState
- func (v NullableConnectorClusterState) Get() *ConnectorClusterState
- func (v NullableConnectorClusterState) IsSet() bool
- func (v NullableConnectorClusterState) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterState) Set(val *ConnectorClusterState)
- func (v *NullableConnectorClusterState) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterState) Unset()
- type NullableConnectorClusterStatus
- func (v NullableConnectorClusterStatus) Get() *ConnectorClusterStatus
- func (v NullableConnectorClusterStatus) IsSet() bool
- func (v NullableConnectorClusterStatus) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterStatus) Set(val *ConnectorClusterStatus)
- func (v *NullableConnectorClusterStatus) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterStatus) Unset()
- type NullableConnectorClusterStatusStatus
- func (v NullableConnectorClusterStatusStatus) Get() *ConnectorClusterStatusStatus
- func (v NullableConnectorClusterStatusStatus) IsSet() bool
- func (v NullableConnectorClusterStatusStatus) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorClusterStatusStatus) Set(val *ConnectorClusterStatusStatus)
- func (v *NullableConnectorClusterStatusStatus) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorClusterStatusStatus) Unset()
- type NullableConnectorConfiguration
- func (v NullableConnectorConfiguration) Get() *ConnectorConfiguration
- func (v NullableConnectorConfiguration) IsSet() bool
- func (v NullableConnectorConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorConfiguration) Set(val *ConnectorConfiguration)
- func (v *NullableConnectorConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorConfiguration) Unset()
- type NullableConnectorDesiredState
- func (v NullableConnectorDesiredState) Get() *ConnectorDesiredState
- func (v NullableConnectorDesiredState) IsSet() bool
- func (v NullableConnectorDesiredState) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorDesiredState) Set(val *ConnectorDesiredState)
- func (v *NullableConnectorDesiredState) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorDesiredState) Unset()
- type NullableConnectorList
- func (v NullableConnectorList) Get() *ConnectorList
- func (v NullableConnectorList) IsSet() bool
- func (v NullableConnectorList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorList) Set(val *ConnectorList)
- func (v *NullableConnectorList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorList) Unset()
- type NullableConnectorListAllOf
- func (v NullableConnectorListAllOf) Get() *ConnectorListAllOf
- func (v NullableConnectorListAllOf) IsSet() bool
- func (v NullableConnectorListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorListAllOf) Set(val *ConnectorListAllOf)
- func (v *NullableConnectorListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorListAllOf) Unset()
- type NullableConnectorMeta
- func (v NullableConnectorMeta) Get() *ConnectorMeta
- func (v NullableConnectorMeta) IsSet() bool
- func (v NullableConnectorMeta) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorMeta) Set(val *ConnectorMeta)
- func (v *NullableConnectorMeta) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorMeta) Unset()
- type NullableConnectorMetaAllOf
- func (v NullableConnectorMetaAllOf) Get() *ConnectorMetaAllOf
- func (v NullableConnectorMetaAllOf) IsSet() bool
- func (v NullableConnectorMetaAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorMetaAllOf) Set(val *ConnectorMetaAllOf)
- func (v *NullableConnectorMetaAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorMetaAllOf) Unset()
- type NullableConnectorNamespace
- func (v NullableConnectorNamespace) Get() *ConnectorNamespace
- func (v NullableConnectorNamespace) IsSet() bool
- func (v NullableConnectorNamespace) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespace) Set(val *ConnectorNamespace)
- func (v *NullableConnectorNamespace) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespace) Unset()
- type NullableConnectorNamespaceAllOf
- func (v NullableConnectorNamespaceAllOf) Get() *ConnectorNamespaceAllOf
- func (v NullableConnectorNamespaceAllOf) IsSet() bool
- func (v NullableConnectorNamespaceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceAllOf) Set(val *ConnectorNamespaceAllOf)
- func (v *NullableConnectorNamespaceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceAllOf) Unset()
- type NullableConnectorNamespaceEvalRequest
- func (v NullableConnectorNamespaceEvalRequest) Get() *ConnectorNamespaceEvalRequest
- func (v NullableConnectorNamespaceEvalRequest) IsSet() bool
- func (v NullableConnectorNamespaceEvalRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceEvalRequest) Set(val *ConnectorNamespaceEvalRequest)
- func (v *NullableConnectorNamespaceEvalRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceEvalRequest) Unset()
- type NullableConnectorNamespaceList
- func (v NullableConnectorNamespaceList) Get() *ConnectorNamespaceList
- func (v NullableConnectorNamespaceList) IsSet() bool
- func (v NullableConnectorNamespaceList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceList) Set(val *ConnectorNamespaceList)
- func (v *NullableConnectorNamespaceList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceList) Unset()
- type NullableConnectorNamespaceListAllOf
- func (v NullableConnectorNamespaceListAllOf) Get() *ConnectorNamespaceListAllOf
- func (v NullableConnectorNamespaceListAllOf) IsSet() bool
- func (v NullableConnectorNamespaceListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceListAllOf) Set(val *ConnectorNamespaceListAllOf)
- func (v *NullableConnectorNamespaceListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceListAllOf) Unset()
- type NullableConnectorNamespaceMeta
- func (v NullableConnectorNamespaceMeta) Get() *ConnectorNamespaceMeta
- func (v NullableConnectorNamespaceMeta) IsSet() bool
- func (v NullableConnectorNamespaceMeta) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceMeta) Set(val *ConnectorNamespaceMeta)
- func (v *NullableConnectorNamespaceMeta) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceMeta) Unset()
- type NullableConnectorNamespaceMetaAllOf
- func (v NullableConnectorNamespaceMetaAllOf) Get() *ConnectorNamespaceMetaAllOf
- func (v NullableConnectorNamespaceMetaAllOf) IsSet() bool
- func (v NullableConnectorNamespaceMetaAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceMetaAllOf) Set(val *ConnectorNamespaceMetaAllOf)
- func (v *NullableConnectorNamespaceMetaAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceMetaAllOf) Unset()
- type NullableConnectorNamespacePatchRequest
- func (v NullableConnectorNamespacePatchRequest) Get() *ConnectorNamespacePatchRequest
- func (v NullableConnectorNamespacePatchRequest) IsSet() bool
- func (v NullableConnectorNamespacePatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespacePatchRequest) Set(val *ConnectorNamespacePatchRequest)
- func (v *NullableConnectorNamespacePatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespacePatchRequest) Unset()
- type NullableConnectorNamespaceQuota
- func (v NullableConnectorNamespaceQuota) Get() *ConnectorNamespaceQuota
- func (v NullableConnectorNamespaceQuota) IsSet() bool
- func (v NullableConnectorNamespaceQuota) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceQuota) Set(val *ConnectorNamespaceQuota)
- func (v *NullableConnectorNamespaceQuota) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceQuota) Unset()
- type NullableConnectorNamespaceRequest
- func (v NullableConnectorNamespaceRequest) Get() *ConnectorNamespaceRequest
- func (v NullableConnectorNamespaceRequest) IsSet() bool
- func (v NullableConnectorNamespaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceRequest) Set(val *ConnectorNamespaceRequest)
- func (v *NullableConnectorNamespaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceRequest) Unset()
- type NullableConnectorNamespaceRequestAllOf
- func (v NullableConnectorNamespaceRequestAllOf) Get() *ConnectorNamespaceRequestAllOf
- func (v NullableConnectorNamespaceRequestAllOf) IsSet() bool
- func (v NullableConnectorNamespaceRequestAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceRequestAllOf) Set(val *ConnectorNamespaceRequestAllOf)
- func (v *NullableConnectorNamespaceRequestAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceRequestAllOf) Unset()
- type NullableConnectorNamespaceRequestMeta
- func (v NullableConnectorNamespaceRequestMeta) Get() *ConnectorNamespaceRequestMeta
- func (v NullableConnectorNamespaceRequestMeta) IsSet() bool
- func (v NullableConnectorNamespaceRequestMeta) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceRequestMeta) Set(val *ConnectorNamespaceRequestMeta)
- func (v *NullableConnectorNamespaceRequestMeta) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceRequestMeta) Unset()
- type NullableConnectorNamespaceState
- func (v NullableConnectorNamespaceState) Get() *ConnectorNamespaceState
- func (v NullableConnectorNamespaceState) IsSet() bool
- func (v NullableConnectorNamespaceState) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceState) Set(val *ConnectorNamespaceState)
- func (v *NullableConnectorNamespaceState) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceState) Unset()
- type NullableConnectorNamespaceStatus
- func (v NullableConnectorNamespaceStatus) Get() *ConnectorNamespaceStatus
- func (v NullableConnectorNamespaceStatus) IsSet() bool
- func (v NullableConnectorNamespaceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceStatus) Set(val *ConnectorNamespaceStatus)
- func (v *NullableConnectorNamespaceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceStatus) Unset()
- type NullableConnectorNamespaceTenant
- func (v NullableConnectorNamespaceTenant) Get() *ConnectorNamespaceTenant
- func (v NullableConnectorNamespaceTenant) IsSet() bool
- func (v NullableConnectorNamespaceTenant) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceTenant) Set(val *ConnectorNamespaceTenant)
- func (v *NullableConnectorNamespaceTenant) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceTenant) Unset()
- type NullableConnectorNamespaceTenantKind
- func (v NullableConnectorNamespaceTenantKind) Get() *ConnectorNamespaceTenantKind
- func (v NullableConnectorNamespaceTenantKind) IsSet() bool
- func (v NullableConnectorNamespaceTenantKind) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorNamespaceTenantKind) Set(val *ConnectorNamespaceTenantKind)
- func (v *NullableConnectorNamespaceTenantKind) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorNamespaceTenantKind) Unset()
- type NullableConnectorRequest
- func (v NullableConnectorRequest) Get() *ConnectorRequest
- func (v NullableConnectorRequest) IsSet() bool
- func (v NullableConnectorRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorRequest) Set(val *ConnectorRequest)
- func (v *NullableConnectorRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorRequest) Unset()
- type NullableConnectorRequestMeta
- func (v NullableConnectorRequestMeta) Get() *ConnectorRequestMeta
- func (v NullableConnectorRequestMeta) IsSet() bool
- func (v NullableConnectorRequestMeta) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorRequestMeta) Set(val *ConnectorRequestMeta)
- func (v *NullableConnectorRequestMeta) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorRequestMeta) Unset()
- type NullableConnectorState
- func (v NullableConnectorState) Get() *ConnectorState
- func (v NullableConnectorState) IsSet() bool
- func (v NullableConnectorState) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorState) Set(val *ConnectorState)
- func (v *NullableConnectorState) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorState) Unset()
- type NullableConnectorStatus
- func (v NullableConnectorStatus) Get() *ConnectorStatus
- func (v NullableConnectorStatus) IsSet() bool
- func (v NullableConnectorStatus) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorStatus) Set(val *ConnectorStatus)
- func (v *NullableConnectorStatus) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorStatus) Unset()
- type NullableConnectorStatusStatus
- func (v NullableConnectorStatusStatus) Get() *ConnectorStatusStatus
- func (v NullableConnectorStatusStatus) IsSet() bool
- func (v NullableConnectorStatusStatus) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorStatusStatus) Set(val *ConnectorStatusStatus)
- func (v *NullableConnectorStatusStatus) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorStatusStatus) Unset()
- type NullableConnectorType
- func (v NullableConnectorType) Get() *ConnectorType
- func (v NullableConnectorType) IsSet() bool
- func (v NullableConnectorType) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorType) Set(val *ConnectorType)
- func (v *NullableConnectorType) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorType) Unset()
- type NullableConnectorTypeAllOf
- func (v NullableConnectorTypeAllOf) Get() *ConnectorTypeAllOf
- func (v NullableConnectorTypeAllOf) IsSet() bool
- func (v NullableConnectorTypeAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeAllOf) Set(val *ConnectorTypeAllOf)
- func (v *NullableConnectorTypeAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeAllOf) Unset()
- type NullableConnectorTypeLabelCount
- func (v NullableConnectorTypeLabelCount) Get() *ConnectorTypeLabelCount
- func (v NullableConnectorTypeLabelCount) IsSet() bool
- func (v NullableConnectorTypeLabelCount) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeLabelCount) Set(val *ConnectorTypeLabelCount)
- func (v *NullableConnectorTypeLabelCount) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeLabelCount) Unset()
- type NullableConnectorTypeLabelCountList
- func (v NullableConnectorTypeLabelCountList) Get() *ConnectorTypeLabelCountList
- func (v NullableConnectorTypeLabelCountList) IsSet() bool
- func (v NullableConnectorTypeLabelCountList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeLabelCountList) Set(val *ConnectorTypeLabelCountList)
- func (v *NullableConnectorTypeLabelCountList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeLabelCountList) Unset()
- type NullableConnectorTypeList
- func (v NullableConnectorTypeList) Get() *ConnectorTypeList
- func (v NullableConnectorTypeList) IsSet() bool
- func (v NullableConnectorTypeList) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeList) Set(val *ConnectorTypeList)
- func (v *NullableConnectorTypeList) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeList) Unset()
- type NullableConnectorTypeListAllOf
- func (v NullableConnectorTypeListAllOf) Get() *ConnectorTypeListAllOf
- func (v NullableConnectorTypeListAllOf) IsSet() bool
- func (v NullableConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConnectorTypeListAllOf) Set(val *ConnectorTypeListAllOf)
- func (v *NullableConnectorTypeListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConnectorTypeListAllOf) Unset()
- type NullableError
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableKafkaConnectionSettings
- func (v NullableKafkaConnectionSettings) Get() *KafkaConnectionSettings
- func (v NullableKafkaConnectionSettings) IsSet() bool
- func (v NullableKafkaConnectionSettings) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaConnectionSettings) Set(val *KafkaConnectionSettings)
- func (v *NullableKafkaConnectionSettings) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaConnectionSettings) Unset()
- type NullableList
- type NullableObjectMeta
- type NullableObjectReference
- func (v NullableObjectReference) Get() *ObjectReference
- func (v NullableObjectReference) IsSet() bool
- func (v NullableObjectReference) MarshalJSON() ([]byte, error)
- func (v *NullableObjectReference) Set(val *ObjectReference)
- func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
- func (v *NullableObjectReference) Unset()
- type NullableSchemaRegistryConnectionSettings
- func (v NullableSchemaRegistryConnectionSettings) Get() *SchemaRegistryConnectionSettings
- func (v NullableSchemaRegistryConnectionSettings) IsSet() bool
- func (v NullableSchemaRegistryConnectionSettings) MarshalJSON() ([]byte, error)
- func (v *NullableSchemaRegistryConnectionSettings) Set(val *SchemaRegistryConnectionSettings)
- func (v *NullableSchemaRegistryConnectionSettings) UnmarshalJSON(src []byte) error
- func (v *NullableSchemaRegistryConnectionSettings) Unset()
- type NullableServiceAccount
- func (v NullableServiceAccount) Get() *ServiceAccount
- func (v NullableServiceAccount) IsSet() bool
- func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccount) Set(val *ServiceAccount)
- func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccount) Unset()
- type NullableServiceConnectionSettings
- func (v NullableServiceConnectionSettings) Get() *ServiceConnectionSettings
- func (v NullableServiceConnectionSettings) IsSet() bool
- func (v NullableServiceConnectionSettings) MarshalJSON() ([]byte, error)
- func (v *NullableServiceConnectionSettings) Set(val *ServiceConnectionSettings)
- func (v *NullableServiceConnectionSettings) UnmarshalJSON(src []byte) error
- func (v *NullableServiceConnectionSettings) Unset()
- type NullableString
- type NullableTime
- type NullableVersionMetadata
- func (v NullableVersionMetadata) Get() *VersionMetadata
- func (v NullableVersionMetadata) IsSet() bool
- func (v NullableVersionMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableVersionMetadata) Set(val *VersionMetadata)
- func (v *NullableVersionMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableVersionMetadata) Unset()
- type NullableVersionMetadataAllOf
- func (v NullableVersionMetadataAllOf) Get() *VersionMetadataAllOf
- func (v NullableVersionMetadataAllOf) IsSet() bool
- func (v NullableVersionMetadataAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableVersionMetadataAllOf) Set(val *VersionMetadataAllOf)
- func (v *NullableVersionMetadataAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableVersionMetadataAllOf) Unset()
- type ObjectMeta
- func (o *ObjectMeta) GetCreatedAt() time.Time
- func (o *ObjectMeta) GetCreatedAtOk() (*time.Time, bool)
- func (o *ObjectMeta) GetModifiedAt() time.Time
- func (o *ObjectMeta) GetModifiedAtOk() (*time.Time, bool)
- func (o *ObjectMeta) GetOwner() string
- func (o *ObjectMeta) GetOwnerOk() (*string, bool)
- func (o *ObjectMeta) HasCreatedAt() bool
- func (o *ObjectMeta) HasModifiedAt() bool
- func (o *ObjectMeta) HasOwner() bool
- func (o ObjectMeta) MarshalJSON() ([]byte, error)
- func (o *ObjectMeta) SetCreatedAt(v time.Time)
- func (o *ObjectMeta) SetModifiedAt(v time.Time)
- func (o *ObjectMeta) SetOwner(v string)
- type ObjectReference
- func (o *ObjectReference) GetHref() string
- func (o *ObjectReference) GetHrefOk() (*string, bool)
- func (o *ObjectReference) GetId() string
- func (o *ObjectReference) GetIdOk() (*string, bool)
- func (o *ObjectReference) GetKind() string
- func (o *ObjectReference) GetKindOk() (*string, bool)
- func (o *ObjectReference) HasHref() bool
- func (o *ObjectReference) HasId() bool
- func (o *ObjectReference) HasKind() bool
- func (o ObjectReference) MarshalJSON() ([]byte, error)
- func (o *ObjectReference) SetHref(v string)
- func (o *ObjectReference) SetId(v string)
- func (o *ObjectReference) SetKind(v string)
- type SchemaRegistryConnectionSettings
- func (o *SchemaRegistryConnectionSettings) GetId() string
- func (o *SchemaRegistryConnectionSettings) GetIdOk() (*string, bool)
- func (o *SchemaRegistryConnectionSettings) GetUrl() string
- func (o *SchemaRegistryConnectionSettings) GetUrlOk() (*string, bool)
- func (o SchemaRegistryConnectionSettings) MarshalJSON() ([]byte, error)
- func (o *SchemaRegistryConnectionSettings) SetId(v string)
- func (o *SchemaRegistryConnectionSettings) SetUrl(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceAccount
- func (o *ServiceAccount) GetClientId() string
- func (o *ServiceAccount) GetClientIdOk() (*string, bool)
- func (o *ServiceAccount) GetClientSecret() string
- func (o *ServiceAccount) GetClientSecretOk() (*string, bool)
- func (o ServiceAccount) MarshalJSON() ([]byte, error)
- func (o *ServiceAccount) SetClientId(v string)
- func (o *ServiceAccount) SetClientSecret(v string)
- type ServiceConnectionSettings
- func (o *ServiceConnectionSettings) GetId() string
- func (o *ServiceConnectionSettings) GetIdOk() (*string, bool)
- func (o *ServiceConnectionSettings) GetUrl() string
- func (o *ServiceConnectionSettings) GetUrlOk() (*string, bool)
- func (o ServiceConnectionSettings) MarshalJSON() ([]byte, error)
- func (o *ServiceConnectionSettings) SetId(v string)
- func (o *ServiceConnectionSettings) SetUrl(v string)
- type VersionMetadata
- func (o *VersionMetadata) GetCollections() []ObjectReference
- func (o *VersionMetadata) GetCollectionsOk() (*[]ObjectReference, bool)
- func (o *VersionMetadata) GetHref() string
- func (o *VersionMetadata) GetHrefOk() (*string, bool)
- func (o *VersionMetadata) GetId() string
- func (o *VersionMetadata) GetIdOk() (*string, bool)
- func (o *VersionMetadata) GetKind() string
- func (o *VersionMetadata) GetKindOk() (*string, bool)
- func (o *VersionMetadata) HasCollections() bool
- func (o *VersionMetadata) HasHref() bool
- func (o *VersionMetadata) HasId() bool
- func (o *VersionMetadata) HasKind() bool
- func (o VersionMetadata) MarshalJSON() ([]byte, error)
- func (o *VersionMetadata) SetCollections(v []ObjectReference)
- func (o *VersionMetadata) SetHref(v string)
- func (o *VersionMetadata) SetId(v string)
- func (o *VersionMetadata) SetKind(v string)
- type VersionMetadataAllOf
- func (o *VersionMetadataAllOf) GetCollections() []ObjectReference
- func (o *VersionMetadataAllOf) GetCollectionsOk() (*[]ObjectReference, bool)
- func (o *VersionMetadataAllOf) HasCollections() bool
- func (o VersionMetadataAllOf) MarshalJSON() ([]byte, error)
- func (o *VersionMetadataAllOf) SetCollections(v []ObjectReference)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ConnectorClustersApi ConnectorClustersApi ConnectorNamespacesApi ConnectorNamespacesApi ConnectorServiceApi ConnectorServiceApi ConnectorTypesApi ConnectorTypesApi ConnectorsApi ConnectorsApi // contains filtered or unexported fields }
APIClient manages communication with the Connector Management API API v0.1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AddonParameter ¶
type AddonParameter struct { Id *string `json:"id,omitempty"` Value *string `json:"value,omitempty"` }
AddonParameter A addon parameter
func NewAddonParameter ¶
func NewAddonParameter() *AddonParameter
NewAddonParameter instantiates a new AddonParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddonParameterWithDefaults ¶
func NewAddonParameterWithDefaults() *AddonParameter
NewAddonParameterWithDefaults instantiates a new AddonParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddonParameter) GetId ¶
func (o *AddonParameter) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AddonParameter) GetIdOk ¶
func (o *AddonParameter) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddonParameter) GetValue ¶
func (o *AddonParameter) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*AddonParameter) GetValueOk ¶
func (o *AddonParameter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddonParameter) HasId ¶
func (o *AddonParameter) HasId() bool
HasId returns a boolean if a field has been set.
func (*AddonParameter) HasValue ¶
func (o *AddonParameter) HasValue() bool
HasValue returns a boolean if a field has been set.
func (AddonParameter) MarshalJSON ¶
func (o AddonParameter) MarshalJSON() ([]byte, error)
func (*AddonParameter) SetId ¶
func (o *AddonParameter) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*AddonParameter) SetValue ¶
func (o *AddonParameter) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
type ApiCreateConnectorClusterRequest ¶
type ApiCreateConnectorClusterRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
func (ApiCreateConnectorClusterRequest) Async ¶
func (r ApiCreateConnectorClusterRequest) Async(async bool) ApiCreateConnectorClusterRequest
func (ApiCreateConnectorClusterRequest) ConnectorClusterRequest ¶ added in v0.3.0
func (r ApiCreateConnectorClusterRequest) ConnectorClusterRequest(connectorClusterRequest ConnectorClusterRequest) ApiCreateConnectorClusterRequest
func (ApiCreateConnectorClusterRequest) Execute ¶
func (r ApiCreateConnectorClusterRequest) Execute() (ConnectorCluster, *_nethttp.Response, error)
type ApiCreateConnectorRequest ¶
type ApiCreateConnectorRequest struct { ApiService ConnectorsApi // contains filtered or unexported fields }
func (ApiCreateConnectorRequest) Async ¶
func (r ApiCreateConnectorRequest) Async(async bool) ApiCreateConnectorRequest
func (ApiCreateConnectorRequest) ConnectorRequest ¶ added in v0.3.0
func (r ApiCreateConnectorRequest) ConnectorRequest(connectorRequest ConnectorRequest) ApiCreateConnectorRequest
type ApiCreateEvaluationNamespaceRequest ¶ added in v0.5.0
type ApiCreateEvaluationNamespaceRequest struct { ApiService ConnectorNamespacesApi // contains filtered or unexported fields }
func (ApiCreateEvaluationNamespaceRequest) ConnectorNamespaceEvalRequest ¶ added in v0.5.0
func (r ApiCreateEvaluationNamespaceRequest) ConnectorNamespaceEvalRequest(connectorNamespaceEvalRequest ConnectorNamespaceEvalRequest) ApiCreateEvaluationNamespaceRequest
func (ApiCreateEvaluationNamespaceRequest) Execute ¶ added in v0.5.0
func (r ApiCreateEvaluationNamespaceRequest) Execute() (ConnectorNamespace, *_nethttp.Response, error)
type ApiDeleteConnectorClusterRequest ¶
type ApiDeleteConnectorClusterRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
type ApiDeleteConnectorRequest ¶
type ApiDeleteConnectorRequest struct { ApiService ConnectorsApi // contains filtered or unexported fields }
type ApiGetConnectorClusterAddonParametersRequest ¶
type ApiGetConnectorClusterAddonParametersRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
func (ApiGetConnectorClusterAddonParametersRequest) Execute ¶
func (r ApiGetConnectorClusterAddonParametersRequest) Execute() ([]AddonParameter, *_nethttp.Response, error)
func (ApiGetConnectorClusterAddonParametersRequest) ResetCredentials ¶ added in v0.6.0
func (r ApiGetConnectorClusterAddonParametersRequest) ResetCredentials(resetCredentials bool) ApiGetConnectorClusterAddonParametersRequest
type ApiGetConnectorClusterNamespacesRequest ¶ added in v0.5.0
type ApiGetConnectorClusterNamespacesRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
func (ApiGetConnectorClusterNamespacesRequest) Execute ¶ added in v0.5.0
func (r ApiGetConnectorClusterNamespacesRequest) Execute() (ConnectorNamespaceList, *_nethttp.Response, error)
func (ApiGetConnectorClusterNamespacesRequest) OrderBy ¶ added in v0.5.0
func (r ApiGetConnectorClusterNamespacesRequest) OrderBy(orderBy string) ApiGetConnectorClusterNamespacesRequest
func (ApiGetConnectorClusterNamespacesRequest) Page ¶ added in v0.5.0
func (r ApiGetConnectorClusterNamespacesRequest) Page(page string) ApiGetConnectorClusterNamespacesRequest
func (ApiGetConnectorClusterNamespacesRequest) Search ¶ added in v0.5.0
func (r ApiGetConnectorClusterNamespacesRequest) Search(search string) ApiGetConnectorClusterNamespacesRequest
func (ApiGetConnectorClusterNamespacesRequest) Size ¶ added in v0.5.0
func (r ApiGetConnectorClusterNamespacesRequest) Size(size string) ApiGetConnectorClusterNamespacesRequest
type ApiGetConnectorClusterRequest ¶
type ApiGetConnectorClusterRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
func (ApiGetConnectorClusterRequest) Execute ¶
func (r ApiGetConnectorClusterRequest) Execute() (ConnectorCluster, *_nethttp.Response, error)
type ApiGetConnectorNamespaceRequest ¶ added in v0.5.0
type ApiGetConnectorNamespaceRequest struct { ApiService ConnectorNamespacesApi // contains filtered or unexported fields }
func (ApiGetConnectorNamespaceRequest) Execute ¶ added in v0.5.0
func (r ApiGetConnectorNamespaceRequest) Execute() (ConnectorNamespace, *_nethttp.Response, error)
type ApiGetConnectorRequest ¶
type ApiGetConnectorRequest struct { ApiService ConnectorsApi // contains filtered or unexported fields }
type ApiGetConnectorTypeByIDRequest ¶
type ApiGetConnectorTypeByIDRequest struct { ApiService ConnectorTypesApi // contains filtered or unexported fields }
func (ApiGetConnectorTypeByIDRequest) Execute ¶
func (r ApiGetConnectorTypeByIDRequest) Execute() (ConnectorType, *_nethttp.Response, error)
type ApiGetConnectorTypeLabelsRequest ¶ added in v0.9.0
type ApiGetConnectorTypeLabelsRequest struct { ApiService ConnectorTypesApi // contains filtered or unexported fields }
func (ApiGetConnectorTypeLabelsRequest) Execute ¶ added in v0.9.0
func (r ApiGetConnectorTypeLabelsRequest) Execute() (ConnectorTypeLabelCountList, *_nethttp.Response, error)
func (ApiGetConnectorTypeLabelsRequest) OrderBy ¶ added in v0.9.0
func (r ApiGetConnectorTypeLabelsRequest) OrderBy(orderBy string) ApiGetConnectorTypeLabelsRequest
func (ApiGetConnectorTypeLabelsRequest) Search ¶ added in v0.9.0
func (r ApiGetConnectorTypeLabelsRequest) Search(search string) ApiGetConnectorTypeLabelsRequest
type ApiGetConnectorTypesRequest ¶ added in v0.3.0
type ApiGetConnectorTypesRequest struct { ApiService ConnectorTypesApi // contains filtered or unexported fields }
func (ApiGetConnectorTypesRequest) Execute ¶ added in v0.3.0
func (r ApiGetConnectorTypesRequest) Execute() (ConnectorTypeList, *_nethttp.Response, error)
func (ApiGetConnectorTypesRequest) OrderBy ¶ added in v0.3.0
func (r ApiGetConnectorTypesRequest) OrderBy(orderBy string) ApiGetConnectorTypesRequest
func (ApiGetConnectorTypesRequest) Page ¶ added in v0.3.0
func (r ApiGetConnectorTypesRequest) Page(page string) ApiGetConnectorTypesRequest
func (ApiGetConnectorTypesRequest) Search ¶ added in v0.3.0
func (r ApiGetConnectorTypesRequest) Search(search string) ApiGetConnectorTypesRequest
func (ApiGetConnectorTypesRequest) Size ¶ added in v0.3.0
func (r ApiGetConnectorTypesRequest) Size(size string) ApiGetConnectorTypesRequest
type ApiGetVersionMetadataRequest ¶ added in v0.3.0
type ApiGetVersionMetadataRequest struct { ApiService ConnectorServiceApi // contains filtered or unexported fields }
func (ApiGetVersionMetadataRequest) Execute ¶ added in v0.3.0
func (r ApiGetVersionMetadataRequest) Execute() (VersionMetadata, *_nethttp.Response, error)
type ApiListConnectorClustersRequest ¶
type ApiListConnectorClustersRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
func (ApiListConnectorClustersRequest) Execute ¶
func (r ApiListConnectorClustersRequest) Execute() (ConnectorClusterList, *_nethttp.Response, error)
func (ApiListConnectorClustersRequest) OrderBy ¶ added in v0.9.0
func (r ApiListConnectorClustersRequest) OrderBy(orderBy string) ApiListConnectorClustersRequest
func (ApiListConnectorClustersRequest) Page ¶
func (r ApiListConnectorClustersRequest) Page(page string) ApiListConnectorClustersRequest
func (ApiListConnectorClustersRequest) Search ¶ added in v0.9.0
func (r ApiListConnectorClustersRequest) Search(search string) ApiListConnectorClustersRequest
func (ApiListConnectorClustersRequest) Size ¶
func (r ApiListConnectorClustersRequest) Size(size string) ApiListConnectorClustersRequest
type ApiListConnectorNamespacesRequest ¶ added in v0.5.0
type ApiListConnectorNamespacesRequest struct { ApiService ConnectorNamespacesApi // contains filtered or unexported fields }
func (ApiListConnectorNamespacesRequest) Execute ¶ added in v0.5.0
func (r ApiListConnectorNamespacesRequest) Execute() (ConnectorNamespaceList, *_nethttp.Response, error)
func (ApiListConnectorNamespacesRequest) OrderBy ¶ added in v0.5.0
func (r ApiListConnectorNamespacesRequest) OrderBy(orderBy string) ApiListConnectorNamespacesRequest
func (ApiListConnectorNamespacesRequest) Page ¶ added in v0.5.0
func (r ApiListConnectorNamespacesRequest) Page(page string) ApiListConnectorNamespacesRequest
func (ApiListConnectorNamespacesRequest) Search ¶ added in v0.5.0
func (r ApiListConnectorNamespacesRequest) Search(search string) ApiListConnectorNamespacesRequest
func (ApiListConnectorNamespacesRequest) Size ¶ added in v0.5.0
func (r ApiListConnectorNamespacesRequest) Size(size string) ApiListConnectorNamespacesRequest
type ApiListConnectorsRequest ¶
type ApiListConnectorsRequest struct { ApiService ConnectorsApi // contains filtered or unexported fields }
func (ApiListConnectorsRequest) Execute ¶
func (r ApiListConnectorsRequest) Execute() (ConnectorList, *_nethttp.Response, error)
func (ApiListConnectorsRequest) OrderBy ¶ added in v0.5.0
func (r ApiListConnectorsRequest) OrderBy(orderBy string) ApiListConnectorsRequest
func (ApiListConnectorsRequest) Page ¶
func (r ApiListConnectorsRequest) Page(page string) ApiListConnectorsRequest
func (ApiListConnectorsRequest) Search ¶ added in v0.5.0
func (r ApiListConnectorsRequest) Search(search string) ApiListConnectorsRequest
func (ApiListConnectorsRequest) Size ¶
func (r ApiListConnectorsRequest) Size(size string) ApiListConnectorsRequest
type ApiPatchConnectorRequest ¶
type ApiPatchConnectorRequest struct { ApiService ConnectorsApi // contains filtered or unexported fields }
func (ApiPatchConnectorRequest) Body ¶ added in v0.4.1
func (r ApiPatchConnectorRequest) Body(body map[string]interface{}) ApiPatchConnectorRequest
type ApiUpdateConnectorClusterByIdRequest ¶
type ApiUpdateConnectorClusterByIdRequest struct { ApiService ConnectorClustersApi // contains filtered or unexported fields }
func (ApiUpdateConnectorClusterByIdRequest) ConnectorClusterRequest ¶ added in v0.3.0
func (r ApiUpdateConnectorClusterByIdRequest) ConnectorClusterRequest(connectorClusterRequest ConnectorClusterRequest) ApiUpdateConnectorClusterByIdRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Channel ¶ added in v0.3.0
type Channel string
Channel the model 'Channel'
const (
CHANNEL_STABLE Channel = "stable"
)
List of Channel
func NewChannelFromValue ¶ added in v0.3.0
NewChannelFromValue returns a pointer to a valid Channel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Channel) IsValid ¶ added in v0.3.0
IsValid return true if the value is valid for the enum, false otherwise
func (*Channel) UnmarshalJSON ¶ added in v0.3.0
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Connector ¶
type Connector struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` Name string `json:"name"` ConnectorTypeId string `json:"connector_type_id"` NamespaceId string `json:"namespace_id"` Channel *Channel `json:"channel,omitempty"` DesiredState ConnectorDesiredState `json:"desired_state"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` ResourceVersion *int64 `json:"resource_version,omitempty"` Kafka KafkaConnectionSettings `json:"kafka"` ServiceAccount ServiceAccount `json:"service_account"` SchemaRegistry *SchemaRegistryConnectionSettings `json:"schema_registry,omitempty"` Connector map[string]interface{} `json:"connector"` Status *ConnectorStatusStatus `json:"status,omitempty"` }
Connector struct for Connector
func NewConnector ¶
func NewConnector(name string, connectorTypeId string, namespaceId string, desiredState ConnectorDesiredState, kafka KafkaConnectionSettings, serviceAccount ServiceAccount, connector map[string]interface{}) *Connector
NewConnector instantiates a new Connector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorWithDefaults ¶
func NewConnectorWithDefaults() *Connector
NewConnectorWithDefaults instantiates a new Connector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Connector) GetAnnotations ¶ added in v0.10.0
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*Connector) GetAnnotationsOk ¶ added in v0.10.0
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetChannel ¶
GetChannel returns the Channel field value if set, zero value otherwise.
func (*Connector) GetChannelOk ¶
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetConnector ¶ added in v0.3.0
GetConnector returns the Connector field value
func (*Connector) GetConnectorOk ¶ added in v0.3.0
GetConnectorOk returns a tuple with the Connector field value and a boolean to check if the value has been set.
func (*Connector) GetConnectorTypeId ¶
GetConnectorTypeId returns the ConnectorTypeId field value
func (*Connector) GetConnectorTypeIdOk ¶
GetConnectorTypeIdOk returns a tuple with the ConnectorTypeId field value and a boolean to check if the value has been set.
func (*Connector) GetCreatedAt ¶ added in v0.3.0
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Connector) GetCreatedAtOk ¶ added in v0.3.0
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetDesiredState ¶
func (o *Connector) GetDesiredState() ConnectorDesiredState
GetDesiredState returns the DesiredState field value
func (*Connector) GetDesiredStateOk ¶
func (o *Connector) GetDesiredStateOk() (*ConnectorDesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value and a boolean to check if the value has been set.
func (*Connector) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetKafka ¶
func (o *Connector) GetKafka() KafkaConnectionSettings
GetKafka returns the Kafka field value
func (*Connector) GetKafkaOk ¶
func (o *Connector) GetKafkaOk() (*KafkaConnectionSettings, bool)
GetKafkaOk returns a tuple with the Kafka field value and a boolean to check if the value has been set.
func (*Connector) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetModifiedAt ¶ added in v0.3.0
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*Connector) GetModifiedAtOk ¶ added in v0.3.0
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetNameOk ¶ added in v0.3.0
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Connector) GetNamespaceId ¶ added in v0.5.0
GetNamespaceId returns the NamespaceId field value
func (*Connector) GetNamespaceIdOk ¶ added in v0.5.0
GetNamespaceIdOk returns a tuple with the NamespaceId field value and a boolean to check if the value has been set.
func (*Connector) GetOwner ¶ added in v0.3.0
GetOwner returns the Owner field value if set, zero value otherwise.
func (*Connector) GetOwnerOk ¶ added in v0.3.0
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetResourceVersion ¶ added in v0.3.0
GetResourceVersion returns the ResourceVersion field value if set, zero value otherwise.
func (*Connector) GetResourceVersionOk ¶ added in v0.3.0
GetResourceVersionOk returns a tuple with the ResourceVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetSchemaRegistry ¶ added in v0.3.0
func (o *Connector) GetSchemaRegistry() SchemaRegistryConnectionSettings
GetSchemaRegistry returns the SchemaRegistry field value if set, zero value otherwise.
func (*Connector) GetSchemaRegistryOk ¶ added in v0.3.0
func (o *Connector) GetSchemaRegistryOk() (*SchemaRegistryConnectionSettings, bool)
GetSchemaRegistryOk returns a tuple with the SchemaRegistry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) GetServiceAccount ¶ added in v0.3.0
func (o *Connector) GetServiceAccount() ServiceAccount
GetServiceAccount returns the ServiceAccount field value
func (*Connector) GetServiceAccountOk ¶ added in v0.3.0
func (o *Connector) GetServiceAccountOk() (*ServiceAccount, bool)
GetServiceAccountOk returns a tuple with the ServiceAccount field value and a boolean to check if the value has been set.
func (*Connector) GetStatus ¶
func (o *Connector) GetStatus() ConnectorStatusStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*Connector) GetStatusOk ¶
func (o *Connector) GetStatusOk() (*ConnectorStatusStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Connector) HasAnnotations ¶ added in v0.10.0
HasAnnotations returns a boolean if a field has been set.
func (*Connector) HasChannel ¶
HasChannel returns a boolean if a field has been set.
func (*Connector) HasCreatedAt ¶ added in v0.3.0
HasCreatedAt returns a boolean if a field has been set.
func (*Connector) HasModifiedAt ¶ added in v0.3.0
HasModifiedAt returns a boolean if a field has been set.
func (*Connector) HasResourceVersion ¶ added in v0.3.0
HasResourceVersion returns a boolean if a field has been set.
func (*Connector) HasSchemaRegistry ¶ added in v0.3.0
HasSchemaRegistry returns a boolean if a field has been set.
func (Connector) MarshalJSON ¶
func (*Connector) SetAnnotations ¶ added in v0.10.0
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*Connector) SetChannel ¶
SetChannel gets a reference to the given Channel and assigns it to the Channel field.
func (*Connector) SetConnector ¶ added in v0.3.0
SetConnector sets field value
func (*Connector) SetConnectorTypeId ¶
SetConnectorTypeId sets field value
func (*Connector) SetCreatedAt ¶ added in v0.3.0
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Connector) SetDesiredState ¶
func (o *Connector) SetDesiredState(v ConnectorDesiredState)
SetDesiredState sets field value
func (*Connector) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Connector) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Connector) SetKafka ¶
func (o *Connector) SetKafka(v KafkaConnectionSettings)
SetKafka sets field value
func (*Connector) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Connector) SetModifiedAt ¶ added in v0.3.0
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*Connector) SetNamespaceId ¶ added in v0.5.0
SetNamespaceId sets field value
func (*Connector) SetOwner ¶ added in v0.3.0
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*Connector) SetResourceVersion ¶ added in v0.3.0
SetResourceVersion gets a reference to the given int64 and assigns it to the ResourceVersion field.
func (*Connector) SetSchemaRegistry ¶ added in v0.3.0
func (o *Connector) SetSchemaRegistry(v SchemaRegistryConnectionSettings)
SetSchemaRegistry gets a reference to the given SchemaRegistryConnectionSettings and assigns it to the SchemaRegistry field.
func (*Connector) SetServiceAccount ¶ added in v0.3.0
func (o *Connector) SetServiceAccount(v ServiceAccount)
SetServiceAccount sets field value
func (*Connector) SetStatus ¶
func (o *Connector) SetStatus(v ConnectorStatusStatus)
SetStatus gets a reference to the given ConnectorStatusStatus and assigns it to the Status field.
type ConnectorCluster ¶
type ConnectorCluster struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` Status *ConnectorClusterStatusStatus `json:"status,omitempty"` }
ConnectorCluster struct for ConnectorCluster
func NewConnectorCluster ¶
func NewConnectorCluster() *ConnectorCluster
NewConnectorCluster instantiates a new ConnectorCluster object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterWithDefaults ¶
func NewConnectorClusterWithDefaults() *ConnectorCluster
NewConnectorClusterWithDefaults instantiates a new ConnectorCluster object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorCluster) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorCluster) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorCluster) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorCluster) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetCreatedAt ¶ added in v0.3.0
func (o *ConnectorCluster) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConnectorCluster) GetCreatedAtOk ¶ added in v0.3.0
func (o *ConnectorCluster) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetHref ¶
func (o *ConnectorCluster) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ConnectorCluster) GetHrefOk ¶
func (o *ConnectorCluster) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetId ¶
func (o *ConnectorCluster) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ConnectorCluster) GetIdOk ¶
func (o *ConnectorCluster) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetKind ¶
func (o *ConnectorCluster) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ConnectorCluster) GetKindOk ¶
func (o *ConnectorCluster) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetModifiedAt ¶ added in v0.3.0
func (o *ConnectorCluster) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*ConnectorCluster) GetModifiedAtOk ¶ added in v0.3.0
func (o *ConnectorCluster) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetName ¶ added in v0.3.0
func (o *ConnectorCluster) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorCluster) GetNameOk ¶ added in v0.3.0
func (o *ConnectorCluster) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetOwner ¶ added in v0.3.0
func (o *ConnectorCluster) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ConnectorCluster) GetOwnerOk ¶ added in v0.3.0
func (o *ConnectorCluster) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) GetStatus ¶
func (o *ConnectorCluster) GetStatus() ConnectorClusterStatusStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*ConnectorCluster) GetStatusOk ¶
func (o *ConnectorCluster) GetStatusOk() (*ConnectorClusterStatusStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorCluster) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorCluster) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorCluster) HasCreatedAt ¶ added in v0.3.0
func (o *ConnectorCluster) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConnectorCluster) HasHref ¶
func (o *ConnectorCluster) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ConnectorCluster) HasId ¶
func (o *ConnectorCluster) HasId() bool
HasId returns a boolean if a field has been set.
func (*ConnectorCluster) HasKind ¶
func (o *ConnectorCluster) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ConnectorCluster) HasModifiedAt ¶ added in v0.3.0
func (o *ConnectorCluster) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (*ConnectorCluster) HasName ¶ added in v0.3.0
func (o *ConnectorCluster) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConnectorCluster) HasOwner ¶ added in v0.3.0
func (o *ConnectorCluster) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ConnectorCluster) HasStatus ¶
func (o *ConnectorCluster) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ConnectorCluster) MarshalJSON ¶
func (o ConnectorCluster) MarshalJSON() ([]byte, error)
func (*ConnectorCluster) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorCluster) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorCluster) SetCreatedAt ¶ added in v0.3.0
func (o *ConnectorCluster) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConnectorCluster) SetHref ¶
func (o *ConnectorCluster) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ConnectorCluster) SetId ¶
func (o *ConnectorCluster) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ConnectorCluster) SetKind ¶
func (o *ConnectorCluster) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ConnectorCluster) SetModifiedAt ¶ added in v0.3.0
func (o *ConnectorCluster) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*ConnectorCluster) SetName ¶ added in v0.3.0
func (o *ConnectorCluster) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConnectorCluster) SetOwner ¶ added in v0.3.0
func (o *ConnectorCluster) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*ConnectorCluster) SetStatus ¶
func (o *ConnectorCluster) SetStatus(v ConnectorClusterStatusStatus)
SetStatus gets a reference to the given ConnectorClusterStatusStatus and assigns it to the Status field.
type ConnectorClusterList ¶
type ConnectorClusterList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ConnectorCluster `json:"items"` }
ConnectorClusterList struct for ConnectorClusterList
func NewConnectorClusterList ¶
func NewConnectorClusterList(kind string, page int32, size int32, total int32, items []ConnectorCluster) *ConnectorClusterList
NewConnectorClusterList instantiates a new ConnectorClusterList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterListWithDefaults ¶
func NewConnectorClusterListWithDefaults() *ConnectorClusterList
NewConnectorClusterListWithDefaults instantiates a new ConnectorClusterList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterList) GetItems ¶
func (o *ConnectorClusterList) GetItems() []ConnectorCluster
GetItems returns the Items field value
func (*ConnectorClusterList) GetItemsOk ¶
func (o *ConnectorClusterList) GetItemsOk() (*[]ConnectorCluster, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConnectorClusterList) GetKind ¶
func (o *ConnectorClusterList) GetKind() string
GetKind returns the Kind field value
func (*ConnectorClusterList) GetKindOk ¶
func (o *ConnectorClusterList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorClusterList) GetPage ¶
func (o *ConnectorClusterList) GetPage() int32
GetPage returns the Page field value
func (*ConnectorClusterList) GetPageOk ¶
func (o *ConnectorClusterList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConnectorClusterList) GetSize ¶
func (o *ConnectorClusterList) GetSize() int32
GetSize returns the Size field value
func (*ConnectorClusterList) GetSizeOk ¶
func (o *ConnectorClusterList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConnectorClusterList) GetTotal ¶
func (o *ConnectorClusterList) GetTotal() int32
GetTotal returns the Total field value
func (*ConnectorClusterList) GetTotalOk ¶
func (o *ConnectorClusterList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConnectorClusterList) MarshalJSON ¶
func (o ConnectorClusterList) MarshalJSON() ([]byte, error)
func (*ConnectorClusterList) SetItems ¶
func (o *ConnectorClusterList) SetItems(v []ConnectorCluster)
SetItems sets field value
func (*ConnectorClusterList) SetKind ¶
func (o *ConnectorClusterList) SetKind(v string)
SetKind sets field value
func (*ConnectorClusterList) SetPage ¶
func (o *ConnectorClusterList) SetPage(v int32)
SetPage sets field value
func (*ConnectorClusterList) SetSize ¶
func (o *ConnectorClusterList) SetSize(v int32)
SetSize sets field value
func (*ConnectorClusterList) SetTotal ¶
func (o *ConnectorClusterList) SetTotal(v int32)
SetTotal sets field value
type ConnectorClusterListAllOf ¶
type ConnectorClusterListAllOf struct {
Items *[]ConnectorCluster `json:"items,omitempty"`
}
ConnectorClusterListAllOf struct for ConnectorClusterListAllOf
func NewConnectorClusterListAllOf ¶
func NewConnectorClusterListAllOf() *ConnectorClusterListAllOf
NewConnectorClusterListAllOf instantiates a new ConnectorClusterListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterListAllOfWithDefaults ¶
func NewConnectorClusterListAllOfWithDefaults() *ConnectorClusterListAllOf
NewConnectorClusterListAllOfWithDefaults instantiates a new ConnectorClusterListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterListAllOf) GetItems ¶
func (o *ConnectorClusterListAllOf) GetItems() []ConnectorCluster
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorClusterListAllOf) GetItemsOk ¶
func (o *ConnectorClusterListAllOf) GetItemsOk() (*[]ConnectorCluster, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterListAllOf) HasItems ¶
func (o *ConnectorClusterListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorClusterListAllOf) MarshalJSON ¶
func (o ConnectorClusterListAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorClusterListAllOf) SetItems ¶
func (o *ConnectorClusterListAllOf) SetItems(v []ConnectorCluster)
SetItems gets a reference to the given []ConnectorCluster and assigns it to the Items field.
type ConnectorClusterMeta ¶ added in v0.3.0
type ConnectorClusterMeta struct { Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorClusterMeta struct for ConnectorClusterMeta
func NewConnectorClusterMeta ¶ added in v0.3.0
func NewConnectorClusterMeta() *ConnectorClusterMeta
NewConnectorClusterMeta instantiates a new ConnectorClusterMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterMetaWithDefaults ¶ added in v0.3.0
func NewConnectorClusterMetaWithDefaults() *ConnectorClusterMeta
NewConnectorClusterMetaWithDefaults instantiates a new ConnectorClusterMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterMeta) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterMeta) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorClusterMeta) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorClusterMeta) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterMeta) GetCreatedAt ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConnectorClusterMeta) GetCreatedAtOk ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterMeta) GetModifiedAt ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*ConnectorClusterMeta) GetModifiedAtOk ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterMeta) GetName ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorClusterMeta) GetNameOk ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterMeta) GetOwner ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ConnectorClusterMeta) GetOwnerOk ¶ added in v0.3.0
func (o *ConnectorClusterMeta) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterMeta) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterMeta) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorClusterMeta) HasCreatedAt ¶ added in v0.3.0
func (o *ConnectorClusterMeta) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConnectorClusterMeta) HasModifiedAt ¶ added in v0.3.0
func (o *ConnectorClusterMeta) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (*ConnectorClusterMeta) HasName ¶ added in v0.3.0
func (o *ConnectorClusterMeta) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConnectorClusterMeta) HasOwner ¶ added in v0.3.0
func (o *ConnectorClusterMeta) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (ConnectorClusterMeta) MarshalJSON ¶ added in v0.3.0
func (o ConnectorClusterMeta) MarshalJSON() ([]byte, error)
func (*ConnectorClusterMeta) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterMeta) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorClusterMeta) SetCreatedAt ¶ added in v0.3.0
func (o *ConnectorClusterMeta) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConnectorClusterMeta) SetModifiedAt ¶ added in v0.3.0
func (o *ConnectorClusterMeta) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*ConnectorClusterMeta) SetName ¶ added in v0.3.0
func (o *ConnectorClusterMeta) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConnectorClusterMeta) SetOwner ¶ added in v0.3.0
func (o *ConnectorClusterMeta) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
type ConnectorClusterRequest ¶ added in v0.3.0
type ConnectorClusterRequest struct { Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorClusterRequest Schema for the request to update a data plane cluster's name
func NewConnectorClusterRequest ¶ added in v0.3.0
func NewConnectorClusterRequest() *ConnectorClusterRequest
NewConnectorClusterRequest instantiates a new ConnectorClusterRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterRequestWithDefaults ¶ added in v0.3.0
func NewConnectorClusterRequestWithDefaults() *ConnectorClusterRequest
NewConnectorClusterRequestWithDefaults instantiates a new ConnectorClusterRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterRequest) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterRequest) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorClusterRequest) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorClusterRequest) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterRequest) GetName ¶ added in v0.3.0
func (o *ConnectorClusterRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorClusterRequest) GetNameOk ¶ added in v0.3.0
func (o *ConnectorClusterRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterRequest) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterRequest) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorClusterRequest) HasName ¶ added in v0.3.0
func (o *ConnectorClusterRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (ConnectorClusterRequest) MarshalJSON ¶ added in v0.3.0
func (o ConnectorClusterRequest) MarshalJSON() ([]byte, error)
func (*ConnectorClusterRequest) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterRequest) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorClusterRequest) SetName ¶ added in v0.3.0
func (o *ConnectorClusterRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ConnectorClusterRequestMeta ¶ added in v0.3.0
type ConnectorClusterRequestMeta struct { Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorClusterRequestMeta struct for ConnectorClusterRequestMeta
func NewConnectorClusterRequestMeta ¶ added in v0.3.0
func NewConnectorClusterRequestMeta() *ConnectorClusterRequestMeta
NewConnectorClusterRequestMeta instantiates a new ConnectorClusterRequestMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterRequestMetaWithDefaults ¶ added in v0.3.0
func NewConnectorClusterRequestMetaWithDefaults() *ConnectorClusterRequestMeta
NewConnectorClusterRequestMetaWithDefaults instantiates a new ConnectorClusterRequestMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterRequestMeta) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterRequestMeta) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorClusterRequestMeta) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorClusterRequestMeta) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterRequestMeta) GetName ¶ added in v0.3.0
func (o *ConnectorClusterRequestMeta) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorClusterRequestMeta) GetNameOk ¶ added in v0.3.0
func (o *ConnectorClusterRequestMeta) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterRequestMeta) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterRequestMeta) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorClusterRequestMeta) HasName ¶ added in v0.3.0
func (o *ConnectorClusterRequestMeta) HasName() bool
HasName returns a boolean if a field has been set.
func (ConnectorClusterRequestMeta) MarshalJSON ¶ added in v0.3.0
func (o ConnectorClusterRequestMeta) MarshalJSON() ([]byte, error)
func (*ConnectorClusterRequestMeta) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorClusterRequestMeta) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorClusterRequestMeta) SetName ¶ added in v0.3.0
func (o *ConnectorClusterRequestMeta) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ConnectorClusterState ¶ added in v0.3.0
type ConnectorClusterState string
ConnectorClusterState the model 'ConnectorClusterState'
const ( CONNECTORCLUSTERSTATE_DISCONNECTED ConnectorClusterState = "disconnected" CONNECTORCLUSTERSTATE_READY ConnectorClusterState = "ready" CONNECTORCLUSTERSTATE_DELETING ConnectorClusterState = "deleting" )
List of ConnectorClusterState
func NewConnectorClusterStateFromValue ¶ added in v0.3.0
func NewConnectorClusterStateFromValue(v string) (*ConnectorClusterState, error)
NewConnectorClusterStateFromValue returns a pointer to a valid ConnectorClusterState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ConnectorClusterState) IsValid ¶ added in v0.3.0
func (v ConnectorClusterState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ConnectorClusterState) Ptr ¶ added in v0.3.0
func (v ConnectorClusterState) Ptr() *ConnectorClusterState
Ptr returns reference to ConnectorClusterState value
func (*ConnectorClusterState) UnmarshalJSON ¶ added in v0.3.0
func (v *ConnectorClusterState) UnmarshalJSON(src []byte) error
type ConnectorClusterStatus ¶ added in v0.3.0
type ConnectorClusterStatus struct {
Status *ConnectorClusterStatusStatus `json:"status,omitempty"`
}
ConnectorClusterStatus struct for ConnectorClusterStatus
func NewConnectorClusterStatus ¶ added in v0.3.0
func NewConnectorClusterStatus() *ConnectorClusterStatus
NewConnectorClusterStatus instantiates a new ConnectorClusterStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterStatusWithDefaults ¶ added in v0.3.0
func NewConnectorClusterStatusWithDefaults() *ConnectorClusterStatus
NewConnectorClusterStatusWithDefaults instantiates a new ConnectorClusterStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterStatus) GetStatus ¶ added in v0.3.0
func (o *ConnectorClusterStatus) GetStatus() ConnectorClusterStatusStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*ConnectorClusterStatus) GetStatusOk ¶ added in v0.3.0
func (o *ConnectorClusterStatus) GetStatusOk() (*ConnectorClusterStatusStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterStatus) HasStatus ¶ added in v0.3.0
func (o *ConnectorClusterStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ConnectorClusterStatus) MarshalJSON ¶ added in v0.3.0
func (o ConnectorClusterStatus) MarshalJSON() ([]byte, error)
func (*ConnectorClusterStatus) SetStatus ¶ added in v0.3.0
func (o *ConnectorClusterStatus) SetStatus(v ConnectorClusterStatusStatus)
SetStatus gets a reference to the given ConnectorClusterStatusStatus and assigns it to the Status field.
type ConnectorClusterStatusStatus ¶ added in v0.3.0
type ConnectorClusterStatusStatus struct { State *ConnectorClusterState `json:"state,omitempty"` Error *string `json:"error,omitempty"` }
ConnectorClusterStatusStatus struct for ConnectorClusterStatusStatus
func NewConnectorClusterStatusStatus ¶ added in v0.3.0
func NewConnectorClusterStatusStatus() *ConnectorClusterStatusStatus
NewConnectorClusterStatusStatus instantiates a new ConnectorClusterStatusStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorClusterStatusStatusWithDefaults ¶ added in v0.3.0
func NewConnectorClusterStatusStatusWithDefaults() *ConnectorClusterStatusStatus
NewConnectorClusterStatusStatusWithDefaults instantiates a new ConnectorClusterStatusStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorClusterStatusStatus) GetError ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ConnectorClusterStatusStatus) GetErrorOk ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterStatusStatus) GetState ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) GetState() ConnectorClusterState
GetState returns the State field value if set, zero value otherwise.
func (*ConnectorClusterStatusStatus) GetStateOk ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) GetStateOk() (*ConnectorClusterState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorClusterStatusStatus) HasError ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) HasError() bool
HasError returns a boolean if a field has been set.
func (*ConnectorClusterStatusStatus) HasState ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) HasState() bool
HasState returns a boolean if a field has been set.
func (ConnectorClusterStatusStatus) MarshalJSON ¶ added in v0.3.0
func (o ConnectorClusterStatusStatus) MarshalJSON() ([]byte, error)
func (*ConnectorClusterStatusStatus) SetError ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ConnectorClusterStatusStatus) SetState ¶ added in v0.3.0
func (o *ConnectorClusterStatusStatus) SetState(v ConnectorClusterState)
SetState gets a reference to the given ConnectorClusterState and assigns it to the State field.
type ConnectorClustersApi ¶
type ConnectorClustersApi interface { /* * CreateConnectorCluster Create a new connector cluster * Create a new connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateConnectorClusterRequest */ CreateConnectorCluster(ctx _context.Context) ApiCreateConnectorClusterRequest /* * CreateConnectorClusterExecute executes the request * @return ConnectorCluster */ CreateConnectorClusterExecute(r ApiCreateConnectorClusterRequest) (ConnectorCluster, *_nethttp.Response, error) /* * DeleteConnectorCluster Delete a connector cluster * Delete a connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiDeleteConnectorClusterRequest */ DeleteConnectorCluster(ctx _context.Context, connectorClusterId string) ApiDeleteConnectorClusterRequest /* * DeleteConnectorClusterExecute executes the request * @return Error */ DeleteConnectorClusterExecute(r ApiDeleteConnectorClusterRequest) (Error, *_nethttp.Response, error) /* * GetConnectorCluster Get a connector cluster * Get a connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiGetConnectorClusterRequest */ GetConnectorCluster(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterRequest /* * GetConnectorClusterExecute executes the request * @return ConnectorCluster */ GetConnectorClusterExecute(r ApiGetConnectorClusterRequest) (ConnectorCluster, *_nethttp.Response, error) /* * GetConnectorClusterAddonParameters Get a connector cluster's addon parameters * Get a connector cluster's addon parameters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiGetConnectorClusterAddonParametersRequest */ GetConnectorClusterAddonParameters(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterAddonParametersRequest /* * GetConnectorClusterAddonParametersExecute executes the request * @return []AddonParameter */ GetConnectorClusterAddonParametersExecute(r ApiGetConnectorClusterAddonParametersRequest) ([]AddonParameter, *_nethttp.Response, error) /* * GetConnectorClusterNamespaces Get a connector cluster's namespaces * Get a connector cluster's namespaces * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiGetConnectorClusterNamespacesRequest */ GetConnectorClusterNamespaces(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterNamespacesRequest /* * GetConnectorClusterNamespacesExecute executes the request * @return ConnectorNamespaceList */ GetConnectorClusterNamespacesExecute(r ApiGetConnectorClusterNamespacesRequest) (ConnectorNamespaceList, *_nethttp.Response, error) /* * ListConnectorClusters Returns a list of connector clusters * Returns a list of connector clusters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListConnectorClustersRequest */ ListConnectorClusters(ctx _context.Context) ApiListConnectorClustersRequest /* * ListConnectorClustersExecute executes the request * @return ConnectorClusterList */ ListConnectorClustersExecute(r ApiListConnectorClustersRequest) (ConnectorClusterList, *_nethttp.Response, error) /* * UpdateConnectorClusterById udpate a connector cluster * udpate a connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiUpdateConnectorClusterByIdRequest */ UpdateConnectorClusterById(ctx _context.Context, connectorClusterId string) ApiUpdateConnectorClusterByIdRequest /* * UpdateConnectorClusterByIdExecute executes the request */ UpdateConnectorClusterByIdExecute(r ApiUpdateConnectorClusterByIdRequest) (*_nethttp.Response, error) }
type ConnectorClustersApiService ¶
type ConnectorClustersApiService service
ConnectorClustersApiService ConnectorClustersApi service
func (*ConnectorClustersApiService) CreateConnectorCluster ¶
func (a *ConnectorClustersApiService) CreateConnectorCluster(ctx _context.Context) ApiCreateConnectorClusterRequest
* CreateConnectorCluster Create a new connector cluster * Create a new connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateConnectorClusterRequest
func (*ConnectorClustersApiService) CreateConnectorClusterExecute ¶
func (a *ConnectorClustersApiService) CreateConnectorClusterExecute(r ApiCreateConnectorClusterRequest) (ConnectorCluster, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorCluster
func (*ConnectorClustersApiService) DeleteConnectorCluster ¶
func (a *ConnectorClustersApiService) DeleteConnectorCluster(ctx _context.Context, connectorClusterId string) ApiDeleteConnectorClusterRequest
* DeleteConnectorCluster Delete a connector cluster * Delete a connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiDeleteConnectorClusterRequest
func (*ConnectorClustersApiService) DeleteConnectorClusterExecute ¶
func (a *ConnectorClustersApiService) DeleteConnectorClusterExecute(r ApiDeleteConnectorClusterRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*ConnectorClustersApiService) GetConnectorCluster ¶
func (a *ConnectorClustersApiService) GetConnectorCluster(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterRequest
* GetConnectorCluster Get a connector cluster * Get a connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiGetConnectorClusterRequest
func (*ConnectorClustersApiService) GetConnectorClusterAddonParameters ¶
func (a *ConnectorClustersApiService) GetConnectorClusterAddonParameters(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterAddonParametersRequest
* GetConnectorClusterAddonParameters Get a connector cluster's addon parameters * Get a connector cluster's addon parameters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiGetConnectorClusterAddonParametersRequest
func (*ConnectorClustersApiService) GetConnectorClusterAddonParametersExecute ¶
func (a *ConnectorClustersApiService) GetConnectorClusterAddonParametersExecute(r ApiGetConnectorClusterAddonParametersRequest) ([]AddonParameter, *_nethttp.Response, error)
* Execute executes the request * @return []AddonParameter
func (*ConnectorClustersApiService) GetConnectorClusterExecute ¶
func (a *ConnectorClustersApiService) GetConnectorClusterExecute(r ApiGetConnectorClusterRequest) (ConnectorCluster, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorCluster
func (*ConnectorClustersApiService) GetConnectorClusterNamespaces ¶ added in v0.5.0
func (a *ConnectorClustersApiService) GetConnectorClusterNamespaces(ctx _context.Context, connectorClusterId string) ApiGetConnectorClusterNamespacesRequest
* GetConnectorClusterNamespaces Get a connector cluster's namespaces * Get a connector cluster's namespaces * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiGetConnectorClusterNamespacesRequest
func (*ConnectorClustersApiService) GetConnectorClusterNamespacesExecute ¶ added in v0.5.0
func (a *ConnectorClustersApiService) GetConnectorClusterNamespacesExecute(r ApiGetConnectorClusterNamespacesRequest) (ConnectorNamespaceList, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorNamespaceList
func (*ConnectorClustersApiService) ListConnectorClusters ¶
func (a *ConnectorClustersApiService) ListConnectorClusters(ctx _context.Context) ApiListConnectorClustersRequest
* ListConnectorClusters Returns a list of connector clusters * Returns a list of connector clusters * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListConnectorClustersRequest
func (*ConnectorClustersApiService) ListConnectorClustersExecute ¶
func (a *ConnectorClustersApiService) ListConnectorClustersExecute(r ApiListConnectorClustersRequest) (ConnectorClusterList, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorClusterList
func (*ConnectorClustersApiService) UpdateConnectorClusterById ¶
func (a *ConnectorClustersApiService) UpdateConnectorClusterById(ctx _context.Context, connectorClusterId string) ApiUpdateConnectorClusterByIdRequest
* UpdateConnectorClusterById udpate a connector cluster * udpate a connector cluster * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorClusterId The id of the connector cluster * @return ApiUpdateConnectorClusterByIdRequest
func (*ConnectorClustersApiService) UpdateConnectorClusterByIdExecute ¶
func (a *ConnectorClustersApiService) UpdateConnectorClusterByIdExecute(r ApiUpdateConnectorClusterByIdRequest) (*_nethttp.Response, error)
* Execute executes the request
type ConnectorConfiguration ¶ added in v0.3.0
type ConnectorConfiguration struct { Kafka KafkaConnectionSettings `json:"kafka"` ServiceAccount ServiceAccount `json:"service_account"` SchemaRegistry *SchemaRegistryConnectionSettings `json:"schema_registry,omitempty"` Connector map[string]interface{} `json:"connector"` }
ConnectorConfiguration struct for ConnectorConfiguration
func NewConnectorConfiguration ¶ added in v0.3.0
func NewConnectorConfiguration(kafka KafkaConnectionSettings, serviceAccount ServiceAccount, connector map[string]interface{}) *ConnectorConfiguration
NewConnectorConfiguration instantiates a new ConnectorConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorConfigurationWithDefaults ¶ added in v0.3.0
func NewConnectorConfigurationWithDefaults() *ConnectorConfiguration
NewConnectorConfigurationWithDefaults instantiates a new ConnectorConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorConfiguration) GetConnector ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetConnector() map[string]interface{}
GetConnector returns the Connector field value
func (*ConnectorConfiguration) GetConnectorOk ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetConnectorOk() (*map[string]interface{}, bool)
GetConnectorOk returns a tuple with the Connector field value and a boolean to check if the value has been set.
func (*ConnectorConfiguration) GetKafka ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetKafka() KafkaConnectionSettings
GetKafka returns the Kafka field value
func (*ConnectorConfiguration) GetKafkaOk ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetKafkaOk() (*KafkaConnectionSettings, bool)
GetKafkaOk returns a tuple with the Kafka field value and a boolean to check if the value has been set.
func (*ConnectorConfiguration) GetSchemaRegistry ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetSchemaRegistry() SchemaRegistryConnectionSettings
GetSchemaRegistry returns the SchemaRegistry field value if set, zero value otherwise.
func (*ConnectorConfiguration) GetSchemaRegistryOk ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetSchemaRegistryOk() (*SchemaRegistryConnectionSettings, bool)
GetSchemaRegistryOk returns a tuple with the SchemaRegistry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorConfiguration) GetServiceAccount ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetServiceAccount() ServiceAccount
GetServiceAccount returns the ServiceAccount field value
func (*ConnectorConfiguration) GetServiceAccountOk ¶ added in v0.3.0
func (o *ConnectorConfiguration) GetServiceAccountOk() (*ServiceAccount, bool)
GetServiceAccountOk returns a tuple with the ServiceAccount field value and a boolean to check if the value has been set.
func (*ConnectorConfiguration) HasSchemaRegistry ¶ added in v0.3.0
func (o *ConnectorConfiguration) HasSchemaRegistry() bool
HasSchemaRegistry returns a boolean if a field has been set.
func (ConnectorConfiguration) MarshalJSON ¶ added in v0.3.0
func (o ConnectorConfiguration) MarshalJSON() ([]byte, error)
func (*ConnectorConfiguration) SetConnector ¶ added in v0.3.0
func (o *ConnectorConfiguration) SetConnector(v map[string]interface{})
SetConnector sets field value
func (*ConnectorConfiguration) SetKafka ¶ added in v0.3.0
func (o *ConnectorConfiguration) SetKafka(v KafkaConnectionSettings)
SetKafka sets field value
func (*ConnectorConfiguration) SetSchemaRegistry ¶ added in v0.3.0
func (o *ConnectorConfiguration) SetSchemaRegistry(v SchemaRegistryConnectionSettings)
SetSchemaRegistry gets a reference to the given SchemaRegistryConnectionSettings and assigns it to the SchemaRegistry field.
func (*ConnectorConfiguration) SetServiceAccount ¶ added in v0.3.0
func (o *ConnectorConfiguration) SetServiceAccount(v ServiceAccount)
SetServiceAccount sets field value
type ConnectorDesiredState ¶ added in v0.3.0
type ConnectorDesiredState string
ConnectorDesiredState the model 'ConnectorDesiredState'
const ( CONNECTORDESIREDSTATE_UNASSIGNED ConnectorDesiredState = "unassigned" CONNECTORDESIREDSTATE_READY ConnectorDesiredState = "ready" CONNECTORDESIREDSTATE_STOPPED ConnectorDesiredState = "stopped" CONNECTORDESIREDSTATE_DELETED ConnectorDesiredState = "deleted" )
List of ConnectorDesiredState
func NewConnectorDesiredStateFromValue ¶ added in v0.3.0
func NewConnectorDesiredStateFromValue(v string) (*ConnectorDesiredState, error)
NewConnectorDesiredStateFromValue returns a pointer to a valid ConnectorDesiredState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ConnectorDesiredState) IsValid ¶ added in v0.3.0
func (v ConnectorDesiredState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ConnectorDesiredState) Ptr ¶ added in v0.3.0
func (v ConnectorDesiredState) Ptr() *ConnectorDesiredState
Ptr returns reference to ConnectorDesiredState value
func (*ConnectorDesiredState) UnmarshalJSON ¶ added in v0.3.0
func (v *ConnectorDesiredState) UnmarshalJSON(src []byte) error
type ConnectorList ¶
type ConnectorList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Connector `json:"items"` }
ConnectorList struct for ConnectorList
func NewConnectorList ¶
func NewConnectorList(kind string, page int32, size int32, total int32, items []Connector) *ConnectorList
NewConnectorList instantiates a new ConnectorList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorListWithDefaults ¶
func NewConnectorListWithDefaults() *ConnectorList
NewConnectorListWithDefaults instantiates a new ConnectorList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorList) GetItems ¶
func (o *ConnectorList) GetItems() []Connector
GetItems returns the Items field value
func (*ConnectorList) GetItemsOk ¶
func (o *ConnectorList) GetItemsOk() (*[]Connector, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConnectorList) GetKind ¶
func (o *ConnectorList) GetKind() string
GetKind returns the Kind field value
func (*ConnectorList) GetKindOk ¶
func (o *ConnectorList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorList) GetPage ¶
func (o *ConnectorList) GetPage() int32
GetPage returns the Page field value
func (*ConnectorList) GetPageOk ¶
func (o *ConnectorList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConnectorList) GetSize ¶
func (o *ConnectorList) GetSize() int32
GetSize returns the Size field value
func (*ConnectorList) GetSizeOk ¶
func (o *ConnectorList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConnectorList) GetTotal ¶
func (o *ConnectorList) GetTotal() int32
GetTotal returns the Total field value
func (*ConnectorList) GetTotalOk ¶
func (o *ConnectorList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConnectorList) MarshalJSON ¶
func (o ConnectorList) MarshalJSON() ([]byte, error)
func (*ConnectorList) SetItems ¶
func (o *ConnectorList) SetItems(v []Connector)
SetItems sets field value
func (*ConnectorList) SetTotal ¶
func (o *ConnectorList) SetTotal(v int32)
SetTotal sets field value
type ConnectorListAllOf ¶
type ConnectorListAllOf struct {
Items *[]Connector `json:"items,omitempty"`
}
ConnectorListAllOf struct for ConnectorListAllOf
func NewConnectorListAllOf ¶
func NewConnectorListAllOf() *ConnectorListAllOf
NewConnectorListAllOf instantiates a new ConnectorListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorListAllOfWithDefaults ¶
func NewConnectorListAllOfWithDefaults() *ConnectorListAllOf
NewConnectorListAllOfWithDefaults instantiates a new ConnectorListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorListAllOf) GetItems ¶
func (o *ConnectorListAllOf) GetItems() []Connector
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorListAllOf) GetItemsOk ¶
func (o *ConnectorListAllOf) GetItemsOk() (*[]Connector, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorListAllOf) HasItems ¶
func (o *ConnectorListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorListAllOf) MarshalJSON ¶
func (o ConnectorListAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorListAllOf) SetItems ¶
func (o *ConnectorListAllOf) SetItems(v []Connector)
SetItems gets a reference to the given []Connector and assigns it to the Items field.
type ConnectorMeta ¶ added in v0.3.0
type ConnectorMeta struct { Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` Name string `json:"name"` ConnectorTypeId string `json:"connector_type_id"` NamespaceId string `json:"namespace_id"` Channel *Channel `json:"channel,omitempty"` DesiredState ConnectorDesiredState `json:"desired_state"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` ResourceVersion *int64 `json:"resource_version,omitempty"` }
ConnectorMeta struct for ConnectorMeta
func NewConnectorMeta ¶ added in v0.3.0
func NewConnectorMeta(name string, connectorTypeId string, namespaceId string, desiredState ConnectorDesiredState) *ConnectorMeta
NewConnectorMeta instantiates a new ConnectorMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorMetaWithDefaults ¶ added in v0.3.0
func NewConnectorMetaWithDefaults() *ConnectorMeta
NewConnectorMetaWithDefaults instantiates a new ConnectorMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorMeta) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorMeta) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorMeta) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorMeta) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMeta) GetChannel ¶ added in v0.3.0
func (o *ConnectorMeta) GetChannel() Channel
GetChannel returns the Channel field value if set, zero value otherwise.
func (*ConnectorMeta) GetChannelOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetChannelOk() (*Channel, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMeta) GetConnectorTypeId ¶ added in v0.3.0
func (o *ConnectorMeta) GetConnectorTypeId() string
GetConnectorTypeId returns the ConnectorTypeId field value
func (*ConnectorMeta) GetConnectorTypeIdOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetConnectorTypeIdOk() (*string, bool)
GetConnectorTypeIdOk returns a tuple with the ConnectorTypeId field value and a boolean to check if the value has been set.
func (*ConnectorMeta) GetCreatedAt ¶ added in v0.3.0
func (o *ConnectorMeta) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConnectorMeta) GetCreatedAtOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMeta) GetDesiredState ¶ added in v0.3.0
func (o *ConnectorMeta) GetDesiredState() ConnectorDesiredState
GetDesiredState returns the DesiredState field value
func (*ConnectorMeta) GetDesiredStateOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetDesiredStateOk() (*ConnectorDesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value and a boolean to check if the value has been set.
func (*ConnectorMeta) GetModifiedAt ¶ added in v0.3.0
func (o *ConnectorMeta) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*ConnectorMeta) GetModifiedAtOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMeta) GetName ¶ added in v0.3.0
func (o *ConnectorMeta) GetName() string
GetName returns the Name field value
func (*ConnectorMeta) GetNameOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorMeta) GetNamespaceId ¶ added in v0.5.0
func (o *ConnectorMeta) GetNamespaceId() string
GetNamespaceId returns the NamespaceId field value
func (*ConnectorMeta) GetNamespaceIdOk ¶ added in v0.5.0
func (o *ConnectorMeta) GetNamespaceIdOk() (*string, bool)
GetNamespaceIdOk returns a tuple with the NamespaceId field value and a boolean to check if the value has been set.
func (*ConnectorMeta) GetOwner ¶ added in v0.3.0
func (o *ConnectorMeta) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ConnectorMeta) GetOwnerOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMeta) GetResourceVersion ¶ added in v0.3.0
func (o *ConnectorMeta) GetResourceVersion() int64
GetResourceVersion returns the ResourceVersion field value if set, zero value otherwise.
func (*ConnectorMeta) GetResourceVersionOk ¶ added in v0.3.0
func (o *ConnectorMeta) GetResourceVersionOk() (*int64, bool)
GetResourceVersionOk returns a tuple with the ResourceVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMeta) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorMeta) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorMeta) HasChannel ¶ added in v0.3.0
func (o *ConnectorMeta) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*ConnectorMeta) HasCreatedAt ¶ added in v0.3.0
func (o *ConnectorMeta) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConnectorMeta) HasModifiedAt ¶ added in v0.3.0
func (o *ConnectorMeta) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (*ConnectorMeta) HasOwner ¶ added in v0.3.0
func (o *ConnectorMeta) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ConnectorMeta) HasResourceVersion ¶ added in v0.3.0
func (o *ConnectorMeta) HasResourceVersion() bool
HasResourceVersion returns a boolean if a field has been set.
func (ConnectorMeta) MarshalJSON ¶ added in v0.3.0
func (o ConnectorMeta) MarshalJSON() ([]byte, error)
func (*ConnectorMeta) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorMeta) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorMeta) SetChannel ¶ added in v0.3.0
func (o *ConnectorMeta) SetChannel(v Channel)
SetChannel gets a reference to the given Channel and assigns it to the Channel field.
func (*ConnectorMeta) SetConnectorTypeId ¶ added in v0.3.0
func (o *ConnectorMeta) SetConnectorTypeId(v string)
SetConnectorTypeId sets field value
func (*ConnectorMeta) SetCreatedAt ¶ added in v0.3.0
func (o *ConnectorMeta) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConnectorMeta) SetDesiredState ¶ added in v0.3.0
func (o *ConnectorMeta) SetDesiredState(v ConnectorDesiredState)
SetDesiredState sets field value
func (*ConnectorMeta) SetModifiedAt ¶ added in v0.3.0
func (o *ConnectorMeta) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*ConnectorMeta) SetName ¶ added in v0.3.0
func (o *ConnectorMeta) SetName(v string)
SetName sets field value
func (*ConnectorMeta) SetNamespaceId ¶ added in v0.5.0
func (o *ConnectorMeta) SetNamespaceId(v string)
SetNamespaceId sets field value
func (*ConnectorMeta) SetOwner ¶ added in v0.3.0
func (o *ConnectorMeta) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*ConnectorMeta) SetResourceVersion ¶ added in v0.3.0
func (o *ConnectorMeta) SetResourceVersion(v int64)
SetResourceVersion gets a reference to the given int64 and assigns it to the ResourceVersion field.
type ConnectorMetaAllOf ¶ added in v0.3.0
type ConnectorMetaAllOf struct {
ResourceVersion *int64 `json:"resource_version,omitempty"`
}
ConnectorMetaAllOf struct for ConnectorMetaAllOf
func NewConnectorMetaAllOf ¶ added in v0.3.0
func NewConnectorMetaAllOf() *ConnectorMetaAllOf
NewConnectorMetaAllOf instantiates a new ConnectorMetaAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorMetaAllOfWithDefaults ¶ added in v0.3.0
func NewConnectorMetaAllOfWithDefaults() *ConnectorMetaAllOf
NewConnectorMetaAllOfWithDefaults instantiates a new ConnectorMetaAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorMetaAllOf) GetResourceVersion ¶ added in v0.3.0
func (o *ConnectorMetaAllOf) GetResourceVersion() int64
GetResourceVersion returns the ResourceVersion field value if set, zero value otherwise.
func (*ConnectorMetaAllOf) GetResourceVersionOk ¶ added in v0.3.0
func (o *ConnectorMetaAllOf) GetResourceVersionOk() (*int64, bool)
GetResourceVersionOk returns a tuple with the ResourceVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorMetaAllOf) HasResourceVersion ¶ added in v0.3.0
func (o *ConnectorMetaAllOf) HasResourceVersion() bool
HasResourceVersion returns a boolean if a field has been set.
func (ConnectorMetaAllOf) MarshalJSON ¶ added in v0.3.0
func (o ConnectorMetaAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorMetaAllOf) SetResourceVersion ¶ added in v0.3.0
func (o *ConnectorMetaAllOf) SetResourceVersion(v int64)
SetResourceVersion gets a reference to the given int64 and assigns it to the ResourceVersion field.
type ConnectorNamespace ¶ added in v0.5.0
type ConnectorNamespace struct { Id string `json:"id"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` Name string `json:"name"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` ResourceVersion int64 `json:"resource_version"` Quota *ConnectorNamespaceQuota `json:"quota,omitempty"` ClusterId string `json:"cluster_id"` // Namespace expiration timestamp in RFC 3339 format Expiration *string `json:"expiration,omitempty"` Tenant ConnectorNamespaceTenant `json:"tenant"` Status ConnectorNamespaceStatus `json:"status"` }
ConnectorNamespace A connector namespace
func NewConnectorNamespace ¶ added in v0.5.0
func NewConnectorNamespace(id string, name string, resourceVersion int64, clusterId string, tenant ConnectorNamespaceTenant, status ConnectorNamespaceStatus) *ConnectorNamespace
NewConnectorNamespace instantiates a new ConnectorNamespace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceWithDefaults() *ConnectorNamespace
NewConnectorNamespaceWithDefaults instantiates a new ConnectorNamespace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespace) GetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespace) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorNamespace) GetAnnotationsOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespace) GetClusterId() string
GetClusterId returns the ClusterId field value
func (*ConnectorNamespace) GetClusterIdOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetCreatedAt ¶ added in v0.5.0
func (o *ConnectorNamespace) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConnectorNamespace) GetCreatedAtOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetExpiration ¶ added in v0.5.0
func (o *ConnectorNamespace) GetExpiration() string
GetExpiration returns the Expiration field value if set, zero value otherwise.
func (*ConnectorNamespace) GetExpirationOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetExpirationOk() (*string, bool)
GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetHref ¶ added in v0.5.0
func (o *ConnectorNamespace) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ConnectorNamespace) GetHrefOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetId ¶ added in v0.5.0
func (o *ConnectorNamespace) GetId() string
GetId returns the Id field value
func (*ConnectorNamespace) GetIdOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetKind ¶ added in v0.5.0
func (o *ConnectorNamespace) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ConnectorNamespace) GetKindOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetModifiedAt ¶ added in v0.5.0
func (o *ConnectorNamespace) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*ConnectorNamespace) GetModifiedAtOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetName ¶ added in v0.5.0
func (o *ConnectorNamespace) GetName() string
GetName returns the Name field value
func (*ConnectorNamespace) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetOwner ¶ added in v0.5.0
func (o *ConnectorNamespace) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ConnectorNamespace) GetOwnerOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetQuota ¶ added in v0.5.0
func (o *ConnectorNamespace) GetQuota() ConnectorNamespaceQuota
GetQuota returns the Quota field value if set, zero value otherwise.
func (*ConnectorNamespace) GetQuotaOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetQuotaOk() (*ConnectorNamespaceQuota, bool)
GetQuotaOk returns a tuple with the Quota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespace) GetResourceVersion() int64
GetResourceVersion returns the ResourceVersion field value
func (*ConnectorNamespace) GetResourceVersionOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetResourceVersionOk() (*int64, bool)
GetResourceVersionOk returns a tuple with the ResourceVersion field value and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetStatus ¶ added in v0.5.0
func (o *ConnectorNamespace) GetStatus() ConnectorNamespaceStatus
GetStatus returns the Status field value
func (*ConnectorNamespace) GetStatusOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetStatusOk() (*ConnectorNamespaceStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ConnectorNamespace) GetTenant ¶ added in v0.5.0
func (o *ConnectorNamespace) GetTenant() ConnectorNamespaceTenant
GetTenant returns the Tenant field value
func (*ConnectorNamespace) GetTenantOk ¶ added in v0.5.0
func (o *ConnectorNamespace) GetTenantOk() (*ConnectorNamespaceTenant, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*ConnectorNamespace) HasAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespace) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorNamespace) HasCreatedAt ¶ added in v0.5.0
func (o *ConnectorNamespace) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConnectorNamespace) HasExpiration ¶ added in v0.5.0
func (o *ConnectorNamespace) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (*ConnectorNamespace) HasHref ¶ added in v0.5.0
func (o *ConnectorNamespace) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ConnectorNamespace) HasKind ¶ added in v0.5.0
func (o *ConnectorNamespace) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ConnectorNamespace) HasModifiedAt ¶ added in v0.5.0
func (o *ConnectorNamespace) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (*ConnectorNamespace) HasOwner ¶ added in v0.5.0
func (o *ConnectorNamespace) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ConnectorNamespace) HasQuota ¶ added in v0.5.0
func (o *ConnectorNamespace) HasQuota() bool
HasQuota returns a boolean if a field has been set.
func (ConnectorNamespace) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespace) MarshalJSON() ([]byte, error)
func (*ConnectorNamespace) SetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespace) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorNamespace) SetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespace) SetClusterId(v string)
SetClusterId sets field value
func (*ConnectorNamespace) SetCreatedAt ¶ added in v0.5.0
func (o *ConnectorNamespace) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConnectorNamespace) SetExpiration ¶ added in v0.5.0
func (o *ConnectorNamespace) SetExpiration(v string)
SetExpiration gets a reference to the given string and assigns it to the Expiration field.
func (*ConnectorNamespace) SetHref ¶ added in v0.5.0
func (o *ConnectorNamespace) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ConnectorNamespace) SetId ¶ added in v0.5.0
func (o *ConnectorNamespace) SetId(v string)
SetId sets field value
func (*ConnectorNamespace) SetKind ¶ added in v0.5.0
func (o *ConnectorNamespace) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ConnectorNamespace) SetModifiedAt ¶ added in v0.5.0
func (o *ConnectorNamespace) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*ConnectorNamespace) SetName ¶ added in v0.5.0
func (o *ConnectorNamespace) SetName(v string)
SetName sets field value
func (*ConnectorNamespace) SetOwner ¶ added in v0.5.0
func (o *ConnectorNamespace) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*ConnectorNamespace) SetQuota ¶ added in v0.5.0
func (o *ConnectorNamespace) SetQuota(v ConnectorNamespaceQuota)
SetQuota gets a reference to the given ConnectorNamespaceQuota and assigns it to the Quota field.
func (*ConnectorNamespace) SetResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespace) SetResourceVersion(v int64)
SetResourceVersion sets field value
func (*ConnectorNamespace) SetStatus ¶ added in v0.5.0
func (o *ConnectorNamespace) SetStatus(v ConnectorNamespaceStatus)
SetStatus sets field value
func (*ConnectorNamespace) SetTenant ¶ added in v0.5.0
func (o *ConnectorNamespace) SetTenant(v ConnectorNamespaceTenant)
SetTenant sets field value
type ConnectorNamespaceAllOf ¶ added in v0.5.0
type ConnectorNamespaceAllOf struct { Name string `json:"name"` ClusterId string `json:"cluster_id"` // Namespace expiration timestamp in RFC 3339 format Expiration *string `json:"expiration,omitempty"` Tenant ConnectorNamespaceTenant `json:"tenant"` Status ConnectorNamespaceStatus `json:"status"` }
ConnectorNamespaceAllOf struct for ConnectorNamespaceAllOf
func NewConnectorNamespaceAllOf ¶ added in v0.5.0
func NewConnectorNamespaceAllOf(name string, clusterId string, tenant ConnectorNamespaceTenant, status ConnectorNamespaceStatus) *ConnectorNamespaceAllOf
NewConnectorNamespaceAllOf instantiates a new ConnectorNamespaceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceAllOfWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceAllOfWithDefaults() *ConnectorNamespaceAllOf
NewConnectorNamespaceAllOfWithDefaults instantiates a new ConnectorNamespaceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceAllOf) GetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetClusterId() string
GetClusterId returns the ClusterId field value
func (*ConnectorNamespaceAllOf) GetClusterIdOk ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceAllOf) GetExpiration ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetExpiration() string
GetExpiration returns the Expiration field value if set, zero value otherwise.
func (*ConnectorNamespaceAllOf) GetExpirationOk ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetExpirationOk() (*string, bool)
GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceAllOf) GetName ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetName() string
GetName returns the Name field value
func (*ConnectorNamespaceAllOf) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceAllOf) GetStatus ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetStatus() ConnectorNamespaceStatus
GetStatus returns the Status field value
func (*ConnectorNamespaceAllOf) GetStatusOk ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetStatusOk() (*ConnectorNamespaceStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceAllOf) GetTenant ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetTenant() ConnectorNamespaceTenant
GetTenant returns the Tenant field value
func (*ConnectorNamespaceAllOf) GetTenantOk ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) GetTenantOk() (*ConnectorNamespaceTenant, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceAllOf) HasExpiration ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (ConnectorNamespaceAllOf) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceAllOf) SetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) SetClusterId(v string)
SetClusterId sets field value
func (*ConnectorNamespaceAllOf) SetExpiration ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) SetExpiration(v string)
SetExpiration gets a reference to the given string and assigns it to the Expiration field.
func (*ConnectorNamespaceAllOf) SetName ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) SetName(v string)
SetName sets field value
func (*ConnectorNamespaceAllOf) SetStatus ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) SetStatus(v ConnectorNamespaceStatus)
SetStatus sets field value
func (*ConnectorNamespaceAllOf) SetTenant ¶ added in v0.5.0
func (o *ConnectorNamespaceAllOf) SetTenant(v ConnectorNamespaceTenant)
SetTenant sets field value
type ConnectorNamespaceEvalRequest ¶ added in v0.5.0
type ConnectorNamespaceEvalRequest struct { // Namespace name must match pattern `^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$`, or it may be empty to be auto-generated. Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorNamespaceEvalRequest An evaluation connector namespace create request
func NewConnectorNamespaceEvalRequest ¶ added in v0.5.0
func NewConnectorNamespaceEvalRequest() *ConnectorNamespaceEvalRequest
NewConnectorNamespaceEvalRequest instantiates a new ConnectorNamespaceEvalRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceEvalRequestWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceEvalRequestWithDefaults() *ConnectorNamespaceEvalRequest
NewConnectorNamespaceEvalRequestWithDefaults instantiates a new ConnectorNamespaceEvalRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceEvalRequest) GetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorNamespaceEvalRequest) GetAnnotationsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceEvalRequest) GetName ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorNamespaceEvalRequest) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceEvalRequest) HasAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorNamespaceEvalRequest) HasName ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (ConnectorNamespaceEvalRequest) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceEvalRequest) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceEvalRequest) SetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorNamespaceEvalRequest) SetName ¶ added in v0.5.0
func (o *ConnectorNamespaceEvalRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ConnectorNamespaceList ¶ added in v0.5.0
type ConnectorNamespaceList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ConnectorNamespace `json:"items"` }
ConnectorNamespaceList struct for ConnectorNamespaceList
func NewConnectorNamespaceList ¶ added in v0.5.0
func NewConnectorNamespaceList(kind string, page int32, size int32, total int32, items []ConnectorNamespace) *ConnectorNamespaceList
NewConnectorNamespaceList instantiates a new ConnectorNamespaceList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceListWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceListWithDefaults() *ConnectorNamespaceList
NewConnectorNamespaceListWithDefaults instantiates a new ConnectorNamespaceList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceList) GetItems ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetItems() []ConnectorNamespace
GetItems returns the Items field value
func (*ConnectorNamespaceList) GetItemsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetItemsOk() (*[]ConnectorNamespace, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceList) GetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetKind() string
GetKind returns the Kind field value
func (*ConnectorNamespaceList) GetKindOk ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceList) GetPage ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetPage() int32
GetPage returns the Page field value
func (*ConnectorNamespaceList) GetPageOk ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceList) GetSize ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetSize() int32
GetSize returns the Size field value
func (*ConnectorNamespaceList) GetSizeOk ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceList) GetTotal ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetTotal() int32
GetTotal returns the Total field value
func (*ConnectorNamespaceList) GetTotalOk ¶ added in v0.5.0
func (o *ConnectorNamespaceList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConnectorNamespaceList) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceList) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceList) SetItems ¶ added in v0.5.0
func (o *ConnectorNamespaceList) SetItems(v []ConnectorNamespace)
SetItems sets field value
func (*ConnectorNamespaceList) SetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceList) SetKind(v string)
SetKind sets field value
func (*ConnectorNamespaceList) SetPage ¶ added in v0.5.0
func (o *ConnectorNamespaceList) SetPage(v int32)
SetPage sets field value
func (*ConnectorNamespaceList) SetSize ¶ added in v0.5.0
func (o *ConnectorNamespaceList) SetSize(v int32)
SetSize sets field value
func (*ConnectorNamespaceList) SetTotal ¶ added in v0.5.0
func (o *ConnectorNamespaceList) SetTotal(v int32)
SetTotal sets field value
type ConnectorNamespaceListAllOf ¶ added in v0.5.0
type ConnectorNamespaceListAllOf struct {
Items *[]ConnectorNamespace `json:"items,omitempty"`
}
ConnectorNamespaceListAllOf struct for ConnectorNamespaceListAllOf
func NewConnectorNamespaceListAllOf ¶ added in v0.5.0
func NewConnectorNamespaceListAllOf() *ConnectorNamespaceListAllOf
NewConnectorNamespaceListAllOf instantiates a new ConnectorNamespaceListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceListAllOfWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceListAllOfWithDefaults() *ConnectorNamespaceListAllOf
NewConnectorNamespaceListAllOfWithDefaults instantiates a new ConnectorNamespaceListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceListAllOf) GetItems ¶ added in v0.5.0
func (o *ConnectorNamespaceListAllOf) GetItems() []ConnectorNamespace
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorNamespaceListAllOf) GetItemsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceListAllOf) GetItemsOk() (*[]ConnectorNamespace, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceListAllOf) HasItems ¶ added in v0.5.0
func (o *ConnectorNamespaceListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorNamespaceListAllOf) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceListAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceListAllOf) SetItems ¶ added in v0.5.0
func (o *ConnectorNamespaceListAllOf) SetItems(v []ConnectorNamespace)
SetItems gets a reference to the given []ConnectorNamespace and assigns it to the Items field.
type ConnectorNamespaceMeta ¶ added in v0.5.0
type ConnectorNamespaceMeta struct { Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` // Namespace name must match pattern `^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$`, or it may be empty to be auto-generated. Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` ResourceVersion *int64 `json:"resource_version,omitempty"` Quota *ConnectorNamespaceQuota `json:"quota,omitempty"` }
ConnectorNamespaceMeta struct for ConnectorNamespaceMeta
func NewConnectorNamespaceMeta ¶ added in v0.5.0
func NewConnectorNamespaceMeta() *ConnectorNamespaceMeta
NewConnectorNamespaceMeta instantiates a new ConnectorNamespaceMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceMetaWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceMetaWithDefaults() *ConnectorNamespaceMeta
NewConnectorNamespaceMetaWithDefaults instantiates a new ConnectorNamespaceMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceMeta) GetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetAnnotationsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) GetCreatedAt ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetCreatedAtOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) GetModifiedAt ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetModifiedAtOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) GetName ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) GetOwner ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetOwnerOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) GetQuota ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetQuota() ConnectorNamespaceQuota
GetQuota returns the Quota field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetQuotaOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetQuotaOk() (*ConnectorNamespaceQuota, bool)
GetQuotaOk returns a tuple with the Quota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) GetResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetResourceVersion() int64
GetResourceVersion returns the ResourceVersion field value if set, zero value otherwise.
func (*ConnectorNamespaceMeta) GetResourceVersionOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) GetResourceVersionOk() (*int64, bool)
GetResourceVersionOk returns a tuple with the ResourceVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMeta) HasAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorNamespaceMeta) HasCreatedAt ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConnectorNamespaceMeta) HasModifiedAt ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (*ConnectorNamespaceMeta) HasName ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConnectorNamespaceMeta) HasOwner ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ConnectorNamespaceMeta) HasQuota ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasQuota() bool
HasQuota returns a boolean if a field has been set.
func (*ConnectorNamespaceMeta) HasResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) HasResourceVersion() bool
HasResourceVersion returns a boolean if a field has been set.
func (ConnectorNamespaceMeta) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceMeta) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceMeta) SetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorNamespaceMeta) SetCreatedAt ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConnectorNamespaceMeta) SetModifiedAt ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*ConnectorNamespaceMeta) SetName ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConnectorNamespaceMeta) SetOwner ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
func (*ConnectorNamespaceMeta) SetQuota ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetQuota(v ConnectorNamespaceQuota)
SetQuota gets a reference to the given ConnectorNamespaceQuota and assigns it to the Quota field.
func (*ConnectorNamespaceMeta) SetResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceMeta) SetResourceVersion(v int64)
SetResourceVersion gets a reference to the given int64 and assigns it to the ResourceVersion field.
type ConnectorNamespaceMetaAllOf ¶ added in v0.5.0
type ConnectorNamespaceMetaAllOf struct { ResourceVersion *int64 `json:"resource_version,omitempty"` Quota *ConnectorNamespaceQuota `json:"quota,omitempty"` }
ConnectorNamespaceMetaAllOf struct for ConnectorNamespaceMetaAllOf
func NewConnectorNamespaceMetaAllOf ¶ added in v0.5.0
func NewConnectorNamespaceMetaAllOf() *ConnectorNamespaceMetaAllOf
NewConnectorNamespaceMetaAllOf instantiates a new ConnectorNamespaceMetaAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceMetaAllOfWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceMetaAllOfWithDefaults() *ConnectorNamespaceMetaAllOf
NewConnectorNamespaceMetaAllOfWithDefaults instantiates a new ConnectorNamespaceMetaAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceMetaAllOf) GetQuota ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) GetQuota() ConnectorNamespaceQuota
GetQuota returns the Quota field value if set, zero value otherwise.
func (*ConnectorNamespaceMetaAllOf) GetQuotaOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) GetQuotaOk() (*ConnectorNamespaceQuota, bool)
GetQuotaOk returns a tuple with the Quota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMetaAllOf) GetResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) GetResourceVersion() int64
GetResourceVersion returns the ResourceVersion field value if set, zero value otherwise.
func (*ConnectorNamespaceMetaAllOf) GetResourceVersionOk ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) GetResourceVersionOk() (*int64, bool)
GetResourceVersionOk returns a tuple with the ResourceVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceMetaAllOf) HasQuota ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) HasQuota() bool
HasQuota returns a boolean if a field has been set.
func (*ConnectorNamespaceMetaAllOf) HasResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) HasResourceVersion() bool
HasResourceVersion returns a boolean if a field has been set.
func (ConnectorNamespaceMetaAllOf) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceMetaAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceMetaAllOf) SetQuota ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) SetQuota(v ConnectorNamespaceQuota)
SetQuota gets a reference to the given ConnectorNamespaceQuota and assigns it to the Quota field.
func (*ConnectorNamespaceMetaAllOf) SetResourceVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceMetaAllOf) SetResourceVersion(v int64)
SetResourceVersion gets a reference to the given int64 and assigns it to the ResourceVersion field.
type ConnectorNamespacePatchRequest ¶ added in v0.5.0
type ConnectorNamespacePatchRequest struct { // Namespace name must match pattern `^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$`, or it may be empty to be auto-generated. Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorNamespacePatchRequest A connector namespace patch request
func NewConnectorNamespacePatchRequest ¶ added in v0.5.0
func NewConnectorNamespacePatchRequest() *ConnectorNamespacePatchRequest
NewConnectorNamespacePatchRequest instantiates a new ConnectorNamespacePatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespacePatchRequestWithDefaults ¶ added in v0.5.0
func NewConnectorNamespacePatchRequestWithDefaults() *ConnectorNamespacePatchRequest
NewConnectorNamespacePatchRequestWithDefaults instantiates a new ConnectorNamespacePatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespacePatchRequest) GetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorNamespacePatchRequest) GetAnnotationsOk ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespacePatchRequest) GetName ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorNamespacePatchRequest) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespacePatchRequest) HasAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorNamespacePatchRequest) HasName ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (ConnectorNamespacePatchRequest) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespacePatchRequest) MarshalJSON() ([]byte, error)
func (*ConnectorNamespacePatchRequest) SetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorNamespacePatchRequest) SetName ¶ added in v0.5.0
func (o *ConnectorNamespacePatchRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ConnectorNamespaceQuota ¶ added in v0.5.0
type ConnectorNamespaceQuota struct { Connectors *int32 `json:"connectors,omitempty"` // Memory quota for limits or requests MemoryRequests *string `json:"memory_requests,omitempty"` // Memory quota for limits or requests MemoryLimits *string `json:"memory_limits,omitempty"` // CPU quota for limits or requests CpuRequests *string `json:"cpu_requests,omitempty"` // CPU quota for limits or requests CpuLimits *string `json:"cpu_limits,omitempty"` }
ConnectorNamespaceQuota struct for ConnectorNamespaceQuota
func NewConnectorNamespaceQuota ¶ added in v0.5.0
func NewConnectorNamespaceQuota() *ConnectorNamespaceQuota
NewConnectorNamespaceQuota instantiates a new ConnectorNamespaceQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceQuotaWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceQuotaWithDefaults() *ConnectorNamespaceQuota
NewConnectorNamespaceQuotaWithDefaults instantiates a new ConnectorNamespaceQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceQuota) GetConnectors ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetConnectors() int32
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*ConnectorNamespaceQuota) GetConnectorsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetConnectorsOk() (*int32, bool)
GetConnectorsOk returns a tuple with the Connectors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceQuota) GetCpuLimits ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetCpuLimits() string
GetCpuLimits returns the CpuLimits field value if set, zero value otherwise.
func (*ConnectorNamespaceQuota) GetCpuLimitsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetCpuLimitsOk() (*string, bool)
GetCpuLimitsOk returns a tuple with the CpuLimits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceQuota) GetCpuRequests ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetCpuRequests() string
GetCpuRequests returns the CpuRequests field value if set, zero value otherwise.
func (*ConnectorNamespaceQuota) GetCpuRequestsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetCpuRequestsOk() (*string, bool)
GetCpuRequestsOk returns a tuple with the CpuRequests field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceQuota) GetMemoryLimits ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetMemoryLimits() string
GetMemoryLimits returns the MemoryLimits field value if set, zero value otherwise.
func (*ConnectorNamespaceQuota) GetMemoryLimitsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetMemoryLimitsOk() (*string, bool)
GetMemoryLimitsOk returns a tuple with the MemoryLimits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceQuota) GetMemoryRequests ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetMemoryRequests() string
GetMemoryRequests returns the MemoryRequests field value if set, zero value otherwise.
func (*ConnectorNamespaceQuota) GetMemoryRequestsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) GetMemoryRequestsOk() (*string, bool)
GetMemoryRequestsOk returns a tuple with the MemoryRequests field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceQuota) HasConnectors ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) HasConnectors() bool
HasConnectors returns a boolean if a field has been set.
func (*ConnectorNamespaceQuota) HasCpuLimits ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) HasCpuLimits() bool
HasCpuLimits returns a boolean if a field has been set.
func (*ConnectorNamespaceQuota) HasCpuRequests ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) HasCpuRequests() bool
HasCpuRequests returns a boolean if a field has been set.
func (*ConnectorNamespaceQuota) HasMemoryLimits ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) HasMemoryLimits() bool
HasMemoryLimits returns a boolean if a field has been set.
func (*ConnectorNamespaceQuota) HasMemoryRequests ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) HasMemoryRequests() bool
HasMemoryRequests returns a boolean if a field has been set.
func (ConnectorNamespaceQuota) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceQuota) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceQuota) SetConnectors ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) SetConnectors(v int32)
SetConnectors gets a reference to the given int32 and assigns it to the Connectors field.
func (*ConnectorNamespaceQuota) SetCpuLimits ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) SetCpuLimits(v string)
SetCpuLimits gets a reference to the given string and assigns it to the CpuLimits field.
func (*ConnectorNamespaceQuota) SetCpuRequests ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) SetCpuRequests(v string)
SetCpuRequests gets a reference to the given string and assigns it to the CpuRequests field.
func (*ConnectorNamespaceQuota) SetMemoryLimits ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) SetMemoryLimits(v string)
SetMemoryLimits gets a reference to the given string and assigns it to the MemoryLimits field.
func (*ConnectorNamespaceQuota) SetMemoryRequests ¶ added in v0.5.0
func (o *ConnectorNamespaceQuota) SetMemoryRequests(v string)
SetMemoryRequests gets a reference to the given string and assigns it to the MemoryRequests field.
type ConnectorNamespaceRequest ¶ added in v0.5.0
type ConnectorNamespaceRequest struct { // Namespace name must match pattern `^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$`, or it may be empty to be auto-generated. Name string `json:"name"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` ClusterId string `json:"cluster_id"` Kind ConnectorNamespaceTenantKind `json:"kind"` }
ConnectorNamespaceRequest A connector namespace create request
func NewConnectorNamespaceRequest ¶ added in v0.5.0
func NewConnectorNamespaceRequest(name string, clusterId string, kind ConnectorNamespaceTenantKind) *ConnectorNamespaceRequest
NewConnectorNamespaceRequest instantiates a new ConnectorNamespaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceRequestWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceRequestWithDefaults() *ConnectorNamespaceRequest
NewConnectorNamespaceRequestWithDefaults instantiates a new ConnectorNamespaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceRequest) GetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorNamespaceRequest) GetAnnotationsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequest) GetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetClusterId() string
GetClusterId returns the ClusterId field value
func (*ConnectorNamespaceRequest) GetClusterIdOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequest) GetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetKind() ConnectorNamespaceTenantKind
GetKind returns the Kind field value
func (*ConnectorNamespaceRequest) GetKindOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetKindOk() (*ConnectorNamespaceTenantKind, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequest) GetName ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetName() string
GetName returns the Name field value
func (*ConnectorNamespaceRequest) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequest) HasAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (ConnectorNamespaceRequest) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceRequest) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceRequest) SetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorNamespaceRequest) SetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) SetClusterId(v string)
SetClusterId sets field value
func (*ConnectorNamespaceRequest) SetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) SetKind(v ConnectorNamespaceTenantKind)
SetKind sets field value
func (*ConnectorNamespaceRequest) SetName ¶ added in v0.5.0
func (o *ConnectorNamespaceRequest) SetName(v string)
SetName sets field value
type ConnectorNamespaceRequestAllOf ¶ added in v0.5.0
type ConnectorNamespaceRequestAllOf struct { ClusterId *string `json:"cluster_id,omitempty"` Kind *ConnectorNamespaceTenantKind `json:"kind,omitempty"` }
ConnectorNamespaceRequestAllOf struct for ConnectorNamespaceRequestAllOf
func NewConnectorNamespaceRequestAllOf ¶ added in v0.5.0
func NewConnectorNamespaceRequestAllOf() *ConnectorNamespaceRequestAllOf
NewConnectorNamespaceRequestAllOf instantiates a new ConnectorNamespaceRequestAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceRequestAllOfWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceRequestAllOfWithDefaults() *ConnectorNamespaceRequestAllOf
NewConnectorNamespaceRequestAllOfWithDefaults instantiates a new ConnectorNamespaceRequestAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceRequestAllOf) GetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) GetClusterId() string
GetClusterId returns the ClusterId field value if set, zero value otherwise.
func (*ConnectorNamespaceRequestAllOf) GetClusterIdOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequestAllOf) GetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) GetKind() ConnectorNamespaceTenantKind
GetKind returns the Kind field value if set, zero value otherwise.
func (*ConnectorNamespaceRequestAllOf) GetKindOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) GetKindOk() (*ConnectorNamespaceTenantKind, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequestAllOf) HasClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (*ConnectorNamespaceRequestAllOf) HasKind ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) HasKind() bool
HasKind returns a boolean if a field has been set.
func (ConnectorNamespaceRequestAllOf) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceRequestAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceRequestAllOf) SetClusterId ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) SetClusterId(v string)
SetClusterId gets a reference to the given string and assigns it to the ClusterId field.
func (*ConnectorNamespaceRequestAllOf) SetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestAllOf) SetKind(v ConnectorNamespaceTenantKind)
SetKind gets a reference to the given ConnectorNamespaceTenantKind and assigns it to the Kind field.
type ConnectorNamespaceRequestMeta ¶ added in v0.5.0
type ConnectorNamespaceRequestMeta struct { // Namespace name must match pattern `^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$`, or it may be empty to be auto-generated. Name *string `json:"name,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorNamespaceRequestMeta struct for ConnectorNamespaceRequestMeta
func NewConnectorNamespaceRequestMeta ¶ added in v0.5.0
func NewConnectorNamespaceRequestMeta() *ConnectorNamespaceRequestMeta
NewConnectorNamespaceRequestMeta instantiates a new ConnectorNamespaceRequestMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceRequestMetaWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceRequestMetaWithDefaults() *ConnectorNamespaceRequestMeta
NewConnectorNamespaceRequestMetaWithDefaults instantiates a new ConnectorNamespaceRequestMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceRequestMeta) GetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorNamespaceRequestMeta) GetAnnotationsOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequestMeta) GetName ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorNamespaceRequestMeta) GetNameOk ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceRequestMeta) HasAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorNamespaceRequestMeta) HasName ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) HasName() bool
HasName returns a boolean if a field has been set.
func (ConnectorNamespaceRequestMeta) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceRequestMeta) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceRequestMeta) SetAnnotations ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorNamespaceRequestMeta) SetName ¶ added in v0.5.0
func (o *ConnectorNamespaceRequestMeta) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ConnectorNamespaceState ¶ added in v0.5.0
type ConnectorNamespaceState string
ConnectorNamespaceState the model 'ConnectorNamespaceState'
const ( CONNECTORNAMESPACESTATE_DISCONNECTED ConnectorNamespaceState = "disconnected" CONNECTORNAMESPACESTATE_READY ConnectorNamespaceState = "ready" CONNECTORNAMESPACESTATE_DELETING ConnectorNamespaceState = "deleting" CONNECTORNAMESPACESTATE_DELETED ConnectorNamespaceState = "deleted" )
List of ConnectorNamespaceState
func NewConnectorNamespaceStateFromValue ¶ added in v0.5.0
func NewConnectorNamespaceStateFromValue(v string) (*ConnectorNamespaceState, error)
NewConnectorNamespaceStateFromValue returns a pointer to a valid ConnectorNamespaceState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ConnectorNamespaceState) IsValid ¶ added in v0.5.0
func (v ConnectorNamespaceState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ConnectorNamespaceState) Ptr ¶ added in v0.5.0
func (v ConnectorNamespaceState) Ptr() *ConnectorNamespaceState
Ptr returns reference to ConnectorNamespaceState value
func (*ConnectorNamespaceState) UnmarshalJSON ¶ added in v0.5.0
func (v *ConnectorNamespaceState) UnmarshalJSON(src []byte) error
type ConnectorNamespaceStatus ¶ added in v0.5.0
type ConnectorNamespaceStatus struct { State ConnectorNamespaceState `json:"state"` Version *string `json:"version,omitempty"` ConnectorsDeployed int32 `json:"connectors_deployed"` Error *string `json:"error,omitempty"` }
ConnectorNamespaceStatus struct for ConnectorNamespaceStatus
func NewConnectorNamespaceStatus ¶ added in v0.5.0
func NewConnectorNamespaceStatus(state ConnectorNamespaceState, connectorsDeployed int32) *ConnectorNamespaceStatus
NewConnectorNamespaceStatus instantiates a new ConnectorNamespaceStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceStatusWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceStatusWithDefaults() *ConnectorNamespaceStatus
NewConnectorNamespaceStatusWithDefaults instantiates a new ConnectorNamespaceStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceStatus) GetConnectorsDeployed ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetConnectorsDeployed() int32
GetConnectorsDeployed returns the ConnectorsDeployed field value
func (*ConnectorNamespaceStatus) GetConnectorsDeployedOk ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetConnectorsDeployedOk() (*int32, bool)
GetConnectorsDeployedOk returns a tuple with the ConnectorsDeployed field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceStatus) GetError ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ConnectorNamespaceStatus) GetErrorOk ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceStatus) GetState ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetState() ConnectorNamespaceState
GetState returns the State field value
func (*ConnectorNamespaceStatus) GetStateOk ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetStateOk() (*ConnectorNamespaceState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceStatus) GetVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*ConnectorNamespaceStatus) GetVersionOk ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorNamespaceStatus) HasError ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) HasError() bool
HasError returns a boolean if a field has been set.
func (*ConnectorNamespaceStatus) HasVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ConnectorNamespaceStatus) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceStatus) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceStatus) SetConnectorsDeployed ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) SetConnectorsDeployed(v int32)
SetConnectorsDeployed sets field value
func (*ConnectorNamespaceStatus) SetError ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ConnectorNamespaceStatus) SetState ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) SetState(v ConnectorNamespaceState)
SetState sets field value
func (*ConnectorNamespaceStatus) SetVersion ¶ added in v0.5.0
func (o *ConnectorNamespaceStatus) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type ConnectorNamespaceTenant ¶ added in v0.5.0
type ConnectorNamespaceTenant struct { Kind ConnectorNamespaceTenantKind `json:"kind"` // Either user or organisation id depending on the value of kind Id string `json:"id"` }
ConnectorNamespaceTenant struct for ConnectorNamespaceTenant
func NewConnectorNamespaceTenant ¶ added in v0.5.0
func NewConnectorNamespaceTenant(kind ConnectorNamespaceTenantKind, id string) *ConnectorNamespaceTenant
NewConnectorNamespaceTenant instantiates a new ConnectorNamespaceTenant object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorNamespaceTenantWithDefaults ¶ added in v0.5.0
func NewConnectorNamespaceTenantWithDefaults() *ConnectorNamespaceTenant
NewConnectorNamespaceTenantWithDefaults instantiates a new ConnectorNamespaceTenant object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorNamespaceTenant) GetId ¶ added in v0.5.0
func (o *ConnectorNamespaceTenant) GetId() string
GetId returns the Id field value
func (*ConnectorNamespaceTenant) GetIdOk ¶ added in v0.5.0
func (o *ConnectorNamespaceTenant) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ConnectorNamespaceTenant) GetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceTenant) GetKind() ConnectorNamespaceTenantKind
GetKind returns the Kind field value
func (*ConnectorNamespaceTenant) GetKindOk ¶ added in v0.5.0
func (o *ConnectorNamespaceTenant) GetKindOk() (*ConnectorNamespaceTenantKind, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (ConnectorNamespaceTenant) MarshalJSON ¶ added in v0.5.0
func (o ConnectorNamespaceTenant) MarshalJSON() ([]byte, error)
func (*ConnectorNamespaceTenant) SetId ¶ added in v0.5.0
func (o *ConnectorNamespaceTenant) SetId(v string)
SetId sets field value
func (*ConnectorNamespaceTenant) SetKind ¶ added in v0.5.0
func (o *ConnectorNamespaceTenant) SetKind(v ConnectorNamespaceTenantKind)
SetKind sets field value
type ConnectorNamespaceTenantKind ¶ added in v0.5.0
type ConnectorNamespaceTenantKind string
ConnectorNamespaceTenantKind the model 'ConnectorNamespaceTenantKind'
const ( CONNECTORNAMESPACETENANTKIND_USER ConnectorNamespaceTenantKind = "user" CONNECTORNAMESPACETENANTKIND_ORGANISATION ConnectorNamespaceTenantKind = "organisation" )
List of ConnectorNamespaceTenantKind
func NewConnectorNamespaceTenantKindFromValue ¶ added in v0.5.0
func NewConnectorNamespaceTenantKindFromValue(v string) (*ConnectorNamespaceTenantKind, error)
NewConnectorNamespaceTenantKindFromValue returns a pointer to a valid ConnectorNamespaceTenantKind for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ConnectorNamespaceTenantKind) IsValid ¶ added in v0.5.0
func (v ConnectorNamespaceTenantKind) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ConnectorNamespaceTenantKind) Ptr ¶ added in v0.5.0
func (v ConnectorNamespaceTenantKind) Ptr() *ConnectorNamespaceTenantKind
Ptr returns reference to ConnectorNamespaceTenantKind value
func (*ConnectorNamespaceTenantKind) UnmarshalJSON ¶ added in v0.5.0
func (v *ConnectorNamespaceTenantKind) UnmarshalJSON(src []byte) error
type ConnectorNamespacesApi ¶ added in v0.5.0
type ConnectorNamespacesApi interface { /* * CreateEvaluationNamespace Create a new short lived evaluation connector namespace * Create a new evaluation connector namespace * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateEvaluationNamespaceRequest */ CreateEvaluationNamespace(ctx _context.Context) ApiCreateEvaluationNamespaceRequest /* * CreateEvaluationNamespaceExecute executes the request * @return ConnectorNamespace */ CreateEvaluationNamespaceExecute(r ApiCreateEvaluationNamespaceRequest) (ConnectorNamespace, *_nethttp.Response, error) /* * GetConnectorNamespace Get a connector namespace * Get a connector namespace * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorNamespaceId The id of the connector namespace * @return ApiGetConnectorNamespaceRequest */ GetConnectorNamespace(ctx _context.Context, connectorNamespaceId string) ApiGetConnectorNamespaceRequest /* * GetConnectorNamespaceExecute executes the request * @return ConnectorNamespace */ GetConnectorNamespaceExecute(r ApiGetConnectorNamespaceRequest) (ConnectorNamespace, *_nethttp.Response, error) /* * ListConnectorNamespaces Returns a list of connector namespaces * Returns a list of connector namespaces * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListConnectorNamespacesRequest */ ListConnectorNamespaces(ctx _context.Context) ApiListConnectorNamespacesRequest /* * ListConnectorNamespacesExecute executes the request * @return ConnectorNamespaceList */ ListConnectorNamespacesExecute(r ApiListConnectorNamespacesRequest) (ConnectorNamespaceList, *_nethttp.Response, error) }
type ConnectorNamespacesApiService ¶ added in v0.5.0
type ConnectorNamespacesApiService service
ConnectorNamespacesApiService ConnectorNamespacesApi service
func (*ConnectorNamespacesApiService) CreateEvaluationNamespace ¶ added in v0.5.0
func (a *ConnectorNamespacesApiService) CreateEvaluationNamespace(ctx _context.Context) ApiCreateEvaluationNamespaceRequest
* CreateEvaluationNamespace Create a new short lived evaluation connector namespace * Create a new evaluation connector namespace * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateEvaluationNamespaceRequest
func (*ConnectorNamespacesApiService) CreateEvaluationNamespaceExecute ¶ added in v0.5.0
func (a *ConnectorNamespacesApiService) CreateEvaluationNamespaceExecute(r ApiCreateEvaluationNamespaceRequest) (ConnectorNamespace, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorNamespace
func (*ConnectorNamespacesApiService) GetConnectorNamespace ¶ added in v0.5.0
func (a *ConnectorNamespacesApiService) GetConnectorNamespace(ctx _context.Context, connectorNamespaceId string) ApiGetConnectorNamespaceRequest
* GetConnectorNamespace Get a connector namespace * Get a connector namespace * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorNamespaceId The id of the connector namespace * @return ApiGetConnectorNamespaceRequest
func (*ConnectorNamespacesApiService) GetConnectorNamespaceExecute ¶ added in v0.5.0
func (a *ConnectorNamespacesApiService) GetConnectorNamespaceExecute(r ApiGetConnectorNamespaceRequest) (ConnectorNamespace, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorNamespace
func (*ConnectorNamespacesApiService) ListConnectorNamespaces ¶ added in v0.5.0
func (a *ConnectorNamespacesApiService) ListConnectorNamespaces(ctx _context.Context) ApiListConnectorNamespacesRequest
* ListConnectorNamespaces Returns a list of connector namespaces * Returns a list of connector namespaces * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListConnectorNamespacesRequest
func (*ConnectorNamespacesApiService) ListConnectorNamespacesExecute ¶ added in v0.5.0
func (a *ConnectorNamespacesApiService) ListConnectorNamespacesExecute(r ApiListConnectorNamespacesRequest) (ConnectorNamespaceList, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorNamespaceList
type ConnectorRequest ¶ added in v0.3.0
type ConnectorRequest struct { Name string `json:"name"` ConnectorTypeId string `json:"connector_type_id"` NamespaceId string `json:"namespace_id"` Channel *Channel `json:"channel,omitempty"` DesiredState ConnectorDesiredState `json:"desired_state"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` Kafka KafkaConnectionSettings `json:"kafka"` ServiceAccount ServiceAccount `json:"service_account"` SchemaRegistry *SchemaRegistryConnectionSettings `json:"schema_registry,omitempty"` Connector map[string]interface{} `json:"connector"` }
ConnectorRequest struct for ConnectorRequest
func NewConnectorRequest ¶ added in v0.3.0
func NewConnectorRequest(name string, connectorTypeId string, namespaceId string, desiredState ConnectorDesiredState, kafka KafkaConnectionSettings, serviceAccount ServiceAccount, connector map[string]interface{}) *ConnectorRequest
NewConnectorRequest instantiates a new ConnectorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorRequestWithDefaults ¶ added in v0.3.0
func NewConnectorRequestWithDefaults() *ConnectorRequest
NewConnectorRequestWithDefaults instantiates a new ConnectorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorRequest) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorRequest) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorRequest) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorRequest) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorRequest) GetChannel ¶ added in v0.3.0
func (o *ConnectorRequest) GetChannel() Channel
GetChannel returns the Channel field value if set, zero value otherwise.
func (*ConnectorRequest) GetChannelOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetChannelOk() (*Channel, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorRequest) GetConnector ¶ added in v0.3.0
func (o *ConnectorRequest) GetConnector() map[string]interface{}
GetConnector returns the Connector field value
func (*ConnectorRequest) GetConnectorOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetConnectorOk() (*map[string]interface{}, bool)
GetConnectorOk returns a tuple with the Connector field value and a boolean to check if the value has been set.
func (*ConnectorRequest) GetConnectorTypeId ¶ added in v0.3.0
func (o *ConnectorRequest) GetConnectorTypeId() string
GetConnectorTypeId returns the ConnectorTypeId field value
func (*ConnectorRequest) GetConnectorTypeIdOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetConnectorTypeIdOk() (*string, bool)
GetConnectorTypeIdOk returns a tuple with the ConnectorTypeId field value and a boolean to check if the value has been set.
func (*ConnectorRequest) GetDesiredState ¶ added in v0.3.0
func (o *ConnectorRequest) GetDesiredState() ConnectorDesiredState
GetDesiredState returns the DesiredState field value
func (*ConnectorRequest) GetDesiredStateOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetDesiredStateOk() (*ConnectorDesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value and a boolean to check if the value has been set.
func (*ConnectorRequest) GetKafka ¶ added in v0.3.0
func (o *ConnectorRequest) GetKafka() KafkaConnectionSettings
GetKafka returns the Kafka field value
func (*ConnectorRequest) GetKafkaOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetKafkaOk() (*KafkaConnectionSettings, bool)
GetKafkaOk returns a tuple with the Kafka field value and a boolean to check if the value has been set.
func (*ConnectorRequest) GetName ¶ added in v0.3.0
func (o *ConnectorRequest) GetName() string
GetName returns the Name field value
func (*ConnectorRequest) GetNameOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorRequest) GetNamespaceId ¶ added in v0.5.0
func (o *ConnectorRequest) GetNamespaceId() string
GetNamespaceId returns the NamespaceId field value
func (*ConnectorRequest) GetNamespaceIdOk ¶ added in v0.5.0
func (o *ConnectorRequest) GetNamespaceIdOk() (*string, bool)
GetNamespaceIdOk returns a tuple with the NamespaceId field value and a boolean to check if the value has been set.
func (*ConnectorRequest) GetSchemaRegistry ¶ added in v0.3.0
func (o *ConnectorRequest) GetSchemaRegistry() SchemaRegistryConnectionSettings
GetSchemaRegistry returns the SchemaRegistry field value if set, zero value otherwise.
func (*ConnectorRequest) GetSchemaRegistryOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetSchemaRegistryOk() (*SchemaRegistryConnectionSettings, bool)
GetSchemaRegistryOk returns a tuple with the SchemaRegistry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorRequest) GetServiceAccount ¶ added in v0.3.0
func (o *ConnectorRequest) GetServiceAccount() ServiceAccount
GetServiceAccount returns the ServiceAccount field value
func (*ConnectorRequest) GetServiceAccountOk ¶ added in v0.3.0
func (o *ConnectorRequest) GetServiceAccountOk() (*ServiceAccount, bool)
GetServiceAccountOk returns a tuple with the ServiceAccount field value and a boolean to check if the value has been set.
func (*ConnectorRequest) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorRequest) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorRequest) HasChannel ¶ added in v0.3.0
func (o *ConnectorRequest) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*ConnectorRequest) HasSchemaRegistry ¶ added in v0.3.0
func (o *ConnectorRequest) HasSchemaRegistry() bool
HasSchemaRegistry returns a boolean if a field has been set.
func (ConnectorRequest) MarshalJSON ¶ added in v0.3.0
func (o ConnectorRequest) MarshalJSON() ([]byte, error)
func (*ConnectorRequest) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorRequest) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorRequest) SetChannel ¶ added in v0.3.0
func (o *ConnectorRequest) SetChannel(v Channel)
SetChannel gets a reference to the given Channel and assigns it to the Channel field.
func (*ConnectorRequest) SetConnector ¶ added in v0.3.0
func (o *ConnectorRequest) SetConnector(v map[string]interface{})
SetConnector sets field value
func (*ConnectorRequest) SetConnectorTypeId ¶ added in v0.3.0
func (o *ConnectorRequest) SetConnectorTypeId(v string)
SetConnectorTypeId sets field value
func (*ConnectorRequest) SetDesiredState ¶ added in v0.3.0
func (o *ConnectorRequest) SetDesiredState(v ConnectorDesiredState)
SetDesiredState sets field value
func (*ConnectorRequest) SetKafka ¶ added in v0.3.0
func (o *ConnectorRequest) SetKafka(v KafkaConnectionSettings)
SetKafka sets field value
func (*ConnectorRequest) SetName ¶ added in v0.3.0
func (o *ConnectorRequest) SetName(v string)
SetName sets field value
func (*ConnectorRequest) SetNamespaceId ¶ added in v0.5.0
func (o *ConnectorRequest) SetNamespaceId(v string)
SetNamespaceId sets field value
func (*ConnectorRequest) SetSchemaRegistry ¶ added in v0.3.0
func (o *ConnectorRequest) SetSchemaRegistry(v SchemaRegistryConnectionSettings)
SetSchemaRegistry gets a reference to the given SchemaRegistryConnectionSettings and assigns it to the SchemaRegistry field.
func (*ConnectorRequest) SetServiceAccount ¶ added in v0.3.0
func (o *ConnectorRequest) SetServiceAccount(v ServiceAccount)
SetServiceAccount sets field value
type ConnectorRequestMeta ¶ added in v0.3.0
type ConnectorRequestMeta struct { Name string `json:"name"` ConnectorTypeId string `json:"connector_type_id"` NamespaceId string `json:"namespace_id"` Channel *Channel `json:"channel,omitempty"` DesiredState ConnectorDesiredState `json:"desired_state"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` }
ConnectorRequestMeta struct for ConnectorRequestMeta
func NewConnectorRequestMeta ¶ added in v0.3.0
func NewConnectorRequestMeta(name string, connectorTypeId string, namespaceId string, desiredState ConnectorDesiredState) *ConnectorRequestMeta
NewConnectorRequestMeta instantiates a new ConnectorRequestMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorRequestMetaWithDefaults ¶ added in v0.3.0
func NewConnectorRequestMetaWithDefaults() *ConnectorRequestMeta
NewConnectorRequestMetaWithDefaults instantiates a new ConnectorRequestMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorRequestMeta) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorRequestMeta) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorRequestMeta) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorRequestMeta) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorRequestMeta) GetChannel ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetChannel() Channel
GetChannel returns the Channel field value if set, zero value otherwise.
func (*ConnectorRequestMeta) GetChannelOk ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetChannelOk() (*Channel, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorRequestMeta) GetConnectorTypeId ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetConnectorTypeId() string
GetConnectorTypeId returns the ConnectorTypeId field value
func (*ConnectorRequestMeta) GetConnectorTypeIdOk ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetConnectorTypeIdOk() (*string, bool)
GetConnectorTypeIdOk returns a tuple with the ConnectorTypeId field value and a boolean to check if the value has been set.
func (*ConnectorRequestMeta) GetDesiredState ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetDesiredState() ConnectorDesiredState
GetDesiredState returns the DesiredState field value
func (*ConnectorRequestMeta) GetDesiredStateOk ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetDesiredStateOk() (*ConnectorDesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value and a boolean to check if the value has been set.
func (*ConnectorRequestMeta) GetName ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetName() string
GetName returns the Name field value
func (*ConnectorRequestMeta) GetNameOk ¶ added in v0.3.0
func (o *ConnectorRequestMeta) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorRequestMeta) GetNamespaceId ¶ added in v0.5.0
func (o *ConnectorRequestMeta) GetNamespaceId() string
GetNamespaceId returns the NamespaceId field value
func (*ConnectorRequestMeta) GetNamespaceIdOk ¶ added in v0.5.0
func (o *ConnectorRequestMeta) GetNamespaceIdOk() (*string, bool)
GetNamespaceIdOk returns a tuple with the NamespaceId field value and a boolean to check if the value has been set.
func (*ConnectorRequestMeta) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorRequestMeta) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorRequestMeta) HasChannel ¶ added in v0.3.0
func (o *ConnectorRequestMeta) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (ConnectorRequestMeta) MarshalJSON ¶ added in v0.3.0
func (o ConnectorRequestMeta) MarshalJSON() ([]byte, error)
func (*ConnectorRequestMeta) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorRequestMeta) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorRequestMeta) SetChannel ¶ added in v0.3.0
func (o *ConnectorRequestMeta) SetChannel(v Channel)
SetChannel gets a reference to the given Channel and assigns it to the Channel field.
func (*ConnectorRequestMeta) SetConnectorTypeId ¶ added in v0.3.0
func (o *ConnectorRequestMeta) SetConnectorTypeId(v string)
SetConnectorTypeId sets field value
func (*ConnectorRequestMeta) SetDesiredState ¶ added in v0.3.0
func (o *ConnectorRequestMeta) SetDesiredState(v ConnectorDesiredState)
SetDesiredState sets field value
func (*ConnectorRequestMeta) SetName ¶ added in v0.3.0
func (o *ConnectorRequestMeta) SetName(v string)
SetName sets field value
func (*ConnectorRequestMeta) SetNamespaceId ¶ added in v0.5.0
func (o *ConnectorRequestMeta) SetNamespaceId(v string)
SetNamespaceId sets field value
type ConnectorServiceApi ¶ added in v0.3.0
type ConnectorServiceApi interface { /* * GetVersionMetadata Returns the version metadata * Returns the version metadata * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetVersionMetadataRequest */ GetVersionMetadata(ctx _context.Context) ApiGetVersionMetadataRequest /* * GetVersionMetadataExecute executes the request * @return VersionMetadata */ GetVersionMetadataExecute(r ApiGetVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error) }
type ConnectorServiceApiService ¶ added in v0.3.0
type ConnectorServiceApiService service
ConnectorServiceApiService ConnectorServiceApi service
func (*ConnectorServiceApiService) GetVersionMetadata ¶ added in v0.3.0
func (a *ConnectorServiceApiService) GetVersionMetadata(ctx _context.Context) ApiGetVersionMetadataRequest
* GetVersionMetadata Returns the version metadata * Returns the version metadata * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetVersionMetadataRequest
func (*ConnectorServiceApiService) GetVersionMetadataExecute ¶ added in v0.3.0
func (a *ConnectorServiceApiService) GetVersionMetadataExecute(r ApiGetVersionMetadataRequest) (VersionMetadata, *_nethttp.Response, error)
* Execute executes the request * @return VersionMetadata
type ConnectorState ¶ added in v0.3.0
type ConnectorState string
ConnectorState the model 'ConnectorState'
const ( CONNECTORSTATE_ASSIGNING ConnectorState = "assigning" CONNECTORSTATE_ASSIGNED ConnectorState = "assigned" CONNECTORSTATE_UPDATING ConnectorState = "updating" CONNECTORSTATE_READY ConnectorState = "ready" CONNECTORSTATE_STOPPED ConnectorState = "stopped" CONNECTORSTATE_FAILED ConnectorState = "failed" CONNECTORSTATE_DELETING ConnectorState = "deleting" CONNECTORSTATE_DELETED ConnectorState = "deleted" CONNECTORSTATE_PROVISIONING ConnectorState = "provisioning" CONNECTORSTATE_DEPROVISIONING ConnectorState = "deprovisioning" )
List of ConnectorState
func NewConnectorStateFromValue ¶ added in v0.3.0
func NewConnectorStateFromValue(v string) (*ConnectorState, error)
NewConnectorStateFromValue returns a pointer to a valid ConnectorState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ConnectorState) IsValid ¶ added in v0.3.0
func (v ConnectorState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ConnectorState) Ptr ¶ added in v0.3.0
func (v ConnectorState) Ptr() *ConnectorState
Ptr returns reference to ConnectorState value
func (*ConnectorState) UnmarshalJSON ¶ added in v0.3.0
func (v *ConnectorState) UnmarshalJSON(src []byte) error
type ConnectorStatus ¶ added in v0.3.0
type ConnectorStatus struct {
Status *ConnectorStatusStatus `json:"status,omitempty"`
}
ConnectorStatus struct for ConnectorStatus
func NewConnectorStatus ¶ added in v0.3.0
func NewConnectorStatus() *ConnectorStatus
NewConnectorStatus instantiates a new ConnectorStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorStatusWithDefaults ¶ added in v0.3.0
func NewConnectorStatusWithDefaults() *ConnectorStatus
NewConnectorStatusWithDefaults instantiates a new ConnectorStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorStatus) GetStatus ¶ added in v0.3.0
func (o *ConnectorStatus) GetStatus() ConnectorStatusStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*ConnectorStatus) GetStatusOk ¶ added in v0.3.0
func (o *ConnectorStatus) GetStatusOk() (*ConnectorStatusStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorStatus) HasStatus ¶ added in v0.3.0
func (o *ConnectorStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ConnectorStatus) MarshalJSON ¶ added in v0.3.0
func (o ConnectorStatus) MarshalJSON() ([]byte, error)
func (*ConnectorStatus) SetStatus ¶ added in v0.3.0
func (o *ConnectorStatus) SetStatus(v ConnectorStatusStatus)
SetStatus gets a reference to the given ConnectorStatusStatus and assigns it to the Status field.
type ConnectorStatusStatus ¶ added in v0.3.0
type ConnectorStatusStatus struct { State *ConnectorState `json:"state,omitempty"` Error *string `json:"error,omitempty"` }
ConnectorStatusStatus struct for ConnectorStatusStatus
func NewConnectorStatusStatus ¶ added in v0.3.0
func NewConnectorStatusStatus() *ConnectorStatusStatus
NewConnectorStatusStatus instantiates a new ConnectorStatusStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorStatusStatusWithDefaults ¶ added in v0.3.0
func NewConnectorStatusStatusWithDefaults() *ConnectorStatusStatus
NewConnectorStatusStatusWithDefaults instantiates a new ConnectorStatusStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorStatusStatus) GetError ¶ added in v0.3.0
func (o *ConnectorStatusStatus) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ConnectorStatusStatus) GetErrorOk ¶ added in v0.3.0
func (o *ConnectorStatusStatus) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorStatusStatus) GetState ¶ added in v0.3.0
func (o *ConnectorStatusStatus) GetState() ConnectorState
GetState returns the State field value if set, zero value otherwise.
func (*ConnectorStatusStatus) GetStateOk ¶ added in v0.3.0
func (o *ConnectorStatusStatus) GetStateOk() (*ConnectorState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorStatusStatus) HasError ¶ added in v0.3.0
func (o *ConnectorStatusStatus) HasError() bool
HasError returns a boolean if a field has been set.
func (*ConnectorStatusStatus) HasState ¶ added in v0.3.0
func (o *ConnectorStatusStatus) HasState() bool
HasState returns a boolean if a field has been set.
func (ConnectorStatusStatus) MarshalJSON ¶ added in v0.3.0
func (o ConnectorStatusStatus) MarshalJSON() ([]byte, error)
func (*ConnectorStatusStatus) SetError ¶ added in v0.3.0
func (o *ConnectorStatusStatus) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ConnectorStatusStatus) SetState ¶ added in v0.3.0
func (o *ConnectorStatusStatus) SetState(v ConnectorState)
SetState gets a reference to the given ConnectorState and assigns it to the State field.
type ConnectorType ¶
type ConnectorType struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` // Name of the connector type. Name string `json:"name"` // Version of the connector type. Version string `json:"version"` // Channels of the connector type. Channels *[]Channel `json:"channels,omitempty"` // A description of the connector. Description *string `json:"description,omitempty"` // Connector type is deprecated and removed from the catalog. Deprecated *bool `json:"deprecated,omitempty"` // URL to an icon of the connector. IconHref *string `json:"icon_href,omitempty"` // Labels used to categorize the connector Labels *[]string `json:"labels,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` // Ranking for featured connectors FeaturedRank *int32 `json:"featured_rank,omitempty"` // The capabilities supported by the connector Capabilities *[]string `json:"capabilities,omitempty"` // A json schema that can be used to validate a ConnectorRequest connector field. Schema map[string]interface{} `json:"schema"` }
ConnectorType Represents a connector type supported by the API
func NewConnectorType ¶
func NewConnectorType(name string, version string, schema map[string]interface{}) *ConnectorType
NewConnectorType instantiates a new ConnectorType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorTypeWithDefaults ¶
func NewConnectorTypeWithDefaults() *ConnectorType
NewConnectorTypeWithDefaults instantiates a new ConnectorType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorType) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorType) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorType) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorType) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetCapabilities ¶ added in v0.8.0
func (o *ConnectorType) GetCapabilities() []string
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*ConnectorType) GetCapabilitiesOk ¶ added in v0.8.0
func (o *ConnectorType) GetCapabilitiesOk() (*[]string, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetChannels ¶
func (o *ConnectorType) GetChannels() []Channel
GetChannels returns the Channels field value if set, zero value otherwise.
func (*ConnectorType) GetChannelsOk ¶
func (o *ConnectorType) GetChannelsOk() (*[]Channel, bool)
GetChannelsOk returns a tuple with the Channels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetDeprecated ¶ added in v0.12.0
func (o *ConnectorType) GetDeprecated() bool
GetDeprecated returns the Deprecated field value if set, zero value otherwise.
func (*ConnectorType) GetDeprecatedOk ¶ added in v0.12.0
func (o *ConnectorType) GetDeprecatedOk() (*bool, bool)
GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetDescription ¶
func (o *ConnectorType) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConnectorType) GetDescriptionOk ¶
func (o *ConnectorType) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetFeaturedRank ¶ added in v0.9.0
func (o *ConnectorType) GetFeaturedRank() int32
GetFeaturedRank returns the FeaturedRank field value if set, zero value otherwise.
func (*ConnectorType) GetFeaturedRankOk ¶ added in v0.9.0
func (o *ConnectorType) GetFeaturedRankOk() (*int32, bool)
GetFeaturedRankOk returns a tuple with the FeaturedRank field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetHref ¶
func (o *ConnectorType) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ConnectorType) GetHrefOk ¶
func (o *ConnectorType) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetIconHref ¶
func (o *ConnectorType) GetIconHref() string
GetIconHref returns the IconHref field value if set, zero value otherwise.
func (*ConnectorType) GetIconHrefOk ¶
func (o *ConnectorType) GetIconHrefOk() (*string, bool)
GetIconHrefOk returns a tuple with the IconHref field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetId ¶
func (o *ConnectorType) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ConnectorType) GetIdOk ¶
func (o *ConnectorType) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetKind ¶
func (o *ConnectorType) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ConnectorType) GetKindOk ¶
func (o *ConnectorType) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetLabels ¶
func (o *ConnectorType) GetLabels() []string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*ConnectorType) GetLabelsOk ¶
func (o *ConnectorType) GetLabelsOk() (*[]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorType) GetName ¶
func (o *ConnectorType) GetName() string
GetName returns the Name field value
func (*ConnectorType) GetNameOk ¶
func (o *ConnectorType) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConnectorType) GetSchema ¶ added in v0.8.0
func (o *ConnectorType) GetSchema() map[string]interface{}
GetSchema returns the Schema field value
func (*ConnectorType) GetSchemaOk ¶ added in v0.8.0
func (o *ConnectorType) GetSchemaOk() (*map[string]interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value and a boolean to check if the value has been set.
func (*ConnectorType) GetVersion ¶
func (o *ConnectorType) GetVersion() string
GetVersion returns the Version field value
func (*ConnectorType) GetVersionOk ¶
func (o *ConnectorType) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ConnectorType) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorType) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorType) HasCapabilities ¶ added in v0.8.0
func (o *ConnectorType) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*ConnectorType) HasChannels ¶
func (o *ConnectorType) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*ConnectorType) HasDeprecated ¶ added in v0.12.0
func (o *ConnectorType) HasDeprecated() bool
HasDeprecated returns a boolean if a field has been set.
func (*ConnectorType) HasDescription ¶
func (o *ConnectorType) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConnectorType) HasFeaturedRank ¶ added in v0.9.0
func (o *ConnectorType) HasFeaturedRank() bool
HasFeaturedRank returns a boolean if a field has been set.
func (*ConnectorType) HasHref ¶
func (o *ConnectorType) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ConnectorType) HasIconHref ¶
func (o *ConnectorType) HasIconHref() bool
HasIconHref returns a boolean if a field has been set.
func (*ConnectorType) HasId ¶
func (o *ConnectorType) HasId() bool
HasId returns a boolean if a field has been set.
func (*ConnectorType) HasKind ¶
func (o *ConnectorType) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ConnectorType) HasLabels ¶
func (o *ConnectorType) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (ConnectorType) MarshalJSON ¶
func (o ConnectorType) MarshalJSON() ([]byte, error)
func (*ConnectorType) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorType) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorType) SetCapabilities ¶ added in v0.8.0
func (o *ConnectorType) SetCapabilities(v []string)
SetCapabilities gets a reference to the given []string and assigns it to the Capabilities field.
func (*ConnectorType) SetChannels ¶
func (o *ConnectorType) SetChannels(v []Channel)
SetChannels gets a reference to the given []Channel and assigns it to the Channels field.
func (*ConnectorType) SetDeprecated ¶ added in v0.12.0
func (o *ConnectorType) SetDeprecated(v bool)
SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.
func (*ConnectorType) SetDescription ¶
func (o *ConnectorType) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConnectorType) SetFeaturedRank ¶ added in v0.9.0
func (o *ConnectorType) SetFeaturedRank(v int32)
SetFeaturedRank gets a reference to the given int32 and assigns it to the FeaturedRank field.
func (*ConnectorType) SetHref ¶
func (o *ConnectorType) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ConnectorType) SetIconHref ¶
func (o *ConnectorType) SetIconHref(v string)
SetIconHref gets a reference to the given string and assigns it to the IconHref field.
func (*ConnectorType) SetId ¶
func (o *ConnectorType) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ConnectorType) SetKind ¶
func (o *ConnectorType) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ConnectorType) SetLabels ¶
func (o *ConnectorType) SetLabels(v []string)
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*ConnectorType) SetSchema ¶ added in v0.8.0
func (o *ConnectorType) SetSchema(v map[string]interface{})
SetSchema sets field value
func (*ConnectorType) SetVersion ¶
func (o *ConnectorType) SetVersion(v string)
SetVersion sets field value
type ConnectorTypeAllOf ¶
type ConnectorTypeAllOf struct { // Name of the connector type. Name *string `json:"name,omitempty"` // Version of the connector type. Version *string `json:"version,omitempty"` // Channels of the connector type. Channels *[]Channel `json:"channels,omitempty"` // A description of the connector. Description *string `json:"description,omitempty"` // Connector type is deprecated and removed from the catalog. Deprecated *bool `json:"deprecated,omitempty"` // URL to an icon of the connector. IconHref *string `json:"icon_href,omitempty"` // Labels used to categorize the connector Labels *[]string `json:"labels,omitempty"` // Name-value string annotations for resource Annotations *map[string]string `json:"annotations,omitempty"` // Ranking for featured connectors FeaturedRank *int32 `json:"featured_rank,omitempty"` // The capabilities supported by the connector Capabilities *[]string `json:"capabilities,omitempty"` // A json schema that can be used to validate a ConnectorRequest connector field. Schema *map[string]interface{} `json:"schema,omitempty"` }
ConnectorTypeAllOf struct for ConnectorTypeAllOf
func NewConnectorTypeAllOf ¶
func NewConnectorTypeAllOf() *ConnectorTypeAllOf
NewConnectorTypeAllOf instantiates a new ConnectorTypeAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorTypeAllOfWithDefaults ¶
func NewConnectorTypeAllOfWithDefaults() *ConnectorTypeAllOf
NewConnectorTypeAllOfWithDefaults instantiates a new ConnectorTypeAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorTypeAllOf) GetAnnotations ¶ added in v0.10.0
func (o *ConnectorTypeAllOf) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetAnnotationsOk ¶ added in v0.10.0
func (o *ConnectorTypeAllOf) GetAnnotationsOk() (*map[string]string, bool)
GetAnnotationsOk returns a tuple with the Annotations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetCapabilities ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) GetCapabilities() []string
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetCapabilitiesOk ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) GetCapabilitiesOk() (*[]string, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetChannels ¶
func (o *ConnectorTypeAllOf) GetChannels() []Channel
GetChannels returns the Channels field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetChannelsOk ¶
func (o *ConnectorTypeAllOf) GetChannelsOk() (*[]Channel, bool)
GetChannelsOk returns a tuple with the Channels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetDeprecated ¶ added in v0.12.0
func (o *ConnectorTypeAllOf) GetDeprecated() bool
GetDeprecated returns the Deprecated field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetDeprecatedOk ¶ added in v0.12.0
func (o *ConnectorTypeAllOf) GetDeprecatedOk() (*bool, bool)
GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetDescription ¶
func (o *ConnectorTypeAllOf) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetDescriptionOk ¶
func (o *ConnectorTypeAllOf) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetFeaturedRank ¶ added in v0.9.0
func (o *ConnectorTypeAllOf) GetFeaturedRank() int32
GetFeaturedRank returns the FeaturedRank field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetFeaturedRankOk ¶ added in v0.9.0
func (o *ConnectorTypeAllOf) GetFeaturedRankOk() (*int32, bool)
GetFeaturedRankOk returns a tuple with the FeaturedRank field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetIconHref ¶
func (o *ConnectorTypeAllOf) GetIconHref() string
GetIconHref returns the IconHref field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetIconHrefOk ¶
func (o *ConnectorTypeAllOf) GetIconHrefOk() (*string, bool)
GetIconHrefOk returns a tuple with the IconHref field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetLabels ¶
func (o *ConnectorTypeAllOf) GetLabels() []string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetLabelsOk ¶
func (o *ConnectorTypeAllOf) GetLabelsOk() (*[]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetName ¶
func (o *ConnectorTypeAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetNameOk ¶
func (o *ConnectorTypeAllOf) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetSchema ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) GetSchema() map[string]interface{}
GetSchema returns the Schema field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetSchemaOk ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) GetSchemaOk() (*map[string]interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) GetVersion ¶
func (o *ConnectorTypeAllOf) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*ConnectorTypeAllOf) GetVersionOk ¶
func (o *ConnectorTypeAllOf) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeAllOf) HasAnnotations ¶ added in v0.10.0
func (o *ConnectorTypeAllOf) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasCapabilities ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasChannels ¶
func (o *ConnectorTypeAllOf) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasDeprecated ¶ added in v0.12.0
func (o *ConnectorTypeAllOf) HasDeprecated() bool
HasDeprecated returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasDescription ¶
func (o *ConnectorTypeAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasFeaturedRank ¶ added in v0.9.0
func (o *ConnectorTypeAllOf) HasFeaturedRank() bool
HasFeaturedRank returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasIconHref ¶
func (o *ConnectorTypeAllOf) HasIconHref() bool
HasIconHref returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasLabels ¶
func (o *ConnectorTypeAllOf) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasName ¶
func (o *ConnectorTypeAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasSchema ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (*ConnectorTypeAllOf) HasVersion ¶
func (o *ConnectorTypeAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ConnectorTypeAllOf) MarshalJSON ¶
func (o ConnectorTypeAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorTypeAllOf) SetAnnotations ¶ added in v0.10.0
func (o *ConnectorTypeAllOf) SetAnnotations(v map[string]string)
SetAnnotations gets a reference to the given map[string]string and assigns it to the Annotations field.
func (*ConnectorTypeAllOf) SetCapabilities ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) SetCapabilities(v []string)
SetCapabilities gets a reference to the given []string and assigns it to the Capabilities field.
func (*ConnectorTypeAllOf) SetChannels ¶
func (o *ConnectorTypeAllOf) SetChannels(v []Channel)
SetChannels gets a reference to the given []Channel and assigns it to the Channels field.
func (*ConnectorTypeAllOf) SetDeprecated ¶ added in v0.12.0
func (o *ConnectorTypeAllOf) SetDeprecated(v bool)
SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.
func (*ConnectorTypeAllOf) SetDescription ¶
func (o *ConnectorTypeAllOf) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConnectorTypeAllOf) SetFeaturedRank ¶ added in v0.9.0
func (o *ConnectorTypeAllOf) SetFeaturedRank(v int32)
SetFeaturedRank gets a reference to the given int32 and assigns it to the FeaturedRank field.
func (*ConnectorTypeAllOf) SetIconHref ¶
func (o *ConnectorTypeAllOf) SetIconHref(v string)
SetIconHref gets a reference to the given string and assigns it to the IconHref field.
func (*ConnectorTypeAllOf) SetLabels ¶
func (o *ConnectorTypeAllOf) SetLabels(v []string)
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*ConnectorTypeAllOf) SetName ¶
func (o *ConnectorTypeAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConnectorTypeAllOf) SetSchema ¶ added in v0.3.0
func (o *ConnectorTypeAllOf) SetSchema(v map[string]interface{})
SetSchema gets a reference to the given map[string]interface{} and assigns it to the Schema field.
func (*ConnectorTypeAllOf) SetVersion ¶
func (o *ConnectorTypeAllOf) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
type ConnectorTypeLabelCount ¶ added in v0.9.0
type ConnectorTypeLabelCount struct { // Name of the connector type label. Label string `json:"label"` // Number of connector types with this label. Count int32 `json:"count"` }
ConnectorTypeLabelCount Represents a connector type label and the number of types with that label
func NewConnectorTypeLabelCount ¶ added in v0.9.0
func NewConnectorTypeLabelCount(label string, count int32) *ConnectorTypeLabelCount
NewConnectorTypeLabelCount instantiates a new ConnectorTypeLabelCount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorTypeLabelCountWithDefaults ¶ added in v0.9.0
func NewConnectorTypeLabelCountWithDefaults() *ConnectorTypeLabelCount
NewConnectorTypeLabelCountWithDefaults instantiates a new ConnectorTypeLabelCount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorTypeLabelCount) GetCount ¶ added in v0.9.0
func (o *ConnectorTypeLabelCount) GetCount() int32
GetCount returns the Count field value
func (*ConnectorTypeLabelCount) GetCountOk ¶ added in v0.9.0
func (o *ConnectorTypeLabelCount) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*ConnectorTypeLabelCount) GetLabel ¶ added in v0.9.0
func (o *ConnectorTypeLabelCount) GetLabel() string
GetLabel returns the Label field value
func (*ConnectorTypeLabelCount) GetLabelOk ¶ added in v0.9.0
func (o *ConnectorTypeLabelCount) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (ConnectorTypeLabelCount) MarshalJSON ¶ added in v0.9.0
func (o ConnectorTypeLabelCount) MarshalJSON() ([]byte, error)
func (*ConnectorTypeLabelCount) SetCount ¶ added in v0.9.0
func (o *ConnectorTypeLabelCount) SetCount(v int32)
SetCount sets field value
func (*ConnectorTypeLabelCount) SetLabel ¶ added in v0.9.0
func (o *ConnectorTypeLabelCount) SetLabel(v string)
SetLabel sets field value
type ConnectorTypeLabelCountList ¶ added in v0.9.0
type ConnectorTypeLabelCountList struct {
Items *[]ConnectorTypeLabelCount `json:"items,omitempty"`
}
ConnectorTypeLabelCountList struct for ConnectorTypeLabelCountList
func NewConnectorTypeLabelCountList ¶ added in v0.9.0
func NewConnectorTypeLabelCountList() *ConnectorTypeLabelCountList
NewConnectorTypeLabelCountList instantiates a new ConnectorTypeLabelCountList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorTypeLabelCountListWithDefaults ¶ added in v0.9.0
func NewConnectorTypeLabelCountListWithDefaults() *ConnectorTypeLabelCountList
NewConnectorTypeLabelCountListWithDefaults instantiates a new ConnectorTypeLabelCountList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorTypeLabelCountList) GetItems ¶ added in v0.9.0
func (o *ConnectorTypeLabelCountList) GetItems() []ConnectorTypeLabelCount
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorTypeLabelCountList) GetItemsOk ¶ added in v0.9.0
func (o *ConnectorTypeLabelCountList) GetItemsOk() (*[]ConnectorTypeLabelCount, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeLabelCountList) HasItems ¶ added in v0.9.0
func (o *ConnectorTypeLabelCountList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorTypeLabelCountList) MarshalJSON ¶ added in v0.9.0
func (o ConnectorTypeLabelCountList) MarshalJSON() ([]byte, error)
func (*ConnectorTypeLabelCountList) SetItems ¶ added in v0.9.0
func (o *ConnectorTypeLabelCountList) SetItems(v []ConnectorTypeLabelCount)
SetItems gets a reference to the given []ConnectorTypeLabelCount and assigns it to the Items field.
type ConnectorTypeList ¶
type ConnectorTypeList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ConnectorType `json:"items"` }
ConnectorTypeList struct for ConnectorTypeList
func NewConnectorTypeList ¶
func NewConnectorTypeList(kind string, page int32, size int32, total int32, items []ConnectorType) *ConnectorTypeList
NewConnectorTypeList instantiates a new ConnectorTypeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorTypeListWithDefaults ¶
func NewConnectorTypeListWithDefaults() *ConnectorTypeList
NewConnectorTypeListWithDefaults instantiates a new ConnectorTypeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorTypeList) GetItems ¶
func (o *ConnectorTypeList) GetItems() []ConnectorType
GetItems returns the Items field value
func (*ConnectorTypeList) GetItemsOk ¶
func (o *ConnectorTypeList) GetItemsOk() (*[]ConnectorType, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetKind ¶
func (o *ConnectorTypeList) GetKind() string
GetKind returns the Kind field value
func (*ConnectorTypeList) GetKindOk ¶
func (o *ConnectorTypeList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetPage ¶
func (o *ConnectorTypeList) GetPage() int32
GetPage returns the Page field value
func (*ConnectorTypeList) GetPageOk ¶
func (o *ConnectorTypeList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetSize ¶
func (o *ConnectorTypeList) GetSize() int32
GetSize returns the Size field value
func (*ConnectorTypeList) GetSizeOk ¶
func (o *ConnectorTypeList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConnectorTypeList) GetTotal ¶
func (o *ConnectorTypeList) GetTotal() int32
GetTotal returns the Total field value
func (*ConnectorTypeList) GetTotalOk ¶
func (o *ConnectorTypeList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConnectorTypeList) MarshalJSON ¶
func (o ConnectorTypeList) MarshalJSON() ([]byte, error)
func (*ConnectorTypeList) SetItems ¶
func (o *ConnectorTypeList) SetItems(v []ConnectorType)
SetItems sets field value
func (*ConnectorTypeList) SetKind ¶
func (o *ConnectorTypeList) SetKind(v string)
SetKind sets field value
func (*ConnectorTypeList) SetPage ¶
func (o *ConnectorTypeList) SetPage(v int32)
SetPage sets field value
func (*ConnectorTypeList) SetSize ¶
func (o *ConnectorTypeList) SetSize(v int32)
SetSize sets field value
func (*ConnectorTypeList) SetTotal ¶
func (o *ConnectorTypeList) SetTotal(v int32)
SetTotal sets field value
type ConnectorTypeListAllOf ¶
type ConnectorTypeListAllOf struct {
Items *[]ConnectorType `json:"items,omitempty"`
}
ConnectorTypeListAllOf struct for ConnectorTypeListAllOf
func NewConnectorTypeListAllOf ¶
func NewConnectorTypeListAllOf() *ConnectorTypeListAllOf
NewConnectorTypeListAllOf instantiates a new ConnectorTypeListAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectorTypeListAllOfWithDefaults ¶
func NewConnectorTypeListAllOfWithDefaults() *ConnectorTypeListAllOf
NewConnectorTypeListAllOfWithDefaults instantiates a new ConnectorTypeListAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConnectorTypeListAllOf) GetItems ¶
func (o *ConnectorTypeListAllOf) GetItems() []ConnectorType
GetItems returns the Items field value if set, zero value otherwise.
func (*ConnectorTypeListAllOf) GetItemsOk ¶
func (o *ConnectorTypeListAllOf) GetItemsOk() (*[]ConnectorType, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConnectorTypeListAllOf) HasItems ¶
func (o *ConnectorTypeListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConnectorTypeListAllOf) MarshalJSON ¶
func (o ConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
func (*ConnectorTypeListAllOf) SetItems ¶
func (o *ConnectorTypeListAllOf) SetItems(v []ConnectorType)
SetItems gets a reference to the given []ConnectorType and assigns it to the Items field.
type ConnectorTypesApi ¶
type ConnectorTypesApi interface { /* * GetConnectorTypeByID Get a connector type by id * Get a connector type by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorTypeId The id of the connector type * @return ApiGetConnectorTypeByIDRequest */ GetConnectorTypeByID(ctx _context.Context, connectorTypeId string) ApiGetConnectorTypeByIDRequest /* * GetConnectorTypeByIDExecute executes the request * @return ConnectorType */ GetConnectorTypeByIDExecute(r ApiGetConnectorTypeByIDRequest) (ConnectorType, *_nethttp.Response, error) /* * GetConnectorTypeLabels Returns a list of connector type labels * Returns a list of connector type labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetConnectorTypeLabelsRequest */ GetConnectorTypeLabels(ctx _context.Context) ApiGetConnectorTypeLabelsRequest /* * GetConnectorTypeLabelsExecute executes the request * @return ConnectorTypeLabelCountList */ GetConnectorTypeLabelsExecute(r ApiGetConnectorTypeLabelsRequest) (ConnectorTypeLabelCountList, *_nethttp.Response, error) /* * GetConnectorTypes Returns a list of connector types * Returns a list of connector types * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetConnectorTypesRequest */ GetConnectorTypes(ctx _context.Context) ApiGetConnectorTypesRequest /* * GetConnectorTypesExecute executes the request * @return ConnectorTypeList */ GetConnectorTypesExecute(r ApiGetConnectorTypesRequest) (ConnectorTypeList, *_nethttp.Response, error) }
type ConnectorTypesApiService ¶
type ConnectorTypesApiService service
ConnectorTypesApiService ConnectorTypesApi service
func (*ConnectorTypesApiService) GetConnectorTypeByID ¶
func (a *ConnectorTypesApiService) GetConnectorTypeByID(ctx _context.Context, connectorTypeId string) ApiGetConnectorTypeByIDRequest
* GetConnectorTypeByID Get a connector type by id * Get a connector type by id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param connectorTypeId The id of the connector type * @return ApiGetConnectorTypeByIDRequest
func (*ConnectorTypesApiService) GetConnectorTypeByIDExecute ¶
func (a *ConnectorTypesApiService) GetConnectorTypeByIDExecute(r ApiGetConnectorTypeByIDRequest) (ConnectorType, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorType
func (*ConnectorTypesApiService) GetConnectorTypeLabels ¶ added in v0.9.0
func (a *ConnectorTypesApiService) GetConnectorTypeLabels(ctx _context.Context) ApiGetConnectorTypeLabelsRequest
* GetConnectorTypeLabels Returns a list of connector type labels * Returns a list of connector type labels * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetConnectorTypeLabelsRequest
func (*ConnectorTypesApiService) GetConnectorTypeLabelsExecute ¶ added in v0.9.0
func (a *ConnectorTypesApiService) GetConnectorTypeLabelsExecute(r ApiGetConnectorTypeLabelsRequest) (ConnectorTypeLabelCountList, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorTypeLabelCountList
func (*ConnectorTypesApiService) GetConnectorTypes ¶ added in v0.3.0
func (a *ConnectorTypesApiService) GetConnectorTypes(ctx _context.Context) ApiGetConnectorTypesRequest
* GetConnectorTypes Returns a list of connector types * Returns a list of connector types * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetConnectorTypesRequest
func (*ConnectorTypesApiService) GetConnectorTypesExecute ¶ added in v0.3.0
func (a *ConnectorTypesApiService) GetConnectorTypesExecute(r ApiGetConnectorTypesRequest) (ConnectorTypeList, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorTypeList
type ConnectorsApi ¶
type ConnectorsApi interface { /* * CreateConnector Create a new connector * Create a new connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateConnectorRequest */ CreateConnector(ctx _context.Context) ApiCreateConnectorRequest /* * CreateConnectorExecute executes the request * @return Connector */ CreateConnectorExecute(r ApiCreateConnectorRequest) (Connector, *_nethttp.Response, error) /* * DeleteConnector Delete a connector * Delete a connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The ID of record * @return ApiDeleteConnectorRequest */ DeleteConnector(ctx _context.Context, id string) ApiDeleteConnectorRequest /* * DeleteConnectorExecute executes the request * @return Error */ DeleteConnectorExecute(r ApiDeleteConnectorRequest) (Error, *_nethttp.Response, error) /* * GetConnector Get a connector * Get a connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The ID of record * @return ApiGetConnectorRequest */ GetConnector(ctx _context.Context, id string) ApiGetConnectorRequest /* * GetConnectorExecute executes the request * @return Connector */ GetConnectorExecute(r ApiGetConnectorRequest) (Connector, *_nethttp.Response, error) /* * ListConnectors Returns a list of connector types * Returns a list of connector types * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListConnectorsRequest */ ListConnectors(ctx _context.Context) ApiListConnectorsRequest /* * ListConnectorsExecute executes the request * @return ConnectorList */ ListConnectorsExecute(r ApiListConnectorsRequest) (ConnectorList, *_nethttp.Response, error) /* * PatchConnector Patch a connector * Patch a connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The ID of record * @return ApiPatchConnectorRequest */ PatchConnector(ctx _context.Context, id string) ApiPatchConnectorRequest /* * PatchConnectorExecute executes the request * @return Connector */ PatchConnectorExecute(r ApiPatchConnectorRequest) (Connector, *_nethttp.Response, error) }
type ConnectorsApiService ¶
type ConnectorsApiService service
ConnectorsApiService ConnectorsApi service
func (*ConnectorsApiService) CreateConnector ¶
func (a *ConnectorsApiService) CreateConnector(ctx _context.Context) ApiCreateConnectorRequest
* CreateConnector Create a new connector * Create a new connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateConnectorRequest
func (*ConnectorsApiService) CreateConnectorExecute ¶
func (a *ConnectorsApiService) CreateConnectorExecute(r ApiCreateConnectorRequest) (Connector, *_nethttp.Response, error)
* Execute executes the request * @return Connector
func (*ConnectorsApiService) DeleteConnector ¶
func (a *ConnectorsApiService) DeleteConnector(ctx _context.Context, id string) ApiDeleteConnectorRequest
* DeleteConnector Delete a connector * Delete a connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The ID of record * @return ApiDeleteConnectorRequest
func (*ConnectorsApiService) DeleteConnectorExecute ¶
func (a *ConnectorsApiService) DeleteConnectorExecute(r ApiDeleteConnectorRequest) (Error, *_nethttp.Response, error)
* Execute executes the request * @return Error
func (*ConnectorsApiService) GetConnector ¶
func (a *ConnectorsApiService) GetConnector(ctx _context.Context, id string) ApiGetConnectorRequest
* GetConnector Get a connector * Get a connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The ID of record * @return ApiGetConnectorRequest
func (*ConnectorsApiService) GetConnectorExecute ¶
func (a *ConnectorsApiService) GetConnectorExecute(r ApiGetConnectorRequest) (Connector, *_nethttp.Response, error)
* Execute executes the request * @return Connector
func (*ConnectorsApiService) ListConnectors ¶
func (a *ConnectorsApiService) ListConnectors(ctx _context.Context) ApiListConnectorsRequest
* ListConnectors Returns a list of connector types * Returns a list of connector types * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListConnectorsRequest
func (*ConnectorsApiService) ListConnectorsExecute ¶
func (a *ConnectorsApiService) ListConnectorsExecute(r ApiListConnectorsRequest) (ConnectorList, *_nethttp.Response, error)
* Execute executes the request * @return ConnectorList
func (*ConnectorsApiService) PatchConnector ¶
func (a *ConnectorsApiService) PatchConnector(ctx _context.Context, id string) ApiPatchConnectorRequest
* PatchConnector Patch a connector * Patch a connector * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The ID of record * @return ApiPatchConnectorRequest
func (*ConnectorsApiService) PatchConnectorExecute ¶
func (a *ConnectorsApiService) PatchConnectorExecute(r ApiPatchConnectorRequest) (Connector, *_nethttp.Response, error)
* Execute executes the request * @return Connector
type Error ¶
type Error struct { Reason string `json:"reason"` OperationId *string `json:"operation_id,omitempty"` Id string `json:"id"` Kind string `json:"kind"` Href string `json:"href"` Code string `json:"code"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*Error) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*Error) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Error) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*Error) GetOperationId ¶
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*Error) GetOperationIdOk ¶
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetReasonOk ¶
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (*Error) HasOperationId ¶
HasOperationId returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetOperationId ¶
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type KafkaConnectionSettings ¶
KafkaConnectionSettings Holds the configuration to connect to a Kafka Instance.
func NewKafkaConnectionSettings ¶
func NewKafkaConnectionSettings(id string, url string) *KafkaConnectionSettings
NewKafkaConnectionSettings instantiates a new KafkaConnectionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKafkaConnectionSettingsWithDefaults ¶
func NewKafkaConnectionSettingsWithDefaults() *KafkaConnectionSettings
NewKafkaConnectionSettingsWithDefaults instantiates a new KafkaConnectionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*KafkaConnectionSettings) GetId ¶ added in v0.3.0
func (o *KafkaConnectionSettings) GetId() string
GetId returns the Id field value
func (*KafkaConnectionSettings) GetIdOk ¶ added in v0.3.0
func (o *KafkaConnectionSettings) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*KafkaConnectionSettings) GetUrl ¶ added in v0.3.0
func (o *KafkaConnectionSettings) GetUrl() string
GetUrl returns the Url field value
func (*KafkaConnectionSettings) GetUrlOk ¶ added in v0.3.0
func (o *KafkaConnectionSettings) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (KafkaConnectionSettings) MarshalJSON ¶
func (o KafkaConnectionSettings) MarshalJSON() ([]byte, error)
func (*KafkaConnectionSettings) SetId ¶ added in v0.3.0
func (o *KafkaConnectionSettings) SetId(v string)
SetId sets field value
func (*KafkaConnectionSettings) SetUrl ¶ added in v0.3.0
func (o *KafkaConnectionSettings) SetUrl(v string)
SetUrl sets field value
type List ¶
type List struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ObjectReference `json:"items"` }
List struct for List
func NewList ¶
NewList instantiates a new List object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWithDefaults ¶
func NewListWithDefaults() *List
NewListWithDefaults instantiates a new List object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*List) GetItems ¶ added in v0.9.0
func (o *List) GetItems() []ObjectReference
GetItems returns the Items field value
func (*List) GetItemsOk ¶ added in v0.9.0
func (o *List) GetItemsOk() (*[]ObjectReference, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*List) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*List) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*List) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*List) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (List) MarshalJSON ¶
func (*List) SetItems ¶ added in v0.9.0
func (o *List) SetItems(v []ObjectReference)
SetItems sets field value
type NullableAddonParameter ¶
type NullableAddonParameter struct {
// contains filtered or unexported fields
}
func NewNullableAddonParameter ¶
func NewNullableAddonParameter(val *AddonParameter) *NullableAddonParameter
func (NullableAddonParameter) Get ¶
func (v NullableAddonParameter) Get() *AddonParameter
func (NullableAddonParameter) IsSet ¶
func (v NullableAddonParameter) IsSet() bool
func (NullableAddonParameter) MarshalJSON ¶
func (v NullableAddonParameter) MarshalJSON() ([]byte, error)
func (*NullableAddonParameter) Set ¶
func (v *NullableAddonParameter) Set(val *AddonParameter)
func (*NullableAddonParameter) UnmarshalJSON ¶
func (v *NullableAddonParameter) UnmarshalJSON(src []byte) error
func (*NullableAddonParameter) Unset ¶
func (v *NullableAddonParameter) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableChannel ¶ added in v0.3.0
type NullableChannel struct {
// contains filtered or unexported fields
}
func NewNullableChannel ¶ added in v0.3.0
func NewNullableChannel(val *Channel) *NullableChannel
func (NullableChannel) Get ¶ added in v0.3.0
func (v NullableChannel) Get() *Channel
func (NullableChannel) IsSet ¶ added in v0.3.0
func (v NullableChannel) IsSet() bool
func (NullableChannel) MarshalJSON ¶ added in v0.3.0
func (v NullableChannel) MarshalJSON() ([]byte, error)
func (*NullableChannel) Set ¶ added in v0.3.0
func (v *NullableChannel) Set(val *Channel)
func (*NullableChannel) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableChannel) UnmarshalJSON(src []byte) error
func (*NullableChannel) Unset ¶ added in v0.3.0
func (v *NullableChannel) Unset()
type NullableConnector ¶
type NullableConnector struct {
// contains filtered or unexported fields
}
func NewNullableConnector ¶
func NewNullableConnector(val *Connector) *NullableConnector
func (NullableConnector) Get ¶
func (v NullableConnector) Get() *Connector
func (NullableConnector) IsSet ¶
func (v NullableConnector) IsSet() bool
func (NullableConnector) MarshalJSON ¶
func (v NullableConnector) MarshalJSON() ([]byte, error)
func (*NullableConnector) Set ¶
func (v *NullableConnector) Set(val *Connector)
func (*NullableConnector) UnmarshalJSON ¶
func (v *NullableConnector) UnmarshalJSON(src []byte) error
func (*NullableConnector) Unset ¶
func (v *NullableConnector) Unset()
type NullableConnectorCluster ¶
type NullableConnectorCluster struct {
// contains filtered or unexported fields
}
func NewNullableConnectorCluster ¶
func NewNullableConnectorCluster(val *ConnectorCluster) *NullableConnectorCluster
func (NullableConnectorCluster) Get ¶
func (v NullableConnectorCluster) Get() *ConnectorCluster
func (NullableConnectorCluster) IsSet ¶
func (v NullableConnectorCluster) IsSet() bool
func (NullableConnectorCluster) MarshalJSON ¶
func (v NullableConnectorCluster) MarshalJSON() ([]byte, error)
func (*NullableConnectorCluster) Set ¶
func (v *NullableConnectorCluster) Set(val *ConnectorCluster)
func (*NullableConnectorCluster) UnmarshalJSON ¶
func (v *NullableConnectorCluster) UnmarshalJSON(src []byte) error
func (*NullableConnectorCluster) Unset ¶
func (v *NullableConnectorCluster) Unset()
type NullableConnectorClusterList ¶
type NullableConnectorClusterList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterList ¶
func NewNullableConnectorClusterList(val *ConnectorClusterList) *NullableConnectorClusterList
func (NullableConnectorClusterList) Get ¶
func (v NullableConnectorClusterList) Get() *ConnectorClusterList
func (NullableConnectorClusterList) IsSet ¶
func (v NullableConnectorClusterList) IsSet() bool
func (NullableConnectorClusterList) MarshalJSON ¶
func (v NullableConnectorClusterList) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterList) Set ¶
func (v *NullableConnectorClusterList) Set(val *ConnectorClusterList)
func (*NullableConnectorClusterList) UnmarshalJSON ¶
func (v *NullableConnectorClusterList) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterList) Unset ¶
func (v *NullableConnectorClusterList) Unset()
type NullableConnectorClusterListAllOf ¶
type NullableConnectorClusterListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterListAllOf ¶
func NewNullableConnectorClusterListAllOf(val *ConnectorClusterListAllOf) *NullableConnectorClusterListAllOf
func (NullableConnectorClusterListAllOf) Get ¶
func (v NullableConnectorClusterListAllOf) Get() *ConnectorClusterListAllOf
func (NullableConnectorClusterListAllOf) IsSet ¶
func (v NullableConnectorClusterListAllOf) IsSet() bool
func (NullableConnectorClusterListAllOf) MarshalJSON ¶
func (v NullableConnectorClusterListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterListAllOf) Set ¶
func (v *NullableConnectorClusterListAllOf) Set(val *ConnectorClusterListAllOf)
func (*NullableConnectorClusterListAllOf) UnmarshalJSON ¶
func (v *NullableConnectorClusterListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterListAllOf) Unset ¶
func (v *NullableConnectorClusterListAllOf) Unset()
type NullableConnectorClusterMeta ¶ added in v0.3.0
type NullableConnectorClusterMeta struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterMeta ¶ added in v0.3.0
func NewNullableConnectorClusterMeta(val *ConnectorClusterMeta) *NullableConnectorClusterMeta
func (NullableConnectorClusterMeta) Get ¶ added in v0.3.0
func (v NullableConnectorClusterMeta) Get() *ConnectorClusterMeta
func (NullableConnectorClusterMeta) IsSet ¶ added in v0.3.0
func (v NullableConnectorClusterMeta) IsSet() bool
func (NullableConnectorClusterMeta) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorClusterMeta) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterMeta) Set ¶ added in v0.3.0
func (v *NullableConnectorClusterMeta) Set(val *ConnectorClusterMeta)
func (*NullableConnectorClusterMeta) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorClusterMeta) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterMeta) Unset ¶ added in v0.3.0
func (v *NullableConnectorClusterMeta) Unset()
type NullableConnectorClusterRequest ¶ added in v0.3.0
type NullableConnectorClusterRequest struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterRequest ¶ added in v0.3.0
func NewNullableConnectorClusterRequest(val *ConnectorClusterRequest) *NullableConnectorClusterRequest
func (NullableConnectorClusterRequest) Get ¶ added in v0.3.0
func (v NullableConnectorClusterRequest) Get() *ConnectorClusterRequest
func (NullableConnectorClusterRequest) IsSet ¶ added in v0.3.0
func (v NullableConnectorClusterRequest) IsSet() bool
func (NullableConnectorClusterRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorClusterRequest) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterRequest) Set ¶ added in v0.3.0
func (v *NullableConnectorClusterRequest) Set(val *ConnectorClusterRequest)
func (*NullableConnectorClusterRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorClusterRequest) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterRequest) Unset ¶ added in v0.3.0
func (v *NullableConnectorClusterRequest) Unset()
type NullableConnectorClusterRequestMeta ¶ added in v0.3.0
type NullableConnectorClusterRequestMeta struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterRequestMeta ¶ added in v0.3.0
func NewNullableConnectorClusterRequestMeta(val *ConnectorClusterRequestMeta) *NullableConnectorClusterRequestMeta
func (NullableConnectorClusterRequestMeta) Get ¶ added in v0.3.0
func (v NullableConnectorClusterRequestMeta) Get() *ConnectorClusterRequestMeta
func (NullableConnectorClusterRequestMeta) IsSet ¶ added in v0.3.0
func (v NullableConnectorClusterRequestMeta) IsSet() bool
func (NullableConnectorClusterRequestMeta) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorClusterRequestMeta) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterRequestMeta) Set ¶ added in v0.3.0
func (v *NullableConnectorClusterRequestMeta) Set(val *ConnectorClusterRequestMeta)
func (*NullableConnectorClusterRequestMeta) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorClusterRequestMeta) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterRequestMeta) Unset ¶ added in v0.3.0
func (v *NullableConnectorClusterRequestMeta) Unset()
type NullableConnectorClusterState ¶ added in v0.3.0
type NullableConnectorClusterState struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterState ¶ added in v0.3.0
func NewNullableConnectorClusterState(val *ConnectorClusterState) *NullableConnectorClusterState
func (NullableConnectorClusterState) Get ¶ added in v0.3.0
func (v NullableConnectorClusterState) Get() *ConnectorClusterState
func (NullableConnectorClusterState) IsSet ¶ added in v0.3.0
func (v NullableConnectorClusterState) IsSet() bool
func (NullableConnectorClusterState) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorClusterState) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterState) Set ¶ added in v0.3.0
func (v *NullableConnectorClusterState) Set(val *ConnectorClusterState)
func (*NullableConnectorClusterState) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorClusterState) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterState) Unset ¶ added in v0.3.0
func (v *NullableConnectorClusterState) Unset()
type NullableConnectorClusterStatus ¶ added in v0.3.0
type NullableConnectorClusterStatus struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterStatus ¶ added in v0.3.0
func NewNullableConnectorClusterStatus(val *ConnectorClusterStatus) *NullableConnectorClusterStatus
func (NullableConnectorClusterStatus) Get ¶ added in v0.3.0
func (v NullableConnectorClusterStatus) Get() *ConnectorClusterStatus
func (NullableConnectorClusterStatus) IsSet ¶ added in v0.3.0
func (v NullableConnectorClusterStatus) IsSet() bool
func (NullableConnectorClusterStatus) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorClusterStatus) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterStatus) Set ¶ added in v0.3.0
func (v *NullableConnectorClusterStatus) Set(val *ConnectorClusterStatus)
func (*NullableConnectorClusterStatus) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorClusterStatus) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterStatus) Unset ¶ added in v0.3.0
func (v *NullableConnectorClusterStatus) Unset()
type NullableConnectorClusterStatusStatus ¶ added in v0.3.0
type NullableConnectorClusterStatusStatus struct {
// contains filtered or unexported fields
}
func NewNullableConnectorClusterStatusStatus ¶ added in v0.3.0
func NewNullableConnectorClusterStatusStatus(val *ConnectorClusterStatusStatus) *NullableConnectorClusterStatusStatus
func (NullableConnectorClusterStatusStatus) Get ¶ added in v0.3.0
func (v NullableConnectorClusterStatusStatus) Get() *ConnectorClusterStatusStatus
func (NullableConnectorClusterStatusStatus) IsSet ¶ added in v0.3.0
func (v NullableConnectorClusterStatusStatus) IsSet() bool
func (NullableConnectorClusterStatusStatus) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorClusterStatusStatus) MarshalJSON() ([]byte, error)
func (*NullableConnectorClusterStatusStatus) Set ¶ added in v0.3.0
func (v *NullableConnectorClusterStatusStatus) Set(val *ConnectorClusterStatusStatus)
func (*NullableConnectorClusterStatusStatus) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorClusterStatusStatus) UnmarshalJSON(src []byte) error
func (*NullableConnectorClusterStatusStatus) Unset ¶ added in v0.3.0
func (v *NullableConnectorClusterStatusStatus) Unset()
type NullableConnectorConfiguration ¶ added in v0.3.0
type NullableConnectorConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableConnectorConfiguration ¶ added in v0.3.0
func NewNullableConnectorConfiguration(val *ConnectorConfiguration) *NullableConnectorConfiguration
func (NullableConnectorConfiguration) Get ¶ added in v0.3.0
func (v NullableConnectorConfiguration) Get() *ConnectorConfiguration
func (NullableConnectorConfiguration) IsSet ¶ added in v0.3.0
func (v NullableConnectorConfiguration) IsSet() bool
func (NullableConnectorConfiguration) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorConfiguration) MarshalJSON() ([]byte, error)
func (*NullableConnectorConfiguration) Set ¶ added in v0.3.0
func (v *NullableConnectorConfiguration) Set(val *ConnectorConfiguration)
func (*NullableConnectorConfiguration) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorConfiguration) UnmarshalJSON(src []byte) error
func (*NullableConnectorConfiguration) Unset ¶ added in v0.3.0
func (v *NullableConnectorConfiguration) Unset()
type NullableConnectorDesiredState ¶ added in v0.3.0
type NullableConnectorDesiredState struct {
// contains filtered or unexported fields
}
func NewNullableConnectorDesiredState ¶ added in v0.3.0
func NewNullableConnectorDesiredState(val *ConnectorDesiredState) *NullableConnectorDesiredState
func (NullableConnectorDesiredState) Get ¶ added in v0.3.0
func (v NullableConnectorDesiredState) Get() *ConnectorDesiredState
func (NullableConnectorDesiredState) IsSet ¶ added in v0.3.0
func (v NullableConnectorDesiredState) IsSet() bool
func (NullableConnectorDesiredState) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorDesiredState) MarshalJSON() ([]byte, error)
func (*NullableConnectorDesiredState) Set ¶ added in v0.3.0
func (v *NullableConnectorDesiredState) Set(val *ConnectorDesiredState)
func (*NullableConnectorDesiredState) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorDesiredState) UnmarshalJSON(src []byte) error
func (*NullableConnectorDesiredState) Unset ¶ added in v0.3.0
func (v *NullableConnectorDesiredState) Unset()
type NullableConnectorList ¶
type NullableConnectorList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorList ¶
func NewNullableConnectorList(val *ConnectorList) *NullableConnectorList
func (NullableConnectorList) Get ¶
func (v NullableConnectorList) Get() *ConnectorList
func (NullableConnectorList) IsSet ¶
func (v NullableConnectorList) IsSet() bool
func (NullableConnectorList) MarshalJSON ¶
func (v NullableConnectorList) MarshalJSON() ([]byte, error)
func (*NullableConnectorList) Set ¶
func (v *NullableConnectorList) Set(val *ConnectorList)
func (*NullableConnectorList) UnmarshalJSON ¶
func (v *NullableConnectorList) UnmarshalJSON(src []byte) error
func (*NullableConnectorList) Unset ¶
func (v *NullableConnectorList) Unset()
type NullableConnectorListAllOf ¶
type NullableConnectorListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorListAllOf ¶
func NewNullableConnectorListAllOf(val *ConnectorListAllOf) *NullableConnectorListAllOf
func (NullableConnectorListAllOf) Get ¶
func (v NullableConnectorListAllOf) Get() *ConnectorListAllOf
func (NullableConnectorListAllOf) IsSet ¶
func (v NullableConnectorListAllOf) IsSet() bool
func (NullableConnectorListAllOf) MarshalJSON ¶
func (v NullableConnectorListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorListAllOf) Set ¶
func (v *NullableConnectorListAllOf) Set(val *ConnectorListAllOf)
func (*NullableConnectorListAllOf) UnmarshalJSON ¶
func (v *NullableConnectorListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorListAllOf) Unset ¶
func (v *NullableConnectorListAllOf) Unset()
type NullableConnectorMeta ¶ added in v0.3.0
type NullableConnectorMeta struct {
// contains filtered or unexported fields
}
func NewNullableConnectorMeta ¶ added in v0.3.0
func NewNullableConnectorMeta(val *ConnectorMeta) *NullableConnectorMeta
func (NullableConnectorMeta) Get ¶ added in v0.3.0
func (v NullableConnectorMeta) Get() *ConnectorMeta
func (NullableConnectorMeta) IsSet ¶ added in v0.3.0
func (v NullableConnectorMeta) IsSet() bool
func (NullableConnectorMeta) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorMeta) MarshalJSON() ([]byte, error)
func (*NullableConnectorMeta) Set ¶ added in v0.3.0
func (v *NullableConnectorMeta) Set(val *ConnectorMeta)
func (*NullableConnectorMeta) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorMeta) UnmarshalJSON(src []byte) error
func (*NullableConnectorMeta) Unset ¶ added in v0.3.0
func (v *NullableConnectorMeta) Unset()
type NullableConnectorMetaAllOf ¶ added in v0.3.0
type NullableConnectorMetaAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorMetaAllOf ¶ added in v0.3.0
func NewNullableConnectorMetaAllOf(val *ConnectorMetaAllOf) *NullableConnectorMetaAllOf
func (NullableConnectorMetaAllOf) Get ¶ added in v0.3.0
func (v NullableConnectorMetaAllOf) Get() *ConnectorMetaAllOf
func (NullableConnectorMetaAllOf) IsSet ¶ added in v0.3.0
func (v NullableConnectorMetaAllOf) IsSet() bool
func (NullableConnectorMetaAllOf) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorMetaAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorMetaAllOf) Set ¶ added in v0.3.0
func (v *NullableConnectorMetaAllOf) Set(val *ConnectorMetaAllOf)
func (*NullableConnectorMetaAllOf) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorMetaAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorMetaAllOf) Unset ¶ added in v0.3.0
func (v *NullableConnectorMetaAllOf) Unset()
type NullableConnectorNamespace ¶ added in v0.5.0
type NullableConnectorNamespace struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespace ¶ added in v0.5.0
func NewNullableConnectorNamespace(val *ConnectorNamespace) *NullableConnectorNamespace
func (NullableConnectorNamespace) Get ¶ added in v0.5.0
func (v NullableConnectorNamespace) Get() *ConnectorNamespace
func (NullableConnectorNamespace) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespace) IsSet() bool
func (NullableConnectorNamespace) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespace) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespace) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespace) Set(val *ConnectorNamespace)
func (*NullableConnectorNamespace) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespace) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespace) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespace) Unset()
type NullableConnectorNamespaceAllOf ¶ added in v0.5.0
type NullableConnectorNamespaceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceAllOf ¶ added in v0.5.0
func NewNullableConnectorNamespaceAllOf(val *ConnectorNamespaceAllOf) *NullableConnectorNamespaceAllOf
func (NullableConnectorNamespaceAllOf) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceAllOf) Get() *ConnectorNamespaceAllOf
func (NullableConnectorNamespaceAllOf) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceAllOf) IsSet() bool
func (NullableConnectorNamespaceAllOf) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceAllOf) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceAllOf) Set(val *ConnectorNamespaceAllOf)
func (*NullableConnectorNamespaceAllOf) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceAllOf) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceAllOf) Unset()
type NullableConnectorNamespaceEvalRequest ¶ added in v0.5.0
type NullableConnectorNamespaceEvalRequest struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceEvalRequest ¶ added in v0.5.0
func NewNullableConnectorNamespaceEvalRequest(val *ConnectorNamespaceEvalRequest) *NullableConnectorNamespaceEvalRequest
func (NullableConnectorNamespaceEvalRequest) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceEvalRequest) Get() *ConnectorNamespaceEvalRequest
func (NullableConnectorNamespaceEvalRequest) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceEvalRequest) IsSet() bool
func (NullableConnectorNamespaceEvalRequest) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceEvalRequest) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceEvalRequest) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceEvalRequest) Set(val *ConnectorNamespaceEvalRequest)
func (*NullableConnectorNamespaceEvalRequest) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceEvalRequest) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceEvalRequest) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceEvalRequest) Unset()
type NullableConnectorNamespaceList ¶ added in v0.5.0
type NullableConnectorNamespaceList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceList ¶ added in v0.5.0
func NewNullableConnectorNamespaceList(val *ConnectorNamespaceList) *NullableConnectorNamespaceList
func (NullableConnectorNamespaceList) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceList) Get() *ConnectorNamespaceList
func (NullableConnectorNamespaceList) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceList) IsSet() bool
func (NullableConnectorNamespaceList) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceList) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceList) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceList) Set(val *ConnectorNamespaceList)
func (*NullableConnectorNamespaceList) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceList) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceList) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceList) Unset()
type NullableConnectorNamespaceListAllOf ¶ added in v0.5.0
type NullableConnectorNamespaceListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceListAllOf ¶ added in v0.5.0
func NewNullableConnectorNamespaceListAllOf(val *ConnectorNamespaceListAllOf) *NullableConnectorNamespaceListAllOf
func (NullableConnectorNamespaceListAllOf) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceListAllOf) Get() *ConnectorNamespaceListAllOf
func (NullableConnectorNamespaceListAllOf) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceListAllOf) IsSet() bool
func (NullableConnectorNamespaceListAllOf) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceListAllOf) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceListAllOf) Set(val *ConnectorNamespaceListAllOf)
func (*NullableConnectorNamespaceListAllOf) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceListAllOf) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceListAllOf) Unset()
type NullableConnectorNamespaceMeta ¶ added in v0.5.0
type NullableConnectorNamespaceMeta struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceMeta ¶ added in v0.5.0
func NewNullableConnectorNamespaceMeta(val *ConnectorNamespaceMeta) *NullableConnectorNamespaceMeta
func (NullableConnectorNamespaceMeta) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceMeta) Get() *ConnectorNamespaceMeta
func (NullableConnectorNamespaceMeta) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceMeta) IsSet() bool
func (NullableConnectorNamespaceMeta) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceMeta) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceMeta) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceMeta) Set(val *ConnectorNamespaceMeta)
func (*NullableConnectorNamespaceMeta) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceMeta) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceMeta) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceMeta) Unset()
type NullableConnectorNamespaceMetaAllOf ¶ added in v0.5.0
type NullableConnectorNamespaceMetaAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceMetaAllOf ¶ added in v0.5.0
func NewNullableConnectorNamespaceMetaAllOf(val *ConnectorNamespaceMetaAllOf) *NullableConnectorNamespaceMetaAllOf
func (NullableConnectorNamespaceMetaAllOf) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceMetaAllOf) Get() *ConnectorNamespaceMetaAllOf
func (NullableConnectorNamespaceMetaAllOf) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceMetaAllOf) IsSet() bool
func (NullableConnectorNamespaceMetaAllOf) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceMetaAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceMetaAllOf) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceMetaAllOf) Set(val *ConnectorNamespaceMetaAllOf)
func (*NullableConnectorNamespaceMetaAllOf) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceMetaAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceMetaAllOf) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceMetaAllOf) Unset()
type NullableConnectorNamespacePatchRequest ¶ added in v0.5.0
type NullableConnectorNamespacePatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespacePatchRequest ¶ added in v0.5.0
func NewNullableConnectorNamespacePatchRequest(val *ConnectorNamespacePatchRequest) *NullableConnectorNamespacePatchRequest
func (NullableConnectorNamespacePatchRequest) Get ¶ added in v0.5.0
func (v NullableConnectorNamespacePatchRequest) Get() *ConnectorNamespacePatchRequest
func (NullableConnectorNamespacePatchRequest) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespacePatchRequest) IsSet() bool
func (NullableConnectorNamespacePatchRequest) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespacePatchRequest) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespacePatchRequest) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespacePatchRequest) Set(val *ConnectorNamespacePatchRequest)
func (*NullableConnectorNamespacePatchRequest) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespacePatchRequest) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespacePatchRequest) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespacePatchRequest) Unset()
type NullableConnectorNamespaceQuota ¶ added in v0.5.0
type NullableConnectorNamespaceQuota struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceQuota ¶ added in v0.5.0
func NewNullableConnectorNamespaceQuota(val *ConnectorNamespaceQuota) *NullableConnectorNamespaceQuota
func (NullableConnectorNamespaceQuota) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceQuota) Get() *ConnectorNamespaceQuota
func (NullableConnectorNamespaceQuota) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceQuota) IsSet() bool
func (NullableConnectorNamespaceQuota) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceQuota) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceQuota) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceQuota) Set(val *ConnectorNamespaceQuota)
func (*NullableConnectorNamespaceQuota) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceQuota) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceQuota) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceQuota) Unset()
type NullableConnectorNamespaceRequest ¶ added in v0.5.0
type NullableConnectorNamespaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceRequest ¶ added in v0.5.0
func NewNullableConnectorNamespaceRequest(val *ConnectorNamespaceRequest) *NullableConnectorNamespaceRequest
func (NullableConnectorNamespaceRequest) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequest) Get() *ConnectorNamespaceRequest
func (NullableConnectorNamespaceRequest) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequest) IsSet() bool
func (NullableConnectorNamespaceRequest) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequest) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceRequest) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequest) Set(val *ConnectorNamespaceRequest)
func (*NullableConnectorNamespaceRequest) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequest) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceRequest) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequest) Unset()
type NullableConnectorNamespaceRequestAllOf ¶ added in v0.5.0
type NullableConnectorNamespaceRequestAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceRequestAllOf ¶ added in v0.5.0
func NewNullableConnectorNamespaceRequestAllOf(val *ConnectorNamespaceRequestAllOf) *NullableConnectorNamespaceRequestAllOf
func (NullableConnectorNamespaceRequestAllOf) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequestAllOf) Get() *ConnectorNamespaceRequestAllOf
func (NullableConnectorNamespaceRequestAllOf) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequestAllOf) IsSet() bool
func (NullableConnectorNamespaceRequestAllOf) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequestAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceRequestAllOf) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequestAllOf) Set(val *ConnectorNamespaceRequestAllOf)
func (*NullableConnectorNamespaceRequestAllOf) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequestAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceRequestAllOf) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequestAllOf) Unset()
type NullableConnectorNamespaceRequestMeta ¶ added in v0.5.0
type NullableConnectorNamespaceRequestMeta struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceRequestMeta ¶ added in v0.5.0
func NewNullableConnectorNamespaceRequestMeta(val *ConnectorNamespaceRequestMeta) *NullableConnectorNamespaceRequestMeta
func (NullableConnectorNamespaceRequestMeta) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequestMeta) Get() *ConnectorNamespaceRequestMeta
func (NullableConnectorNamespaceRequestMeta) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequestMeta) IsSet() bool
func (NullableConnectorNamespaceRequestMeta) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceRequestMeta) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceRequestMeta) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequestMeta) Set(val *ConnectorNamespaceRequestMeta)
func (*NullableConnectorNamespaceRequestMeta) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequestMeta) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceRequestMeta) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceRequestMeta) Unset()
type NullableConnectorNamespaceState ¶ added in v0.5.0
type NullableConnectorNamespaceState struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceState ¶ added in v0.5.0
func NewNullableConnectorNamespaceState(val *ConnectorNamespaceState) *NullableConnectorNamespaceState
func (NullableConnectorNamespaceState) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceState) Get() *ConnectorNamespaceState
func (NullableConnectorNamespaceState) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceState) IsSet() bool
func (NullableConnectorNamespaceState) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceState) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceState) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceState) Set(val *ConnectorNamespaceState)
func (*NullableConnectorNamespaceState) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceState) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceState) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceState) Unset()
type NullableConnectorNamespaceStatus ¶ added in v0.5.0
type NullableConnectorNamespaceStatus struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceStatus ¶ added in v0.5.0
func NewNullableConnectorNamespaceStatus(val *ConnectorNamespaceStatus) *NullableConnectorNamespaceStatus
func (NullableConnectorNamespaceStatus) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceStatus) Get() *ConnectorNamespaceStatus
func (NullableConnectorNamespaceStatus) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceStatus) IsSet() bool
func (NullableConnectorNamespaceStatus) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceStatus) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceStatus) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceStatus) Set(val *ConnectorNamespaceStatus)
func (*NullableConnectorNamespaceStatus) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceStatus) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceStatus) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceStatus) Unset()
type NullableConnectorNamespaceTenant ¶ added in v0.5.0
type NullableConnectorNamespaceTenant struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceTenant ¶ added in v0.5.0
func NewNullableConnectorNamespaceTenant(val *ConnectorNamespaceTenant) *NullableConnectorNamespaceTenant
func (NullableConnectorNamespaceTenant) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceTenant) Get() *ConnectorNamespaceTenant
func (NullableConnectorNamespaceTenant) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceTenant) IsSet() bool
func (NullableConnectorNamespaceTenant) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceTenant) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceTenant) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceTenant) Set(val *ConnectorNamespaceTenant)
func (*NullableConnectorNamespaceTenant) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceTenant) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceTenant) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceTenant) Unset()
type NullableConnectorNamespaceTenantKind ¶ added in v0.5.0
type NullableConnectorNamespaceTenantKind struct {
// contains filtered or unexported fields
}
func NewNullableConnectorNamespaceTenantKind ¶ added in v0.5.0
func NewNullableConnectorNamespaceTenantKind(val *ConnectorNamespaceTenantKind) *NullableConnectorNamespaceTenantKind
func (NullableConnectorNamespaceTenantKind) Get ¶ added in v0.5.0
func (v NullableConnectorNamespaceTenantKind) Get() *ConnectorNamespaceTenantKind
func (NullableConnectorNamespaceTenantKind) IsSet ¶ added in v0.5.0
func (v NullableConnectorNamespaceTenantKind) IsSet() bool
func (NullableConnectorNamespaceTenantKind) MarshalJSON ¶ added in v0.5.0
func (v NullableConnectorNamespaceTenantKind) MarshalJSON() ([]byte, error)
func (*NullableConnectorNamespaceTenantKind) Set ¶ added in v0.5.0
func (v *NullableConnectorNamespaceTenantKind) Set(val *ConnectorNamespaceTenantKind)
func (*NullableConnectorNamespaceTenantKind) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableConnectorNamespaceTenantKind) UnmarshalJSON(src []byte) error
func (*NullableConnectorNamespaceTenantKind) Unset ¶ added in v0.5.0
func (v *NullableConnectorNamespaceTenantKind) Unset()
type NullableConnectorRequest ¶ added in v0.3.0
type NullableConnectorRequest struct {
// contains filtered or unexported fields
}
func NewNullableConnectorRequest ¶ added in v0.3.0
func NewNullableConnectorRequest(val *ConnectorRequest) *NullableConnectorRequest
func (NullableConnectorRequest) Get ¶ added in v0.3.0
func (v NullableConnectorRequest) Get() *ConnectorRequest
func (NullableConnectorRequest) IsSet ¶ added in v0.3.0
func (v NullableConnectorRequest) IsSet() bool
func (NullableConnectorRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorRequest) MarshalJSON() ([]byte, error)
func (*NullableConnectorRequest) Set ¶ added in v0.3.0
func (v *NullableConnectorRequest) Set(val *ConnectorRequest)
func (*NullableConnectorRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorRequest) UnmarshalJSON(src []byte) error
func (*NullableConnectorRequest) Unset ¶ added in v0.3.0
func (v *NullableConnectorRequest) Unset()
type NullableConnectorRequestMeta ¶ added in v0.3.0
type NullableConnectorRequestMeta struct {
// contains filtered or unexported fields
}
func NewNullableConnectorRequestMeta ¶ added in v0.3.0
func NewNullableConnectorRequestMeta(val *ConnectorRequestMeta) *NullableConnectorRequestMeta
func (NullableConnectorRequestMeta) Get ¶ added in v0.3.0
func (v NullableConnectorRequestMeta) Get() *ConnectorRequestMeta
func (NullableConnectorRequestMeta) IsSet ¶ added in v0.3.0
func (v NullableConnectorRequestMeta) IsSet() bool
func (NullableConnectorRequestMeta) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorRequestMeta) MarshalJSON() ([]byte, error)
func (*NullableConnectorRequestMeta) Set ¶ added in v0.3.0
func (v *NullableConnectorRequestMeta) Set(val *ConnectorRequestMeta)
func (*NullableConnectorRequestMeta) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorRequestMeta) UnmarshalJSON(src []byte) error
func (*NullableConnectorRequestMeta) Unset ¶ added in v0.3.0
func (v *NullableConnectorRequestMeta) Unset()
type NullableConnectorState ¶ added in v0.3.0
type NullableConnectorState struct {
// contains filtered or unexported fields
}
func NewNullableConnectorState ¶ added in v0.3.0
func NewNullableConnectorState(val *ConnectorState) *NullableConnectorState
func (NullableConnectorState) Get ¶ added in v0.3.0
func (v NullableConnectorState) Get() *ConnectorState
func (NullableConnectorState) IsSet ¶ added in v0.3.0
func (v NullableConnectorState) IsSet() bool
func (NullableConnectorState) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorState) MarshalJSON() ([]byte, error)
func (*NullableConnectorState) Set ¶ added in v0.3.0
func (v *NullableConnectorState) Set(val *ConnectorState)
func (*NullableConnectorState) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorState) UnmarshalJSON(src []byte) error
func (*NullableConnectorState) Unset ¶ added in v0.3.0
func (v *NullableConnectorState) Unset()
type NullableConnectorStatus ¶ added in v0.3.0
type NullableConnectorStatus struct {
// contains filtered or unexported fields
}
func NewNullableConnectorStatus ¶ added in v0.3.0
func NewNullableConnectorStatus(val *ConnectorStatus) *NullableConnectorStatus
func (NullableConnectorStatus) Get ¶ added in v0.3.0
func (v NullableConnectorStatus) Get() *ConnectorStatus
func (NullableConnectorStatus) IsSet ¶ added in v0.3.0
func (v NullableConnectorStatus) IsSet() bool
func (NullableConnectorStatus) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorStatus) MarshalJSON() ([]byte, error)
func (*NullableConnectorStatus) Set ¶ added in v0.3.0
func (v *NullableConnectorStatus) Set(val *ConnectorStatus)
func (*NullableConnectorStatus) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorStatus) UnmarshalJSON(src []byte) error
func (*NullableConnectorStatus) Unset ¶ added in v0.3.0
func (v *NullableConnectorStatus) Unset()
type NullableConnectorStatusStatus ¶ added in v0.3.0
type NullableConnectorStatusStatus struct {
// contains filtered or unexported fields
}
func NewNullableConnectorStatusStatus ¶ added in v0.3.0
func NewNullableConnectorStatusStatus(val *ConnectorStatusStatus) *NullableConnectorStatusStatus
func (NullableConnectorStatusStatus) Get ¶ added in v0.3.0
func (v NullableConnectorStatusStatus) Get() *ConnectorStatusStatus
func (NullableConnectorStatusStatus) IsSet ¶ added in v0.3.0
func (v NullableConnectorStatusStatus) IsSet() bool
func (NullableConnectorStatusStatus) MarshalJSON ¶ added in v0.3.0
func (v NullableConnectorStatusStatus) MarshalJSON() ([]byte, error)
func (*NullableConnectorStatusStatus) Set ¶ added in v0.3.0
func (v *NullableConnectorStatusStatus) Set(val *ConnectorStatusStatus)
func (*NullableConnectorStatusStatus) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableConnectorStatusStatus) UnmarshalJSON(src []byte) error
func (*NullableConnectorStatusStatus) Unset ¶ added in v0.3.0
func (v *NullableConnectorStatusStatus) Unset()
type NullableConnectorType ¶
type NullableConnectorType struct {
// contains filtered or unexported fields
}
func NewNullableConnectorType ¶
func NewNullableConnectorType(val *ConnectorType) *NullableConnectorType
func (NullableConnectorType) Get ¶
func (v NullableConnectorType) Get() *ConnectorType
func (NullableConnectorType) IsSet ¶
func (v NullableConnectorType) IsSet() bool
func (NullableConnectorType) MarshalJSON ¶
func (v NullableConnectorType) MarshalJSON() ([]byte, error)
func (*NullableConnectorType) Set ¶
func (v *NullableConnectorType) Set(val *ConnectorType)
func (*NullableConnectorType) UnmarshalJSON ¶
func (v *NullableConnectorType) UnmarshalJSON(src []byte) error
func (*NullableConnectorType) Unset ¶
func (v *NullableConnectorType) Unset()
type NullableConnectorTypeAllOf ¶
type NullableConnectorTypeAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeAllOf ¶
func NewNullableConnectorTypeAllOf(val *ConnectorTypeAllOf) *NullableConnectorTypeAllOf
func (NullableConnectorTypeAllOf) Get ¶
func (v NullableConnectorTypeAllOf) Get() *ConnectorTypeAllOf
func (NullableConnectorTypeAllOf) IsSet ¶
func (v NullableConnectorTypeAllOf) IsSet() bool
func (NullableConnectorTypeAllOf) MarshalJSON ¶
func (v NullableConnectorTypeAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeAllOf) Set ¶
func (v *NullableConnectorTypeAllOf) Set(val *ConnectorTypeAllOf)
func (*NullableConnectorTypeAllOf) UnmarshalJSON ¶
func (v *NullableConnectorTypeAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeAllOf) Unset ¶
func (v *NullableConnectorTypeAllOf) Unset()
type NullableConnectorTypeLabelCount ¶ added in v0.9.0
type NullableConnectorTypeLabelCount struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeLabelCount ¶ added in v0.9.0
func NewNullableConnectorTypeLabelCount(val *ConnectorTypeLabelCount) *NullableConnectorTypeLabelCount
func (NullableConnectorTypeLabelCount) Get ¶ added in v0.9.0
func (v NullableConnectorTypeLabelCount) Get() *ConnectorTypeLabelCount
func (NullableConnectorTypeLabelCount) IsSet ¶ added in v0.9.0
func (v NullableConnectorTypeLabelCount) IsSet() bool
func (NullableConnectorTypeLabelCount) MarshalJSON ¶ added in v0.9.0
func (v NullableConnectorTypeLabelCount) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeLabelCount) Set ¶ added in v0.9.0
func (v *NullableConnectorTypeLabelCount) Set(val *ConnectorTypeLabelCount)
func (*NullableConnectorTypeLabelCount) UnmarshalJSON ¶ added in v0.9.0
func (v *NullableConnectorTypeLabelCount) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeLabelCount) Unset ¶ added in v0.9.0
func (v *NullableConnectorTypeLabelCount) Unset()
type NullableConnectorTypeLabelCountList ¶ added in v0.9.0
type NullableConnectorTypeLabelCountList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeLabelCountList ¶ added in v0.9.0
func NewNullableConnectorTypeLabelCountList(val *ConnectorTypeLabelCountList) *NullableConnectorTypeLabelCountList
func (NullableConnectorTypeLabelCountList) Get ¶ added in v0.9.0
func (v NullableConnectorTypeLabelCountList) Get() *ConnectorTypeLabelCountList
func (NullableConnectorTypeLabelCountList) IsSet ¶ added in v0.9.0
func (v NullableConnectorTypeLabelCountList) IsSet() bool
func (NullableConnectorTypeLabelCountList) MarshalJSON ¶ added in v0.9.0
func (v NullableConnectorTypeLabelCountList) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeLabelCountList) Set ¶ added in v0.9.0
func (v *NullableConnectorTypeLabelCountList) Set(val *ConnectorTypeLabelCountList)
func (*NullableConnectorTypeLabelCountList) UnmarshalJSON ¶ added in v0.9.0
func (v *NullableConnectorTypeLabelCountList) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeLabelCountList) Unset ¶ added in v0.9.0
func (v *NullableConnectorTypeLabelCountList) Unset()
type NullableConnectorTypeList ¶
type NullableConnectorTypeList struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeList ¶
func NewNullableConnectorTypeList(val *ConnectorTypeList) *NullableConnectorTypeList
func (NullableConnectorTypeList) Get ¶
func (v NullableConnectorTypeList) Get() *ConnectorTypeList
func (NullableConnectorTypeList) IsSet ¶
func (v NullableConnectorTypeList) IsSet() bool
func (NullableConnectorTypeList) MarshalJSON ¶
func (v NullableConnectorTypeList) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeList) Set ¶
func (v *NullableConnectorTypeList) Set(val *ConnectorTypeList)
func (*NullableConnectorTypeList) UnmarshalJSON ¶
func (v *NullableConnectorTypeList) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeList) Unset ¶
func (v *NullableConnectorTypeList) Unset()
type NullableConnectorTypeListAllOf ¶
type NullableConnectorTypeListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConnectorTypeListAllOf ¶
func NewNullableConnectorTypeListAllOf(val *ConnectorTypeListAllOf) *NullableConnectorTypeListAllOf
func (NullableConnectorTypeListAllOf) Get ¶
func (v NullableConnectorTypeListAllOf) Get() *ConnectorTypeListAllOf
func (NullableConnectorTypeListAllOf) IsSet ¶
func (v NullableConnectorTypeListAllOf) IsSet() bool
func (NullableConnectorTypeListAllOf) MarshalJSON ¶
func (v NullableConnectorTypeListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConnectorTypeListAllOf) Set ¶
func (v *NullableConnectorTypeListAllOf) Set(val *ConnectorTypeListAllOf)
func (*NullableConnectorTypeListAllOf) UnmarshalJSON ¶
func (v *NullableConnectorTypeListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConnectorTypeListAllOf) Unset ¶
func (v *NullableConnectorTypeListAllOf) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableKafkaConnectionSettings ¶
type NullableKafkaConnectionSettings struct {
// contains filtered or unexported fields
}
func NewNullableKafkaConnectionSettings ¶
func NewNullableKafkaConnectionSettings(val *KafkaConnectionSettings) *NullableKafkaConnectionSettings
func (NullableKafkaConnectionSettings) Get ¶
func (v NullableKafkaConnectionSettings) Get() *KafkaConnectionSettings
func (NullableKafkaConnectionSettings) IsSet ¶
func (v NullableKafkaConnectionSettings) IsSet() bool
func (NullableKafkaConnectionSettings) MarshalJSON ¶
func (v NullableKafkaConnectionSettings) MarshalJSON() ([]byte, error)
func (*NullableKafkaConnectionSettings) Set ¶
func (v *NullableKafkaConnectionSettings) Set(val *KafkaConnectionSettings)
func (*NullableKafkaConnectionSettings) UnmarshalJSON ¶
func (v *NullableKafkaConnectionSettings) UnmarshalJSON(src []byte) error
func (*NullableKafkaConnectionSettings) Unset ¶
func (v *NullableKafkaConnectionSettings) Unset()
type NullableList ¶
type NullableList struct {
// contains filtered or unexported fields
}
func NewNullableList ¶
func NewNullableList(val *List) *NullableList
func (NullableList) Get ¶
func (v NullableList) Get() *List
func (NullableList) IsSet ¶
func (v NullableList) IsSet() bool
func (NullableList) MarshalJSON ¶
func (v NullableList) MarshalJSON() ([]byte, error)
func (*NullableList) Set ¶
func (v *NullableList) Set(val *List)
func (*NullableList) UnmarshalJSON ¶
func (v *NullableList) UnmarshalJSON(src []byte) error
func (*NullableList) Unset ¶
func (v *NullableList) Unset()
type NullableObjectMeta ¶ added in v0.3.0
type NullableObjectMeta struct {
// contains filtered or unexported fields
}
func NewNullableObjectMeta ¶ added in v0.3.0
func NewNullableObjectMeta(val *ObjectMeta) *NullableObjectMeta
func (NullableObjectMeta) Get ¶ added in v0.3.0
func (v NullableObjectMeta) Get() *ObjectMeta
func (NullableObjectMeta) IsSet ¶ added in v0.3.0
func (v NullableObjectMeta) IsSet() bool
func (NullableObjectMeta) MarshalJSON ¶ added in v0.3.0
func (v NullableObjectMeta) MarshalJSON() ([]byte, error)
func (*NullableObjectMeta) Set ¶ added in v0.3.0
func (v *NullableObjectMeta) Set(val *ObjectMeta)
func (*NullableObjectMeta) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableObjectMeta) UnmarshalJSON(src []byte) error
func (*NullableObjectMeta) Unset ¶ added in v0.3.0
func (v *NullableObjectMeta) Unset()
type NullableObjectReference ¶
type NullableObjectReference struct {
// contains filtered or unexported fields
}
func NewNullableObjectReference ¶
func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference
func (NullableObjectReference) Get ¶
func (v NullableObjectReference) Get() *ObjectReference
func (NullableObjectReference) IsSet ¶
func (v NullableObjectReference) IsSet() bool
func (NullableObjectReference) MarshalJSON ¶
func (v NullableObjectReference) MarshalJSON() ([]byte, error)
func (*NullableObjectReference) Set ¶
func (v *NullableObjectReference) Set(val *ObjectReference)
func (*NullableObjectReference) UnmarshalJSON ¶
func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
func (*NullableObjectReference) Unset ¶
func (v *NullableObjectReference) Unset()
type NullableSchemaRegistryConnectionSettings ¶ added in v0.3.0
type NullableSchemaRegistryConnectionSettings struct {
// contains filtered or unexported fields
}
func NewNullableSchemaRegistryConnectionSettings ¶ added in v0.3.0
func NewNullableSchemaRegistryConnectionSettings(val *SchemaRegistryConnectionSettings) *NullableSchemaRegistryConnectionSettings
func (NullableSchemaRegistryConnectionSettings) IsSet ¶ added in v0.3.0
func (v NullableSchemaRegistryConnectionSettings) IsSet() bool
func (NullableSchemaRegistryConnectionSettings) MarshalJSON ¶ added in v0.3.0
func (v NullableSchemaRegistryConnectionSettings) MarshalJSON() ([]byte, error)
func (*NullableSchemaRegistryConnectionSettings) Set ¶ added in v0.3.0
func (v *NullableSchemaRegistryConnectionSettings) Set(val *SchemaRegistryConnectionSettings)
func (*NullableSchemaRegistryConnectionSettings) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableSchemaRegistryConnectionSettings) UnmarshalJSON(src []byte) error
func (*NullableSchemaRegistryConnectionSettings) Unset ¶ added in v0.3.0
func (v *NullableSchemaRegistryConnectionSettings) Unset()
type NullableServiceAccount ¶ added in v0.3.0
type NullableServiceAccount struct {
// contains filtered or unexported fields
}
func NewNullableServiceAccount ¶ added in v0.3.0
func NewNullableServiceAccount(val *ServiceAccount) *NullableServiceAccount
func (NullableServiceAccount) Get ¶ added in v0.3.0
func (v NullableServiceAccount) Get() *ServiceAccount
func (NullableServiceAccount) IsSet ¶ added in v0.3.0
func (v NullableServiceAccount) IsSet() bool
func (NullableServiceAccount) MarshalJSON ¶ added in v0.3.0
func (v NullableServiceAccount) MarshalJSON() ([]byte, error)
func (*NullableServiceAccount) Set ¶ added in v0.3.0
func (v *NullableServiceAccount) Set(val *ServiceAccount)
func (*NullableServiceAccount) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableServiceAccount) UnmarshalJSON(src []byte) error
func (*NullableServiceAccount) Unset ¶ added in v0.3.0
func (v *NullableServiceAccount) Unset()
type NullableServiceConnectionSettings ¶ added in v0.3.0
type NullableServiceConnectionSettings struct {
// contains filtered or unexported fields
}
func NewNullableServiceConnectionSettings ¶ added in v0.3.0
func NewNullableServiceConnectionSettings(val *ServiceConnectionSettings) *NullableServiceConnectionSettings
func (NullableServiceConnectionSettings) Get ¶ added in v0.3.0
func (v NullableServiceConnectionSettings) Get() *ServiceConnectionSettings
func (NullableServiceConnectionSettings) IsSet ¶ added in v0.3.0
func (v NullableServiceConnectionSettings) IsSet() bool
func (NullableServiceConnectionSettings) MarshalJSON ¶ added in v0.3.0
func (v NullableServiceConnectionSettings) MarshalJSON() ([]byte, error)
func (*NullableServiceConnectionSettings) Set ¶ added in v0.3.0
func (v *NullableServiceConnectionSettings) Set(val *ServiceConnectionSettings)
func (*NullableServiceConnectionSettings) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableServiceConnectionSettings) UnmarshalJSON(src []byte) error
func (*NullableServiceConnectionSettings) Unset ¶ added in v0.3.0
func (v *NullableServiceConnectionSettings) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableVersionMetadata ¶ added in v0.3.0
type NullableVersionMetadata struct {
// contains filtered or unexported fields
}
func NewNullableVersionMetadata ¶ added in v0.3.0
func NewNullableVersionMetadata(val *VersionMetadata) *NullableVersionMetadata
func (NullableVersionMetadata) Get ¶ added in v0.3.0
func (v NullableVersionMetadata) Get() *VersionMetadata
func (NullableVersionMetadata) IsSet ¶ added in v0.3.0
func (v NullableVersionMetadata) IsSet() bool
func (NullableVersionMetadata) MarshalJSON ¶ added in v0.3.0
func (v NullableVersionMetadata) MarshalJSON() ([]byte, error)
func (*NullableVersionMetadata) Set ¶ added in v0.3.0
func (v *NullableVersionMetadata) Set(val *VersionMetadata)
func (*NullableVersionMetadata) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableVersionMetadata) UnmarshalJSON(src []byte) error
func (*NullableVersionMetadata) Unset ¶ added in v0.3.0
func (v *NullableVersionMetadata) Unset()
type NullableVersionMetadataAllOf ¶ added in v0.3.0
type NullableVersionMetadataAllOf struct {
// contains filtered or unexported fields
}
func NewNullableVersionMetadataAllOf ¶ added in v0.3.0
func NewNullableVersionMetadataAllOf(val *VersionMetadataAllOf) *NullableVersionMetadataAllOf
func (NullableVersionMetadataAllOf) Get ¶ added in v0.3.0
func (v NullableVersionMetadataAllOf) Get() *VersionMetadataAllOf
func (NullableVersionMetadataAllOf) IsSet ¶ added in v0.3.0
func (v NullableVersionMetadataAllOf) IsSet() bool
func (NullableVersionMetadataAllOf) MarshalJSON ¶ added in v0.3.0
func (v NullableVersionMetadataAllOf) MarshalJSON() ([]byte, error)
func (*NullableVersionMetadataAllOf) Set ¶ added in v0.3.0
func (v *NullableVersionMetadataAllOf) Set(val *VersionMetadataAllOf)
func (*NullableVersionMetadataAllOf) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableVersionMetadataAllOf) UnmarshalJSON(src []byte) error
func (*NullableVersionMetadataAllOf) Unset ¶ added in v0.3.0
func (v *NullableVersionMetadataAllOf) Unset()
type ObjectMeta ¶ added in v0.3.0
type ObjectMeta struct { Owner *string `json:"owner,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` ModifiedAt *time.Time `json:"modified_at,omitempty"` }
ObjectMeta struct for ObjectMeta
func NewObjectMeta ¶ added in v0.3.0
func NewObjectMeta() *ObjectMeta
NewObjectMeta instantiates a new ObjectMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectMetaWithDefaults ¶ added in v0.3.0
func NewObjectMetaWithDefaults() *ObjectMeta
NewObjectMetaWithDefaults instantiates a new ObjectMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectMeta) GetCreatedAt ¶ added in v0.3.0
func (o *ObjectMeta) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ObjectMeta) GetCreatedAtOk ¶ added in v0.3.0
func (o *ObjectMeta) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectMeta) GetModifiedAt ¶ added in v0.3.0
func (o *ObjectMeta) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*ObjectMeta) GetModifiedAtOk ¶ added in v0.3.0
func (o *ObjectMeta) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectMeta) GetOwner ¶ added in v0.3.0
func (o *ObjectMeta) GetOwner() string
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ObjectMeta) GetOwnerOk ¶ added in v0.3.0
func (o *ObjectMeta) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectMeta) HasCreatedAt ¶ added in v0.3.0
func (o *ObjectMeta) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ObjectMeta) HasModifiedAt ¶ added in v0.3.0
func (o *ObjectMeta) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (*ObjectMeta) HasOwner ¶ added in v0.3.0
func (o *ObjectMeta) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (ObjectMeta) MarshalJSON ¶ added in v0.3.0
func (o ObjectMeta) MarshalJSON() ([]byte, error)
func (*ObjectMeta) SetCreatedAt ¶ added in v0.3.0
func (o *ObjectMeta) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ObjectMeta) SetModifiedAt ¶ added in v0.3.0
func (o *ObjectMeta) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given time.Time and assigns it to the ModifiedAt field.
func (*ObjectMeta) SetOwner ¶ added in v0.3.0
func (o *ObjectMeta) SetOwner(v string)
SetOwner gets a reference to the given string and assigns it to the Owner field.
type ObjectReference ¶
type ObjectReference struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` }
ObjectReference struct for ObjectReference
func NewObjectReference ¶
func NewObjectReference() *ObjectReference
NewObjectReference instantiates a new ObjectReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectReferenceWithDefaults ¶
func NewObjectReferenceWithDefaults() *ObjectReference
NewObjectReferenceWithDefaults instantiates a new ObjectReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectReference) GetHref ¶
func (o *ObjectReference) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ObjectReference) GetHrefOk ¶
func (o *ObjectReference) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) GetId ¶
func (o *ObjectReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectReference) GetIdOk ¶
func (o *ObjectReference) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) GetKind ¶
func (o *ObjectReference) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ObjectReference) GetKindOk ¶
func (o *ObjectReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) HasHref ¶
func (o *ObjectReference) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ObjectReference) HasId ¶
func (o *ObjectReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*ObjectReference) HasKind ¶
func (o *ObjectReference) HasKind() bool
HasKind returns a boolean if a field has been set.
func (ObjectReference) MarshalJSON ¶
func (o ObjectReference) MarshalJSON() ([]byte, error)
func (*ObjectReference) SetHref ¶
func (o *ObjectReference) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ObjectReference) SetId ¶
func (o *ObjectReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ObjectReference) SetKind ¶
func (o *ObjectReference) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type SchemaRegistryConnectionSettings ¶ added in v0.3.0
SchemaRegistryConnectionSettings Holds the configuration to connect to a Schem Registry Instance.
func NewSchemaRegistryConnectionSettings ¶ added in v0.3.0
func NewSchemaRegistryConnectionSettings(id string, url string) *SchemaRegistryConnectionSettings
NewSchemaRegistryConnectionSettings instantiates a new SchemaRegistryConnectionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSchemaRegistryConnectionSettingsWithDefaults ¶ added in v0.3.0
func NewSchemaRegistryConnectionSettingsWithDefaults() *SchemaRegistryConnectionSettings
NewSchemaRegistryConnectionSettingsWithDefaults instantiates a new SchemaRegistryConnectionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SchemaRegistryConnectionSettings) GetId ¶ added in v0.3.0
func (o *SchemaRegistryConnectionSettings) GetId() string
GetId returns the Id field value
func (*SchemaRegistryConnectionSettings) GetIdOk ¶ added in v0.3.0
func (o *SchemaRegistryConnectionSettings) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SchemaRegistryConnectionSettings) GetUrl ¶ added in v0.3.0
func (o *SchemaRegistryConnectionSettings) GetUrl() string
GetUrl returns the Url field value
func (*SchemaRegistryConnectionSettings) GetUrlOk ¶ added in v0.3.0
func (o *SchemaRegistryConnectionSettings) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SchemaRegistryConnectionSettings) MarshalJSON ¶ added in v0.3.0
func (o SchemaRegistryConnectionSettings) MarshalJSON() ([]byte, error)
func (*SchemaRegistryConnectionSettings) SetId ¶ added in v0.3.0
func (o *SchemaRegistryConnectionSettings) SetId(v string)
SetId sets field value
func (*SchemaRegistryConnectionSettings) SetUrl ¶ added in v0.3.0
func (o *SchemaRegistryConnectionSettings) SetUrl(v string)
SetUrl sets field value
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAccount ¶ added in v0.3.0
type ServiceAccount struct { ClientId string `json:"client_id"` ClientSecret string `json:"client_secret"` }
ServiceAccount struct for ServiceAccount
func NewServiceAccount ¶ added in v0.3.0
func NewServiceAccount(clientId string, clientSecret string) *ServiceAccount
NewServiceAccount instantiates a new ServiceAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAccountWithDefaults ¶ added in v0.3.0
func NewServiceAccountWithDefaults() *ServiceAccount
NewServiceAccountWithDefaults instantiates a new ServiceAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAccount) GetClientId ¶ added in v0.3.0
func (o *ServiceAccount) GetClientId() string
GetClientId returns the ClientId field value
func (*ServiceAccount) GetClientIdOk ¶ added in v0.3.0
func (o *ServiceAccount) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*ServiceAccount) GetClientSecret ¶ added in v0.3.0
func (o *ServiceAccount) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*ServiceAccount) GetClientSecretOk ¶ added in v0.3.0
func (o *ServiceAccount) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (ServiceAccount) MarshalJSON ¶ added in v0.3.0
func (o ServiceAccount) MarshalJSON() ([]byte, error)
func (*ServiceAccount) SetClientId ¶ added in v0.3.0
func (o *ServiceAccount) SetClientId(v string)
SetClientId sets field value
func (*ServiceAccount) SetClientSecret ¶ added in v0.3.0
func (o *ServiceAccount) SetClientSecret(v string)
SetClientSecret sets field value
type ServiceConnectionSettings ¶ added in v0.3.0
ServiceConnectionSettings struct for ServiceConnectionSettings
func NewServiceConnectionSettings ¶ added in v0.3.0
func NewServiceConnectionSettings(id string, url string) *ServiceConnectionSettings
NewServiceConnectionSettings instantiates a new ServiceConnectionSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceConnectionSettingsWithDefaults ¶ added in v0.3.0
func NewServiceConnectionSettingsWithDefaults() *ServiceConnectionSettings
NewServiceConnectionSettingsWithDefaults instantiates a new ServiceConnectionSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceConnectionSettings) GetId ¶ added in v0.3.0
func (o *ServiceConnectionSettings) GetId() string
GetId returns the Id field value
func (*ServiceConnectionSettings) GetIdOk ¶ added in v0.3.0
func (o *ServiceConnectionSettings) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServiceConnectionSettings) GetUrl ¶ added in v0.3.0
func (o *ServiceConnectionSettings) GetUrl() string
GetUrl returns the Url field value
func (*ServiceConnectionSettings) GetUrlOk ¶ added in v0.3.0
func (o *ServiceConnectionSettings) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (ServiceConnectionSettings) MarshalJSON ¶ added in v0.3.0
func (o ServiceConnectionSettings) MarshalJSON() ([]byte, error)
func (*ServiceConnectionSettings) SetId ¶ added in v0.3.0
func (o *ServiceConnectionSettings) SetId(v string)
SetId sets field value
func (*ServiceConnectionSettings) SetUrl ¶ added in v0.3.0
func (o *ServiceConnectionSettings) SetUrl(v string)
SetUrl sets field value
type VersionMetadata ¶ added in v0.3.0
type VersionMetadata struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Collections *[]ObjectReference `json:"collections,omitempty"` }
VersionMetadata struct for VersionMetadata
func NewVersionMetadata ¶ added in v0.3.0
func NewVersionMetadata() *VersionMetadata
NewVersionMetadata instantiates a new VersionMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVersionMetadataWithDefaults ¶ added in v0.3.0
func NewVersionMetadataWithDefaults() *VersionMetadata
NewVersionMetadataWithDefaults instantiates a new VersionMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VersionMetadata) GetCollections ¶ added in v0.3.0
func (o *VersionMetadata) GetCollections() []ObjectReference
GetCollections returns the Collections field value if set, zero value otherwise.
func (*VersionMetadata) GetCollectionsOk ¶ added in v0.3.0
func (o *VersionMetadata) GetCollectionsOk() (*[]ObjectReference, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) GetHref ¶ added in v0.3.0
func (o *VersionMetadata) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*VersionMetadata) GetHrefOk ¶ added in v0.3.0
func (o *VersionMetadata) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) GetId ¶ added in v0.3.0
func (o *VersionMetadata) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VersionMetadata) GetIdOk ¶ added in v0.3.0
func (o *VersionMetadata) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) GetKind ¶ added in v0.3.0
func (o *VersionMetadata) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*VersionMetadata) GetKindOk ¶ added in v0.3.0
func (o *VersionMetadata) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadata) HasCollections ¶ added in v0.3.0
func (o *VersionMetadata) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (*VersionMetadata) HasHref ¶ added in v0.3.0
func (o *VersionMetadata) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*VersionMetadata) HasId ¶ added in v0.3.0
func (o *VersionMetadata) HasId() bool
HasId returns a boolean if a field has been set.
func (*VersionMetadata) HasKind ¶ added in v0.3.0
func (o *VersionMetadata) HasKind() bool
HasKind returns a boolean if a field has been set.
func (VersionMetadata) MarshalJSON ¶ added in v0.3.0
func (o VersionMetadata) MarshalJSON() ([]byte, error)
func (*VersionMetadata) SetCollections ¶ added in v0.3.0
func (o *VersionMetadata) SetCollections(v []ObjectReference)
SetCollections gets a reference to the given []ObjectReference and assigns it to the Collections field.
func (*VersionMetadata) SetHref ¶ added in v0.3.0
func (o *VersionMetadata) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*VersionMetadata) SetId ¶ added in v0.3.0
func (o *VersionMetadata) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VersionMetadata) SetKind ¶ added in v0.3.0
func (o *VersionMetadata) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
type VersionMetadataAllOf ¶ added in v0.3.0
type VersionMetadataAllOf struct {
Collections *[]ObjectReference `json:"collections,omitempty"`
}
VersionMetadataAllOf struct for VersionMetadataAllOf
func NewVersionMetadataAllOf ¶ added in v0.3.0
func NewVersionMetadataAllOf() *VersionMetadataAllOf
NewVersionMetadataAllOf instantiates a new VersionMetadataAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVersionMetadataAllOfWithDefaults ¶ added in v0.3.0
func NewVersionMetadataAllOfWithDefaults() *VersionMetadataAllOf
NewVersionMetadataAllOfWithDefaults instantiates a new VersionMetadataAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VersionMetadataAllOf) GetCollections ¶ added in v0.3.0
func (o *VersionMetadataAllOf) GetCollections() []ObjectReference
GetCollections returns the Collections field value if set, zero value otherwise.
func (*VersionMetadataAllOf) GetCollectionsOk ¶ added in v0.3.0
func (o *VersionMetadataAllOf) GetCollectionsOk() (*[]ObjectReference, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VersionMetadataAllOf) HasCollections ¶ added in v0.3.0
func (o *VersionMetadataAllOf) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (VersionMetadataAllOf) MarshalJSON ¶ added in v0.3.0
func (o VersionMetadataAllOf) MarshalJSON() ([]byte, error)
func (*VersionMetadataAllOf) SetCollections ¶ added in v0.3.0
func (o *VersionMetadataAllOf) SetCollections(v []ObjectReference)
SetCollections gets a reference to the given []ObjectReference and assigns it to the Collections field.
Source Files
¶
- api_connector_clusters.go
- api_connector_namespaces.go
- api_connector_service.go
- api_connector_types.go
- api_connectors.go
- client.go
- configuration.go
- model_addon_parameter.go
- model_channel.go
- model_connector.go
- model_connector_cluster.go
- model_connector_cluster_list.go
- model_connector_cluster_list_all_of.go
- model_connector_cluster_meta.go
- model_connector_cluster_request.go
- model_connector_cluster_request_meta.go
- model_connector_cluster_state.go
- model_connector_cluster_status.go
- model_connector_cluster_status_status.go
- model_connector_configuration.go
- model_connector_desired_state.go
- model_connector_list.go
- model_connector_list_all_of.go
- model_connector_meta.go
- model_connector_meta_all_of.go
- model_connector_namespace.go
- model_connector_namespace_all_of.go
- model_connector_namespace_eval_request.go
- model_connector_namespace_list.go
- model_connector_namespace_list_all_of.go
- model_connector_namespace_meta.go
- model_connector_namespace_meta_all_of.go
- model_connector_namespace_patch_request.go
- model_connector_namespace_quota.go
- model_connector_namespace_request.go
- model_connector_namespace_request_all_of.go
- model_connector_namespace_request_meta.go
- model_connector_namespace_state.go
- model_connector_namespace_status.go
- model_connector_namespace_tenant.go
- model_connector_namespace_tenant_kind.go
- model_connector_request.go
- model_connector_request_meta.go
- model_connector_state.go
- model_connector_status.go
- model_connector_status_status.go
- model_connector_type.go
- model_connector_type_all_of.go
- model_connector_type_label_count.go
- model_connector_type_label_count_list.go
- model_connector_type_list.go
- model_connector_type_list_all_of.go
- model_error.go
- model_kafka_connection_settings.go
- model_list.go
- model_object_meta.go
- model_object_reference.go
- model_schema_registry_connection_settings.go
- model_service_account.go
- model_service_connection_settings.go
- model_version_metadata.go
- model_version_metadata_all_of.go
- response.go
- utils.go