Versions in this module Expand all Collapse all v0 v0.14.0 Mar 22, 2025 Changes in this version + const DeprecatedClusterTaskReason + const MultipleWarningsReason + const WarningConditionType + type WarningRecord struct + Annotations map[string]string + Message string + Reason string + type WarningRecords []WarningRecord + func NewWarningRecords(warnings ...*WarningRecord) WarningRecords + func NewWarningRecordsFromJSON(raw string) WarningRecords + func (w WarningRecords) Add(others ...*WarningRecord) WarningRecords + func (w WarningRecords) AddIfNotPresent(others ...*WarningRecord) WarningRecords + func (w WarningRecords) Deserialize(raw string) WarningRecords + func (w WarningRecords) Has(other *WarningRecord) bool + func (w WarningRecords) MakeCondition() (condition *apis.Condition) + func (w WarningRecords) Serialize() string