Documentation
¶
Overview ¶
Package server provides the API models for server management.
Index ¶
Constants ¶
View Source
const (
// Kind is the kind of the server.
Kind = "Server"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListResponse ¶
type ListResponse = v1.ListResponse[Server]
ListResponse represents a list of servers with metadata.
func NewListResponse ¶
func NewListResponse(servers []Server, metadata v1.ListMeta) *ListResponse
NewListResponse creates a new ListResponse with the given servers and metadata.
Click to show internal directories.
Click to hide internal directories.