...
1 package v1alpha1
2
3
4
5
6
7
8
9
10
11
12
13
14 var map_NotStableConfigType = map[string]string{
15 "": "NotStableConfigType is a stable config type that is TechPreviewNoUpgrade only.\n\nCompatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
16 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
17 "spec": "spec is the specification of the desired behavior of the NotStableConfigType.",
18 "status": "status is the most recently observed status of the NotStableConfigType.",
19 }
20
21 func (NotStableConfigType) SwaggerDoc() map[string]string {
22 return map_NotStableConfigType
23 }
24
25 var map_NotStableConfigTypeList = map[string]string{
26 "": "NotStableConfigTypeList contains a list of NotStableConfigTypes.\n\nCompatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
27 "metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
28 }
29
30 func (NotStableConfigTypeList) SwaggerDoc() map[string]string {
31 return map_NotStableConfigTypeList
32 }
33
34 var map_NotStableConfigTypeSpec = map[string]string{
35 "": "NotStableConfigTypeSpec is the desired state",
36 "newField": "newField is a field that is tech preview, but because the entire type is gated, there is no marker on the field.",
37 }
38
39 func (NotStableConfigTypeSpec) SwaggerDoc() map[string]string {
40 return map_NotStableConfigTypeSpec
41 }
42
43 var map_NotStableConfigTypeStatus = map[string]string{
44 "": "NotStableConfigTypeStatus defines the observed status of the NotStableConfigType.",
45 "conditions": "Represents the observations of a foo's current state. Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\"",
46 }
47
48 func (NotStableConfigTypeStatus) SwaggerDoc() map[string]string {
49 return map_NotStableConfigTypeStatus
50 }
51
52
53
View as plain text