21 lines
545 B
Go
21 lines
545 B
Go
|
|
/*
|
||
|
|
* Kubernetes
|
||
|
|
*
|
||
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
||
|
|
*
|
||
|
|
* API version: v1.10.0
|
||
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
||
|
|
*/
|
||
|
|
|
||
|
|
package client
|
||
|
|
|
||
|
|
// ServiceReference holds a reference to Service.legacy.k8s.io
|
||
|
|
type ApiregistrationV1beta1ServiceReference struct {
|
||
|
|
|
||
|
|
// Name is the name of the service
|
||
|
|
Name string `json:"name,omitempty"`
|
||
|
|
|
||
|
|
// Namespace is the namespace of the service
|
||
|
|
Namespace string `json:"namespace,omitempty"`
|
||
|
|
}
|