19 lines
485 B
Go
19 lines
485 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
|
||
|
|
|
||
|
|
// ExternalDocumentation allows referencing an external resource for extended documentation.
|
||
|
|
type V1beta1ExternalDocumentation struct {
|
||
|
|
|
||
|
|
Description string `json:"description,omitempty"`
|
||
|
|
|
||
|
|
Url string `json:"url,omitempty"`
|
||
|
|
}
|