rbac

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Overview

* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * Copyright 2018 Red Hat, Inc. *

* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * Copyright 2018 Red Hat, Inc. *

* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * Copyright 2018 Red Hat, Inc. *

* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * Copyright 2019 Red Hat, Inc. *

Index

Constants

View Source
const (
	VersionName   = "rbac.authorization.k8s.io"
	VersionNamev1 = "rbac.authorization.k8s.io/v1"
	GroupName     = "kubevirt.io"
)
View Source
const (
	NameDefault = "kubevirt.io:default"

	ApiVersion            = "version"
	ApiGuestFs            = "guestfs"
	ApiExpandVmSpec       = "expand-vm-spec"
	ApiKubevirts          = "kubevirts"
	ApiVM                 = "virtualmachines"
	ApiVMInstances        = "virtualmachineinstances"
	ApiVMIPresets         = "virtualmachineinstancepresets"
	ApiVMIReplicasets     = "virtualmachineinstancereplicasets"
	ApiVMIMigrations      = "virtualmachineinstancemigrations"
	ApiVMSnapshots        = "virtualmachinesnapshots"
	ApiVMSnapshotContents = "virtualmachinesnapshotcontents"
	ApiVMRestores         = "virtualmachinerestores"
	ApiVMExports          = "virtualmachineexports"
	ApiVMClones           = "virtualmachineclones"
	ApiVMPools            = "virtualmachinepools"

	ApiVMExpandSpec   = "virtualmachines/expand-spec"
	ApiVMPortForward  = "virtualmachines/portforward"
	ApiVMStart        = "virtualmachines/start"
	ApiVMStop         = "virtualmachines/stop"
	ApiVMRestart      = "virtualmachines/restart"
	ApiVMAddVolume    = "virtualmachines/addvolume"
	ApiVMRemoveVolume = "virtualmachines/removevolume"
	ApiVMMigrate      = "virtualmachines/migrate"
	ApiVMMemoryDump   = "virtualmachines/memorydump"

	ApiVMInstancesConsole                   = "virtualmachineinstances/console"
	ApiVMInstancesVNC                       = "virtualmachineinstances/vnc"
	ApiVMInstancesVNCScreenshot             = "virtualmachineinstances/vnc/screenshot"
	ApiVMInstancesPortForward               = "virtualmachineinstances/portforward"
	ApiVMInstancesPause                     = "virtualmachineinstances/pause"
	ApiVMInstancesUnpause                   = "virtualmachineinstances/unpause"
	ApiVMInstancesAddVolume                 = "virtualmachineinstances/addvolume"
	ApiVMInstancesRemoveVolume              = "virtualmachineinstances/removevolume"
	ApiVMInstancesFreeze                    = "virtualmachineinstances/freeze"
	ApiVMInstancesUnfreeze                  = "virtualmachineinstances/unfreeze"
	ApiVMInstancesSoftReboot                = "virtualmachineinstances/softreboot"
	ApiVMInstancesGuestOSInfo               = "virtualmachineinstances/guestosinfo"
	ApiVMInstancesFileSysList               = "virtualmachineinstances/filesystemlist"
	ApiVMInstancesUserList                  = "virtualmachineinstances/userlist"
	ApiVMInstancesSEVFetchCertChain         = "virtualmachineinstances/sev/fetchcertchain"
	ApiVMInstancesSEVQueryLaunchMeasurement = "virtualmachineinstances/sev/querylaunchmeasurement"
	ApiVMInstancesSEVSetupSession           = "virtualmachineinstances/sev/setupsession"
	ApiVMInstancesSEVInjectLaunchSecret     = "virtualmachineinstances/sev/injectlaunchsecret"
)
View Source
const (
	GroupNameSecurity = "security.openshift.io"
	GroupNameRoute    = "route.openshift.io"
)
View Source
const ExportProxyServiceAccountName = "kubevirt-exportproxy"
View Source
const MONITOR_SERVICEACCOUNT_NAME = "kubevirt-monitoring"

Variables

This section is empty.

Functions

func GetAllApiServer

func GetAllApiServer(namespace string) []runtime.Object

func GetAllCluster

func GetAllCluster() []runtime.Object

func GetAllController

func GetAllController(namespace string) []runtime.Object

func GetAllExportProxy added in v0.55.0

func GetAllExportProxy(namespace string) []runtime.Object

func GetAllHandler

func GetAllHandler(namespace string) []runtime.Object

func GetAllOperator

func GetAllOperator(namespace string) []interface{}

Used for manifest generation only, not by the operator itself

func GetAllServiceMonitor

func GetAllServiceMonitor(namespace string, monitorNamespace string, monitorServiceAccount string) []runtime.Object

func GetKubevirtComponentsServiceAccounts

func GetKubevirtComponentsServiceAccounts(namespace string) map[string]bool

func NewOperatorClusterRole

func NewOperatorClusterRole() *rbacv1.ClusterRole

public, because it's used in manifest-templator

func NewOperatorRole

func NewOperatorRole(namespace string) *rbacv1.Role

NewOperatorRole creates a Role object for kubevirt-operator.

Types

This section is empty.

Jump to

Keyboard shortcuts

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