ARO-RP/pkg/cluster
Ross Bryan 7812c70247 make client 2022-09-20 11:56:02 -04:00
..
graph update storage client 2021-08-10 09:21:38 +01:00
acrtoken.go for clarity, rename IsDevelopmentMode -> IsLocalDevelopmentMode 2021-04-23 10:25:46 -05:00
adminupdate_test.go fix up tests to remove the nil allowances in hive layer 2022-09-07 12:53:18 +10:00
arooperator.go make ensureAROOperatorRunningDesiredVersion a condition (#2319) 2022-08-29 17:39:57 -04:00
arooperator_test.go make ensureAROOperatorRunningDesiredVersion a condition (#2319) 2022-08-29 17:39:57 -04:00
billing.go remove tenantID from openshiftclustersdocument 2020-12-09 17:15:01 -05:00
billing_test.go remove tenantID from openshiftclustersdocument 2020-12-09 17:15:01 -05:00
cluster.go pass in the hive manager directly rather than passing through the restconfig 2022-09-07 12:53:18 +10:00
clusterserviceprincipal.go update deployment name/logged arm template deployed 2022-07-18 20:30:18 -04:00
clusterserviceprincipal_test.go fix unit test 2021-03-17 10:15:47 -06:00
condition.go Add debug log line 2021-07-15 13:27:28 +01:00
condition_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
consolebranding.go context refactor for k8s 1.18 2020-11-06 11:35:58 -06:00
consolebranding_test.go noop fixup imports 2021-03-02 13:17:01 -06:00
defaults.go Set Defaults functionality (#1654) 2021-08-11 15:21:05 +01:00
delete.go gate on deletes too 2022-09-07 12:53:18 +10:00
delete_test.go Pass NIC on CreateOrUpdate call 2022-06-14 12:01:50 -04:00
denyassignment.go use the ARM deploytemplate code directly in pkg/cluster 2022-05-03 14:19:12 +10:00
denyassignment_test.go add DisableDenyAssignments feature 2021-04-08 09:12:13 -05:00
deploystorage.go Persist tags on ensureResourceGroup 2022-08-16 12:15:21 -04:00
deploystorage_resources.go Fixed formatting issues and made the changes suggested in PR 2152 2022-06-07 12:34:16 +05:30
deploystorage_test.go Persist tags on ensureResourceGroup 2022-08-16 12:15:21 -04:00
disableupdates.go context refactor for k8s 1.18 2020-11-06 11:35:58 -06:00
disableupdates_test.go noop fixup imports 2021-03-02 13:17:01 -06:00
enableendpoints.go refactor: move logic to subnet package and update tests 2022-08-02 12:24:13 +02:00
enableendpoints_test.go refactor: move logic to subnet package and update tests 2022-08-02 12:24:13 +02:00
fixinfraid.go Fixup for infraID and legacy retrofit (#1536) 2021-06-21 10:06:12 +01:00
fixinfraid_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
fixmcscert.go noop fixup imports 2021-03-02 13:17:01 -06:00
fixmcscert_test.go Change kubernetes's runtime import name to kruntime 2021-08-25 11:51:32 +01:00
fixmcsuserdata.go Update getUserDataSecretReference func and tests 2022-07-11 17:10:21 +02:00
fixmcsuserdata_test.go Fix test case's apiVersion 2022-07-11 17:28:21 +02:00
fixsrekubeconfig.go pull graph into new subpackage of cluster 2021-02-23 11:38:47 -06:00
fixssh.go move from network 2019-07-01 to 2020-08-01 2021-08-19 10:17:45 -04:00
fixssh_test.go move from network 2019-07-01 to 2020-08-01 2021-08-19 10:17:45 -04:00
fixuserkubeconfig.go added more unit tests, changed arg of checkUserAdminKubeconfigUpdated 2021-11-15 15:42:33 +00:00
gatewayprivateendpoint.go for gateway change arm deployment template name from storage to gatewayprivateendpoint 2022-06-07 10:39:50 -04:00
gatherlogs.go slight refactor to use of FriendlyName function (#2264) 2022-07-21 10:50:55 -04:00
generate.go move create around and make validatedynamic take the fpauthorizer as a param 2020-12-03 15:08:18 +11:00
hive.go remove checks for hive interface non-nil-ness 2022-09-07 12:53:18 +10:00
hive_test.go fix up tests to remove the nil allowances in hive layer 2022-09-07 12:53:18 +10:00
install.go guard hive functionality by adopt or install via hive 2022-09-07 12:53:18 +10:00
install_test.go more unit test cases, cleanups 2022-09-01 18:10:29 +12:00
install_version.go make client 2022-09-20 11:56:02 -04:00
install_version_test.go make client 2022-09-20 11:56:02 -04:00
ipaddresses.go Refactors createOrUpdateRouterIPFromCluster 2022-04-13 11:30:06 +01:00
ipaddresses_test.go Enable first basic linters in ARO (#2060) 2022-04-19 12:35:01 -04:00
kubeconfig.go move installtime set to startInstallation rather than in the middle of kubeconfig generation 2022-06-08 11:58:50 +10:00
kubeconfig_test.go added more unit tests, changed arg of checkUserAdminKubeconfigUpdated 2021-11-15 15:42:33 +00:00
networkprofile.go gofmt 2022-04-29 09:38:15 -07:00
networkprofile_test.go add new line at end of test file 2022-04-25 09:49:29 -07:00
nsg.go move from network 2019-07-01 to 2020-08-01 2021-08-19 10:17:45 -04:00
removebootstrap.go update storage client 2021-08-10 09:21:38 +01:00
removeprivatednszone.go update dns config on clusters which are already upgraded 2021-03-09 09:46:50 -06:00
removeprivatednszone_test.go update dns config on clusters which are already upgraded 2021-03-09 09:46:50 -06:00
samples.go for clarity, rename IsDevelopmentMode -> IsLocalDevelopmentMode 2021-04-23 10:25:46 -05:00
serviceprincipal.go Add sp init 2021-02-22 14:59:28 +00:00
sshkeys.go refactor: rename openShiftClusterDocumentMutatorFn to mutateStorageSuffix, remove err declarations and simplify 2022-06-21 16:54:18 +02:00
start_vms.go bump compute API to 2020-06-01 2021-01-21 19:21:15 -06:00
start_vms_test.go bump compute API to 2020-06-01 2021-01-21 19:21:15 -06:00
storageSuffix.go refactor: rename openShiftClusterDocumentMutatorFn to mutateStorageSuffix, remove err declarations and simplify 2022-06-21 16:54:18 +02:00
storageaccounts.go Fix some drift from multiple merges (#2317) 2022-08-09 08:53:57 +02:00
storageclass.go Do not fail cluster installation if the default storage account already exists 2022-08-17 09:19:29 -04:00
storageclass_test.go Change kubernetes's runtime import name to kruntime 2021-08-25 11:51:32 +01:00
tls.go fix bad namespace 2021-09-01 10:22:43 +01:00
validate.go Move quota validator into dynamic 2021-03-05 13:00:26 +00:00