Documentation ¶
Index ¶
- func ValidateAPIService(apiService *apiregistration.APIService) field.ErrorList
- func ValidateAPIServiceStatus(status *apiregistration.APIServiceStatus, fldPath *field.Path) field.ErrorList
- func ValidateAPIServiceStatusUpdate(newAPIService *apiregistration.APIService, ...) field.ErrorList
- func ValidateAPIServiceUpdate(newAPIService *apiregistration.APIService, ...) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAPIService ¶
func ValidateAPIService(apiService *apiregistration.APIService) field.ErrorList
ValidateAPIService validates that the APIService is correctly defined.
func ValidateAPIServiceStatus ¶
func ValidateAPIServiceStatus(status *apiregistration.APIServiceStatus, fldPath *field.Path) field.ErrorList
ValidateAPIServiceStatus validates that the APIService status is one of 'True', 'False' or 'Unknown'.
func ValidateAPIServiceStatusUpdate ¶
func ValidateAPIServiceStatusUpdate(newAPIService *apiregistration.APIService, oldAPIService *apiregistration.APIService) field.ErrorList
ValidateAPIServiceStatusUpdate validates an update of the status field of APIService.
func ValidateAPIServiceUpdate ¶
func ValidateAPIServiceUpdate(newAPIService *apiregistration.APIService, oldAPIService *apiregistration.APIService) field.ErrorList
ValidateAPIServiceUpdate validates an update of APIService.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.