events

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// UserCreated event emitted when a User has been created
	UserCreated es.EventType = "UserCreated"
	// UserUpdated event emitted when a User has been updated
	UserUpdated es.EventType = "UserUpdated"
	// UserDeleted event emitted when a User has been deleted
	UserDeleted es.EventType = "UserDeleted"
	// UserRoleBindingCreated event emitted when a new UserRoleBinding has been created
	UserRoleBindingCreated es.EventType = "UserRoleBindingCreated"
	// UserRoleBindingDeleted event emitted when a UserRoleBinding has been deleted
	UserRoleBindingDeleted es.EventType = "UserRoleBindingDeleted"

	// TenantCreated event emitted when a User has been created
	TenantCreated es.EventType = "TenantCreated"
	// TenantUpdated event emitted when a Tenant has been updated
	TenantUpdated es.EventType = "TenantUpdated"
	// TenantDeleted event emitted when a Tenant has been deleted
	TenantDeleted es.EventType = "TenantDeleted"

	// ClusterCreated event emitted when a Cluster has been created
	ClusterCreated   es.EventType = "ClusterCreated"
	ClusterCreatedV2 es.EventType = "ClusterCreatedV2"
	ClusterCreatedV3 es.EventType = "ClusterCreatedV3"
	// ClusterUpdated event emitted when a Cluster has been created
	ClusterUpdated   es.EventType = "ClusterUpdated"
	ClusterUpdatedV2 es.EventType = "ClusterUpdatedV2"
	// ClusterDeleted event emitted when a Cluster has been deleted
	ClusterDeleted es.EventType = "ClusterDeleted"
	// IGNORED: ClusterBootstrapTokenCreated event emitted when a bootstrap token has been created
	ClusterBootstrapTokenCreated es.EventType = "ClusterBootstrapTokenCreated"

	// CertificateRequested event emitted when a certificate has been requested
	CertificateRequested es.EventType = "CertificateRequested"
	// CertificateRequestIssued event emitted when a certificate request has been issued
	CertificateRequestIssued es.EventType = "CertificateRequestIssued"
	// CertificateIssued event emitted when a certificate has been issued
	CertificateIssued es.EventType = "CertificateIssued"
	// CertificateIssueingFailed event emitted when a certificate could not be issued
	CertificateIssueingFailed es.EventType = "CertificateIssueingFailed"

	// TenantClusterBindingCreated event emitted when a tenant was given access to a certain cluster
	TenantClusterBindingCreated es.EventType = "TenantClusterBindingCreated"
	// TenantClusterBindingDeleted event emitted when a tenant's access to a cluster has been revoked
	TenantClusterBindingDeleted es.EventType = "TenantClusterBindingDeleted"
)

Variables

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL