go.mod: bump client-go and api machinerie
I had to run `make generate`. Some API functions got additional parameters `Options` and `Context`. I used empty options and `context.TODO()` for now. Signed-off-by: leonnicolas <leonloechner@gmx.de>
This commit is contained in:
4
vendor/k8s.io/api/authentication/v1/generated.proto
generated
vendored
4
vendor/k8s.io/api/authentication/v1/generated.proto
generated
vendored
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
|
||||
// This file was autogenerated by go-to-protobuf. Do not edit it manually!
|
||||
|
||||
syntax = 'proto2';
|
||||
syntax = "proto2";
|
||||
|
||||
package k8s.io.api.authentication.v1;
|
||||
|
||||
@@ -36,7 +36,7 @@ message BoundObjectReference {
|
||||
|
||||
// API version of the referent.
|
||||
// +optional
|
||||
optional string aPIVersion = 2;
|
||||
optional string apiVersion = 2;
|
||||
|
||||
// Name of the referent.
|
||||
// +optional
|
||||
|
||||
Reference in New Issue
Block a user