Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
KubeCube
Commits
c58b9cb5
Commit
c58b9cb5
authored
2 years ago
by
tangxinxing
Browse files
Options
Download
Email Patches
Plain Diff
add lences
parent
8ae7ed09
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
pkg/apiserver/cubeapi/resourcemanage/handle/param.go
+16
-0
pkg/apiserver/cubeapi/resourcemanage/handle/param.go
pkg/apiserver/cubeapi/resourcemanage/resources/enum/enum.go
+16
-0
pkg/apiserver/cubeapi/resourcemanage/resources/enum/enum.go
pkg/apiserver/cubeapi/resourcemanage/resources/pvc/pvc.go
+16
-0
pkg/apiserver/cubeapi/resourcemanage/resources/pvc/pvc.go
pkg/apiserver/cubeapi/resourcemanage/resources/register/register.go
+16
-0
...ver/cubeapi/resourcemanage/resources/register/register.go
pkg/apiserver/cubeapi/resourcemanage/resources/service/externaladdress.go
+16
-0
...beapi/resourcemanage/resources/service/externaladdress.go
with
80 additions
and
0 deletions
+80
-0
pkg/apiserver/cubeapi/resourcemanage/handle/param.go
+
16
-
0
View file @
c58b9cb5
/*
Copyright 2022 KubeCube Authors
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.
*/
package
resourcemanage
import
"github.com/kubecube-io/kubecube/pkg/utils/filter"
...
...
This diff is collapsed.
Click to expand it.
pkg/apiserver/cubeapi/resourcemanage/resources/enum/enum.go
+
16
-
0
View file @
c58b9cb5
/*
Copyright 2022 KubeCube Authors
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.
*/
package
enum
type
ResourceTypeEnum
string
...
...
This diff is collapsed.
Click to expand it.
pkg/apiserver/cubeapi/resourcemanage/resources/pvc/pvc.go
+
16
-
0
View file @
c58b9cb5
/*
Copyright 2022 KubeCube Authors
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.
*/
package
pvc
import
(
...
...
This diff is collapsed.
Click to expand it.
pkg/apiserver/cubeapi/resourcemanage/resources/register/register.go
+
16
-
0
View file @
c58b9cb5
/*
Copyright 2022 KubeCube Authors
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.
*/
package
register
import
(
...
...
This diff is collapsed.
Click to expand it.
pkg/apiserver/cubeapi/resourcemanage/resources/service/externaladdress.go
+
16
-
0
View file @
c58b9cb5
/*
Copyright 2022 KubeCube Authors
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.
*/
package
service
import
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help