Files
go/kubernetes/client/v1_downward_api_projection.go

18 lines
561 B
Go
Raw Normal View History

/*
* 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
// Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
type V1DownwardApiProjection struct {
// Items is a list of DownwardAPIVolume file
Items []V1DownwardApiVolumeFile `json:"items,omitempty"`
}