You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
58
+
/**
59
+
* APIVersion defines the versioned schema of this representation of an object. Servers should
60
+
* convert recognized schemas to the latest internal value, and may reject unrecognized values.
@ApiModelProperty(value = "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources")
69
-
67
+
@ApiModelProperty(
68
+
value =
69
+
"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources")
70
70
publicStringgetApiVersion() {
71
71
returnapiVersion;
72
72
}
73
73
74
-
75
74
publicvoidsetApiVersion(StringapiVersion) {
76
75
this.apiVersion = apiVersion;
77
76
}
78
77
79
-
80
78
publicV1Alertmanagerkind(Stringkind) {
81
-
79
+
82
80
this.kind = kind;
83
81
returnthis;
84
82
}
85
83
86
-
/**
87
-
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
84
+
/**
85
+
* Kind is a string value representing the REST resource this object represents. Servers may infer
86
+
* this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More
@ApiModelProperty(value = "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds")
92
-
93
+
@ApiModelProperty(
94
+
value =
95
+
"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds")
0 commit comments