Documentation ¶
Index ¶
- Variables
- type CertificateIssued
- func (*CertificateIssued) Descriptor() ([]byte, []int)deprecated
- func (x *CertificateIssued) GetCertificate() *common.CertificateChain
- func (*CertificateIssued) ProtoMessage()
- func (x *CertificateIssued) ProtoReflect() protoreflect.Message
- func (x *CertificateIssued) Reset()
- func (x *CertificateIssued) String() string
- type CertificateRequested
- func (*CertificateRequested) Descriptor() ([]byte, []int)deprecated
- func (x *CertificateRequested) GetReferencedAggregateId() string
- func (x *CertificateRequested) GetReferencedAggregateType() string
- func (x *CertificateRequested) GetSigningRequest() []byte
- func (*CertificateRequested) ProtoMessage()
- func (x *CertificateRequested) ProtoReflect() protoreflect.Message
- func (x *CertificateRequested) Reset()
- func (x *CertificateRequested) String() string
- type ClusterBootstrapTokenCreated
- func (*ClusterBootstrapTokenCreated) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterBootstrapTokenCreated) GetJwt() string
- func (*ClusterBootstrapTokenCreated) ProtoMessage()
- func (x *ClusterBootstrapTokenCreated) ProtoReflect() protoreflect.Message
- func (x *ClusterBootstrapTokenCreated) Reset()
- func (x *ClusterBootstrapTokenCreated) String() string
- type ClusterCreated
- func (*ClusterCreated) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterCreated) GetApiServerAddress() string
- func (x *ClusterCreated) GetCaCertificateBundle() []byte
- func (x *ClusterCreated) GetLabel() string
- func (x *ClusterCreated) GetName() string
- func (*ClusterCreated) ProtoMessage()
- func (x *ClusterCreated) ProtoReflect() protoreflect.Message
- func (x *ClusterCreated) Reset()
- func (x *ClusterCreated) String() string
- type ClusterCreatedV2
- func (*ClusterCreatedV2) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterCreatedV2) GetApiServerAddress() string
- func (x *ClusterCreatedV2) GetCaCertificateBundle() []byte
- func (x *ClusterCreatedV2) GetDisplayName() string
- func (x *ClusterCreatedV2) GetName() string
- func (*ClusterCreatedV2) ProtoMessage()
- func (x *ClusterCreatedV2) ProtoReflect() protoreflect.Message
- func (x *ClusterCreatedV2) Reset()
- func (x *ClusterCreatedV2) String() string
- type ClusterUpdated
- func (*ClusterUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterUpdated) GetApiServerAddress() string
- func (x *ClusterUpdated) GetCaCertificateBundle() []byte
- func (x *ClusterUpdated) GetDisplayName() string
- func (*ClusterUpdated) ProtoMessage()
- func (x *ClusterUpdated) ProtoReflect() protoreflect.Message
- func (x *ClusterUpdated) Reset()
- func (x *ClusterUpdated) String() string
- type TenantClusterBindingCreated
- func (*TenantClusterBindingCreated) Descriptor() ([]byte, []int)deprecated
- func (x *TenantClusterBindingCreated) GetClusterId() string
- func (x *TenantClusterBindingCreated) GetTenantId() string
- func (*TenantClusterBindingCreated) ProtoMessage()
- func (x *TenantClusterBindingCreated) ProtoReflect() protoreflect.Message
- func (x *TenantClusterBindingCreated) Reset()
- func (x *TenantClusterBindingCreated) String() string
- type TenantCreated
- func (*TenantCreated) Descriptor() ([]byte, []int)deprecated
- func (x *TenantCreated) GetName() string
- func (x *TenantCreated) GetPrefix() string
- func (*TenantCreated) ProtoMessage()
- func (x *TenantCreated) ProtoReflect() protoreflect.Message
- func (x *TenantCreated) Reset()
- func (x *TenantCreated) String() string
- type TenantUpdated
- type UserCreated
- type UserRoleAdded
- func (*UserRoleAdded) Descriptor() ([]byte, []int)deprecated
- func (x *UserRoleAdded) GetResource() string
- func (x *UserRoleAdded) GetRole() string
- func (x *UserRoleAdded) GetScope() string
- func (x *UserRoleAdded) GetUserId() string
- func (*UserRoleAdded) ProtoMessage()
- func (x *UserRoleAdded) ProtoReflect() protoreflect.Message
- func (x *UserRoleAdded) Reset()
- func (x *UserRoleAdded) String() string
Constants ¶
This section is empty.
Variables ¶
var File_api_domain_eventdata_certificate_proto protoreflect.FileDescriptor
var File_api_domain_eventdata_cluster_proto protoreflect.FileDescriptor
var File_api_domain_eventdata_clustermapping_proto protoreflect.FileDescriptor
var File_api_domain_eventdata_tenant_proto protoreflect.FileDescriptor
var File_api_domain_eventdata_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CertificateIssued ¶
type CertificateIssued struct { Certificate *common.CertificateChain `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` // contains filtered or unexported fields }
func (*CertificateIssued) Descriptor
deprecated
func (*CertificateIssued) Descriptor() ([]byte, []int)
Deprecated: Use CertificateIssued.ProtoReflect.Descriptor instead.
func (*CertificateIssued) GetCertificate ¶
func (x *CertificateIssued) GetCertificate() *common.CertificateChain
func (*CertificateIssued) ProtoMessage ¶
func (*CertificateIssued) ProtoMessage()
func (*CertificateIssued) ProtoReflect ¶
func (x *CertificateIssued) ProtoReflect() protoreflect.Message
func (*CertificateIssued) Reset ¶
func (x *CertificateIssued) Reset()
func (*CertificateIssued) String ¶
func (x *CertificateIssued) String() string
type CertificateRequested ¶
type CertificateRequested struct { // Unique identifier of the aggregate referenced (UUID 128-bit number) ReferencedAggregateId string `` /* 126-byte string literal not displayed */ // Type of the aggregate referenced ReferencedAggregateType string `` /* 132-byte string literal not displayed */ // Certificate signing request SigningRequest []byte `protobuf:"bytes,3,opt,name=signing_request,json=signingRequest,proto3" json:"signing_request,omitempty"` // contains filtered or unexported fields }
func (*CertificateRequested) Descriptor
deprecated
func (*CertificateRequested) Descriptor() ([]byte, []int)
Deprecated: Use CertificateRequested.ProtoReflect.Descriptor instead.
func (*CertificateRequested) GetReferencedAggregateId ¶
func (x *CertificateRequested) GetReferencedAggregateId() string
func (*CertificateRequested) GetReferencedAggregateType ¶
func (x *CertificateRequested) GetReferencedAggregateType() string
func (*CertificateRequested) GetSigningRequest ¶
func (x *CertificateRequested) GetSigningRequest() []byte
func (*CertificateRequested) ProtoMessage ¶
func (*CertificateRequested) ProtoMessage()
func (*CertificateRequested) ProtoReflect ¶
func (x *CertificateRequested) ProtoReflect() protoreflect.Message
func (*CertificateRequested) Reset ¶
func (x *CertificateRequested) Reset()
func (*CertificateRequested) String ¶
func (x *CertificateRequested) String() string
type ClusterBootstrapTokenCreated ¶
type ClusterBootstrapTokenCreated struct { // JsonWebToken for cluster bootstrap Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"` // contains filtered or unexported fields }
func (*ClusterBootstrapTokenCreated) Descriptor
deprecated
func (*ClusterBootstrapTokenCreated) Descriptor() ([]byte, []int)
Deprecated: Use ClusterBootstrapTokenCreated.ProtoReflect.Descriptor instead.
func (*ClusterBootstrapTokenCreated) GetJwt ¶
func (x *ClusterBootstrapTokenCreated) GetJwt() string
func (*ClusterBootstrapTokenCreated) ProtoMessage ¶
func (*ClusterBootstrapTokenCreated) ProtoMessage()
func (*ClusterBootstrapTokenCreated) ProtoReflect ¶
func (x *ClusterBootstrapTokenCreated) ProtoReflect() protoreflect.Message
func (*ClusterBootstrapTokenCreated) Reset ¶
func (x *ClusterBootstrapTokenCreated) Reset()
func (*ClusterBootstrapTokenCreated) String ¶
func (x *ClusterBootstrapTokenCreated) String() string
type ClusterCreated ¶
type ClusterCreated struct { // Display name of the cluster Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Unique name of the cluster, to be utilized for generating unique labels // and symbols, e.g. with metrics. Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` // Address of the KubeApiServer ApiServerAddress string `protobuf:"bytes,3,opt,name=api_server_address,json=apiServerAddress,proto3" json:"api_server_address,omitempty"` // CA certificate of the K8s cluster CaCertificateBundle []byte `protobuf:"bytes,4,opt,name=ca_certificate_bundle,json=caCertificateBundle,proto3" json:"ca_certificate_bundle,omitempty"` // contains filtered or unexported fields }
func (*ClusterCreated) Descriptor
deprecated
func (*ClusterCreated) Descriptor() ([]byte, []int)
Deprecated: Use ClusterCreated.ProtoReflect.Descriptor instead.
func (*ClusterCreated) GetApiServerAddress ¶
func (x *ClusterCreated) GetApiServerAddress() string
func (*ClusterCreated) GetCaCertificateBundle ¶
func (x *ClusterCreated) GetCaCertificateBundle() []byte
func (*ClusterCreated) GetLabel ¶
func (x *ClusterCreated) GetLabel() string
func (*ClusterCreated) GetName ¶
func (x *ClusterCreated) GetName() string
func (*ClusterCreated) ProtoMessage ¶
func (*ClusterCreated) ProtoMessage()
func (*ClusterCreated) ProtoReflect ¶
func (x *ClusterCreated) ProtoReflect() protoreflect.Message
func (*ClusterCreated) Reset ¶
func (x *ClusterCreated) Reset()
func (*ClusterCreated) String ¶
func (x *ClusterCreated) String() string
type ClusterCreatedV2 ¶
type ClusterCreatedV2 struct { // Unique name of the cluster, to be utilized for generating unique labels // and symbols, e.g. with metrics. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Display name of the cluster DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Address of the KubeApiServer ApiServerAddress string `protobuf:"bytes,3,opt,name=api_server_address,json=apiServerAddress,proto3" json:"api_server_address,omitempty"` // CA certificate of the K8s cluster CaCertificateBundle []byte `protobuf:"bytes,4,opt,name=ca_certificate_bundle,json=caCertificateBundle,proto3" json:"ca_certificate_bundle,omitempty"` // contains filtered or unexported fields }
func (*ClusterCreatedV2) Descriptor
deprecated
func (*ClusterCreatedV2) Descriptor() ([]byte, []int)
Deprecated: Use ClusterCreatedV2.ProtoReflect.Descriptor instead.
func (*ClusterCreatedV2) GetApiServerAddress ¶
func (x *ClusterCreatedV2) GetApiServerAddress() string
func (*ClusterCreatedV2) GetCaCertificateBundle ¶
func (x *ClusterCreatedV2) GetCaCertificateBundle() []byte
func (*ClusterCreatedV2) GetDisplayName ¶
func (x *ClusterCreatedV2) GetDisplayName() string
func (*ClusterCreatedV2) GetName ¶
func (x *ClusterCreatedV2) GetName() string
func (*ClusterCreatedV2) ProtoMessage ¶
func (*ClusterCreatedV2) ProtoMessage()
func (*ClusterCreatedV2) ProtoReflect ¶
func (x *ClusterCreatedV2) ProtoReflect() protoreflect.Message
func (*ClusterCreatedV2) Reset ¶
func (x *ClusterCreatedV2) Reset()
func (*ClusterCreatedV2) String ¶
func (x *ClusterCreatedV2) String() string
type ClusterUpdated ¶
type ClusterUpdated struct { // Display name of the cluster DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Address of the KubeApiServer ApiServerAddress string `protobuf:"bytes,2,opt,name=api_server_address,json=apiServerAddress,proto3" json:"api_server_address,omitempty"` // CA certificate of the K8s cluster CaCertificateBundle []byte `protobuf:"bytes,3,opt,name=ca_certificate_bundle,json=caCertificateBundle,proto3" json:"ca_certificate_bundle,omitempty"` // contains filtered or unexported fields }
func (*ClusterUpdated) Descriptor
deprecated
func (*ClusterUpdated) Descriptor() ([]byte, []int)
Deprecated: Use ClusterUpdated.ProtoReflect.Descriptor instead.
func (*ClusterUpdated) GetApiServerAddress ¶
func (x *ClusterUpdated) GetApiServerAddress() string
func (*ClusterUpdated) GetCaCertificateBundle ¶
func (x *ClusterUpdated) GetCaCertificateBundle() []byte
func (*ClusterUpdated) GetDisplayName ¶
func (x *ClusterUpdated) GetDisplayName() string
func (*ClusterUpdated) ProtoMessage ¶
func (*ClusterUpdated) ProtoMessage()
func (*ClusterUpdated) ProtoReflect ¶
func (x *ClusterUpdated) ProtoReflect() protoreflect.Message
func (*ClusterUpdated) Reset ¶
func (x *ClusterUpdated) Reset()
func (*ClusterUpdated) String ¶
func (x *ClusterUpdated) String() string
type TenantClusterBindingCreated ¶ added in v0.3.0
type TenantClusterBindingCreated struct { // Unique identifier of the tenant (UUID 128-bit number) TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` // Unique identifier of the cluster (UUID 128-bit number) ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*TenantClusterBindingCreated) Descriptor
deprecated
added in
v0.3.0
func (*TenantClusterBindingCreated) Descriptor() ([]byte, []int)
Deprecated: Use TenantClusterBindingCreated.ProtoReflect.Descriptor instead.
func (*TenantClusterBindingCreated) GetClusterId ¶ added in v0.3.0
func (x *TenantClusterBindingCreated) GetClusterId() string
func (*TenantClusterBindingCreated) GetTenantId ¶ added in v0.3.0
func (x *TenantClusterBindingCreated) GetTenantId() string
func (*TenantClusterBindingCreated) ProtoMessage ¶ added in v0.3.0
func (*TenantClusterBindingCreated) ProtoMessage()
func (*TenantClusterBindingCreated) ProtoReflect ¶ added in v0.3.0
func (x *TenantClusterBindingCreated) ProtoReflect() protoreflect.Message
func (*TenantClusterBindingCreated) Reset ¶ added in v0.3.0
func (x *TenantClusterBindingCreated) Reset()
func (*TenantClusterBindingCreated) String ¶ added in v0.3.0
func (x *TenantClusterBindingCreated) String() string
type TenantCreated ¶
type TenantCreated struct { // Name of the tenant Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Prefix of the tenant Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"` // contains filtered or unexported fields }
func (*TenantCreated) Descriptor
deprecated
func (*TenantCreated) Descriptor() ([]byte, []int)
Deprecated: Use TenantCreated.ProtoReflect.Descriptor instead.
func (*TenantCreated) GetName ¶
func (x *TenantCreated) GetName() string
func (*TenantCreated) GetPrefix ¶
func (x *TenantCreated) GetPrefix() string
func (*TenantCreated) ProtoMessage ¶
func (*TenantCreated) ProtoMessage()
func (*TenantCreated) ProtoReflect ¶
func (x *TenantCreated) ProtoReflect() protoreflect.Message
func (*TenantCreated) Reset ¶
func (x *TenantCreated) Reset()
func (*TenantCreated) String ¶
func (x *TenantCreated) String() string
type TenantUpdated ¶
type TenantUpdated struct { // New name for the tenant Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*TenantUpdated) Descriptor
deprecated
func (*TenantUpdated) Descriptor() ([]byte, []int)
Deprecated: Use TenantUpdated.ProtoReflect.Descriptor instead.
func (*TenantUpdated) GetName ¶
func (x *TenantUpdated) GetName() *wrapperspb.StringValue
func (*TenantUpdated) ProtoMessage ¶
func (*TenantUpdated) ProtoMessage()
func (*TenantUpdated) ProtoReflect ¶
func (x *TenantUpdated) ProtoReflect() protoreflect.Message
func (*TenantUpdated) Reset ¶
func (x *TenantUpdated) Reset()
func (*TenantUpdated) String ¶
func (x *TenantUpdated) String() string
type UserCreated ¶
type UserCreated struct { // Email address of the user Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` // Name of the user Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UserCreated) Descriptor
deprecated
func (*UserCreated) Descriptor() ([]byte, []int)
Deprecated: Use UserCreated.ProtoReflect.Descriptor instead.
func (*UserCreated) GetEmail ¶
func (x *UserCreated) GetEmail() string
func (*UserCreated) GetName ¶
func (x *UserCreated) GetName() string
func (*UserCreated) ProtoMessage ¶
func (*UserCreated) ProtoMessage()
func (*UserCreated) ProtoReflect ¶
func (x *UserCreated) ProtoReflect() protoreflect.Message
func (*UserCreated) Reset ¶
func (x *UserCreated) Reset()
func (*UserCreated) String ¶
func (x *UserCreated) String() string
type UserRoleAdded ¶
type UserRoleAdded struct { // Unique identifier of the user (UUID 128-bit number) UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // Name of the role added to the user Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` // Scope of the role Scope string `protobuf:"bytes,3,opt,name=scope,proto3" json:"scope,omitempty"` // Unique identifier of the affected resource (UUID 128-bit number) Resource string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*UserRoleAdded) Descriptor
deprecated
func (*UserRoleAdded) Descriptor() ([]byte, []int)
Deprecated: Use UserRoleAdded.ProtoReflect.Descriptor instead.
func (*UserRoleAdded) GetResource ¶
func (x *UserRoleAdded) GetResource() string
func (*UserRoleAdded) GetRole ¶
func (x *UserRoleAdded) GetRole() string
func (*UserRoleAdded) GetScope ¶
func (x *UserRoleAdded) GetScope() string
func (*UserRoleAdded) GetUserId ¶
func (x *UserRoleAdded) GetUserId() string
func (*UserRoleAdded) ProtoMessage ¶
func (*UserRoleAdded) ProtoMessage()
func (*UserRoleAdded) ProtoReflect ¶
func (x *UserRoleAdded) ProtoReflect() protoreflect.Message
func (*UserRoleAdded) Reset ¶
func (x *UserRoleAdded) Reset()
func (*UserRoleAdded) String ¶
func (x *UserRoleAdded) String() string