events

package
v0.1.6-rc0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

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

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

	// Event emitted when a Cluster has been created
	ClusterCreated   es.EventType = "ClusterCreated"
	ClusterCreatedV2 es.EventType = "ClusterCreatedV2"
	// Event emitted when a Cluster has been created
	ClusterUpdated es.EventType = "ClusterUpdated"
	// Event emitted when a Cluster has been deleted
	ClusterDeleted es.EventType = "ClusterDeleted"
	// Event emitted when a bootstrap token has been created
	ClusterBootstrapTokenCreated es.EventType = "ClusterBootstrapTokenCreated"

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

Variables

This section is empty.

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