Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9a457c2b
Unverified
Commit
9a457c2b
authored
May 14, 2017
by
Clayton Coleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generated: Protobuf for v1alpha1
parent
c299a804
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
1 deletion
+50
-1
generated.pb.go
...8s.io/apimachinery/pkg/apis/meta/v1alpha1/generated.pb.go
+0
-0
generated.proto
...8s.io/apimachinery/pkg/apis/meta/v1alpha1/generated.proto
+49
-0
generated.pb.go
.../k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.pb.go
+1
-1
No files found.
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1alpha1/generated.pb.go
0 → 100644
View file @
9a457c2b
This diff is collapsed.
Click to expand it.
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1alpha1/generated.proto
0 → 100644
View file @
9a457c2b
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// This file was autogenerated by go-to-protobuf. Do not edit it manually!
syntax
=
'proto2'
;
package
k8s
.
io.apimachinery.pkg.apis.meta.v1alpha1
;
import
"k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto"
;
import
"k8s.io/apimachinery/pkg/runtime/generated.proto"
;
import
"k8s.io/apimachinery/pkg/runtime/schema/generated.proto"
;
import
"k8s.io/apimachinery/pkg/util/intstr/generated.proto"
;
// Package-wide variables from generator "generated".
option
go_package
=
"v1alpha1"
;
// PartialObjectMetadata is a generic representation of any object with ObjectMeta. It allows clients
// to get access to a particular ObjectMeta schema without knowing the details of the version.
message
PartialObjectMetadata
{
// Standard object's metadata.
// More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
// +optional
optional
k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta
metadata
=
1
;
}
// TableOptions are used when a Table is requested by the caller.
message
TableOptions
{
// includeObject decides whether to include each object along with its columnar information.
// Specifying "None" will return no object, specifying "Object" will return the full object contents, and
// specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind
// in version v1alpha1 of the meta.k8s.io API group.
optional
string
includeObject
=
1
;
}
staging/src/k8s.io/metrics/pkg/apis/metrics/v1alpha1/generated.pb.go
View file @
9a457c2b
...
...
@@ -1483,7 +1483,7 @@ var (
var
fileDescriptorGenerated
=
[]
byte
{
// 653 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x0
9
,
0x6e
,
0x88
,
0x02
,
0xff
,
0xec
,
0x54
,
0x31
,
0x6f
,
0xd3
,
0x40
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x0
0
,
0x00
,
0x00
,
0x02
,
0xff
,
0xec
,
0x54
,
0x31
,
0x6f
,
0xd3
,
0x40
,
0x18
,
0x8d
,
0x9b
,
0xa4
,
0x6a
,
0x2f
,
0x50
,
0x8a
,
0xa7
,
0x2a
,
0x83
,
0x5b
,
0x65
,
0x8a
,
0x8a
,
0x7a
,
0xa6
,
0xa5
,
0xa0
,
0xa8
,
0x13
,
0x32
,
0xed
,
0x80
,
0x44
,
0x0b
,
0x58
,
0x05
,
0x44
,
0x61
,
0xe0
,
0xe2
,
0x1c
,
0xce
,
0x91
,
0xf8
,
0xce
,
0xf2
,
0x9d
,
0x53
,
0x65
,
0x43
,
0xfc
,
0x02
,
0x24
,
0x7e
,
0x0f
,
0x0b
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment