Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProjectIDAnnotation = "field.cattle.io/projectId"
)
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(cluster *config.UserContext)
Types ¶
type ClusterLoggingLifecycle ¶
type ClusterLoggingLifecycle struct {
// contains filtered or unexported fields
}
func (*ClusterLoggingLifecycle) Create ¶
func (c *ClusterLoggingLifecycle) Create(obj *v3.ClusterLogging) (*v3.ClusterLogging, error)
func (*ClusterLoggingLifecycle) Remove ¶
func (c *ClusterLoggingLifecycle) Remove(obj *v3.ClusterLogging) (*v3.ClusterLogging, error)
func (*ClusterLoggingLifecycle) Updated ¶
func (c *ClusterLoggingLifecycle) Updated(obj *v3.ClusterLogging) (*v3.ClusterLogging, error)
type ProjectLoggingLifecycle ¶
type ProjectLoggingLifecycle struct {
// contains filtered or unexported fields
}
func (*ProjectLoggingLifecycle) Create ¶
func (c *ProjectLoggingLifecycle) Create(obj *v3.ProjectLogging) (*v3.ProjectLogging, error)
func (*ProjectLoggingLifecycle) Remove ¶
func (c *ProjectLoggingLifecycle) Remove(obj *v3.ProjectLogging) (*v3.ProjectLogging, error)
func (*ProjectLoggingLifecycle) Updated ¶
func (c *ProjectLoggingLifecycle) Updated(obj *v3.ProjectLogging) (*v3.ProjectLogging, error)
Click to show internal directories.
Click to hide internal directories.