@@ -1463,6 +1463,7 @@ const (
14631463 PodFailed PodPhase = "Failed"
14641464 // PodUnknown means that for some reason the state of the pod could not be obtained, typically due
14651465 // to an error in communicating with the host of the pod.
1466+ //
14661467 // Deprecated: It isn't being set since 2015 (74da3b14b0c0f658b3bb8d2def5094686d0e9095)
14671468 PodUnknown PodPhase = "Unknown"
14681469)
@@ -1882,6 +1883,7 @@ type PodSpec struct {
18821883 // +optional
18831884 ServiceAccountName string `json:"serviceAccountName,omitempty"`
18841885 // DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
1886+ //
18851887 // Deprecated: Use serviceAccountName instead.
18861888 // +k8s:conversion-gen=false
18871889 // +optional
@@ -4272,6 +4274,7 @@ type ComponentCondition struct {
42724274// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
42734275
42744276// ComponentStatus (and ComponentStatusList) holds the cluster validation info.
4277+ //
42754278// Deprecated: This API is deprecated in v1.19+
42764279type ComponentStatus struct {
42774280 metav1.TypeMeta `json:",inline"`
@@ -4290,6 +4293,7 @@ type ComponentStatus struct {
42904293// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
42914294
42924295// Status of all the conditions for the component as a list of ComponentStatus objects.
4296+ //
42934297// Deprecated: This API is deprecated in v1.19+
42944298type ComponentStatusList struct {
42954299 metav1.TypeMeta `json:",inline"`
0 commit comments