// APILifecycleIntroduced returns the release in which the API struct was introduced as int versions of major and minor for comparison. func (in *ComponentStatus) APILifecycleIntroduced() (major, minor int) { … } // APILifecycleDeprecated returns the release in which the API struct was or will be deprecated as int versions of major and minor for comparison. func (in *ComponentStatus) APILifecycleDeprecated() (major, minor int) { … } // APILifecycleIntroduced returns the release in which the API struct was introduced as int versions of major and minor for comparison. func (in *ComponentStatusList) APILifecycleIntroduced() (major, minor int) { … } // APILifecycleDeprecated returns the release in which the API struct was or will be deprecated as int versions of major and minor for comparison. func (in *ComponentStatusList) APILifecycleDeprecated() (major, minor int) { … }