Update go mod and vendor in client dir to 0.28.0
This commit is contained in:
3
client/vendor/k8s.io/apimachinery/pkg/runtime/scheme.go
generated
vendored
3
client/vendor/k8s.io/apimachinery/pkg/runtime/scheme.go
generated
vendored
@@ -118,8 +118,7 @@ func (s *Scheme) Converter() *conversion.Converter {
|
||||
// API group and version that would never be updated.
|
||||
//
|
||||
// TODO: there is discussion about removing unversioned and replacing it with objects that are manifest into
|
||||
//
|
||||
// every version with particular schemas. Resolve this method at that point.
|
||||
// every version with particular schemas. Resolve this method at that point.
|
||||
func (s *Scheme) AddUnversionedTypes(version schema.GroupVersion, types ...Object) {
|
||||
s.addObservedVersion(version)
|
||||
s.AddKnownTypes(version, types...)
|
||||
|
Reference in New Issue
Block a user