mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Update generated code
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
type Client struct {
|
||||
clientbase.APIBaseClient
|
||||
|
||||
Node NodeOperations
|
||||
Namespace NamespaceOperations
|
||||
Node NodeOperations
|
||||
}
|
||||
|
||||
func NewClient(opts *clientbase.ClientOpts) (*Client, error) {
|
||||
@@ -21,8 +21,8 @@ func NewClient(opts *clientbase.ClientOpts) (*Client, error) {
|
||||
APIBaseClient: baseClient,
|
||||
}
|
||||
|
||||
client.Node = newNodeClient(client)
|
||||
client.Namespace = newNamespaceClient(client)
|
||||
client.Node = newNodeClient(client)
|
||||
|
||||
return client, nil
|
||||
}
|
||||
|
8
client/cluster/v3/zz_generated_namespace_spec.go
Normal file
8
client/cluster/v3/zz_generated_namespace_spec.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
NamespaceSpecType = "namespaceSpec"
|
||||
)
|
||||
|
||||
type NamespaceSpec struct {
|
||||
}
|
Reference in New Issue
Block a user