You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/addons/v1beta1/clusterresourcesetbinding_types.go
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,6 @@ import (
23
23
"k8s.io/apimachinery/pkg/runtime/schema"
24
24
)
25
25
26
-
// ANCHOR: ResourceBinding
27
-
28
26
// ResourceBinding shows the status of a resource that belongs to a ClusterResourceSet matched by the owner cluster of the ClusterResourceSetBinding object.
29
27
typeResourceBindingstruct {
30
28
// ResourceRef specifies a resource.
@@ -46,8 +44,6 @@ type ResourceBinding struct {
46
44
Appliedbool`json:"applied"`
47
45
}
48
46
49
-
// ANCHOR_END: ResourceBinding
50
-
51
47
// ResourceSetBinding keeps info on all of the resources in a ClusterResourceSet.
52
48
typeResourceSetBindingstruct {
53
49
// clusterResourceSetName is the name of the ClusterResourceSet that is applied to the owner cluster of the binding.
@@ -190,8 +186,6 @@ type ClusterResourceSetBinding struct {
Copy file name to clipboardExpand all lines: api/addons/v1beta2/clusterresourcesetbinding_types.go
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ import (
22
22
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
23
23
)
24
24
25
-
// ANCHOR: ResourceBinding
26
-
27
25
// ResourceBinding shows the status of a resource that belongs to a ClusterResourceSet matched by the owner cluster of the ClusterResourceSetBinding object.
28
26
typeResourceBindingstruct {
29
27
// ResourceRef specifies a resource.
@@ -45,8 +43,6 @@ type ResourceBinding struct {
45
43
Appliedbool`json:"applied"`
46
44
}
47
45
48
-
// ANCHOR_END: ResourceBinding
49
-
50
46
// ResourceSetBinding keeps info on all of the resources in a ClusterResourceSet.
51
47
typeResourceSetBindingstruct {
52
48
// clusterResourceSetName is the name of the ClusterResourceSet that is applied to the owner cluster of the binding.
@@ -132,8 +128,6 @@ type ClusterResourceSetBinding struct {
0 commit comments