Documentation
¶
Overview ¶
Package v1alpha1 contains the v1alpha1 api definitions for Kubepug
Index ¶
Constants ¶
View Source
const (
CoreAPI = "CORE"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIKinds ¶
type APIKinds map[string]APIVersion
APIKind contains a Kind of API (like "Ingress") and may also be populated with the resource name
type APIVersion ¶
type APIVersion map[string]APIVersionStatus
APIVersion is an APIVersion of a group/kind that will be queried on description and if it is deprecated
type APIVersionStatus ¶
type APIVersionStatus struct { // Description represents the description of the queried API Description string `json:"description,omitempty"` // DeprecationVersion represents when this API was marked as deprecated DeprecationVersion string `json:"deprecationVersion,omitempty"` // DeletedVersion represents when this API was marked as deleted DeletedVersion string `json:"deletedVersion,omitempty"` // IntroducedVersion represents when this API was introduced IntroducedVersion string `json:"introducedVersion,omitempty"` // Replacement represents what is the proper replacement of this API Replacement *GroupVersionKind `json:"replacement,omitempty"` }
APIVersionStatus represents a result from a store query
type GroupVersionKind ¶
type ManifestsFiles ¶
Click to show internal directories.
Click to hide internal directories.