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
c5f3e5cb
Commit
c5f3e5cb
authored
Nov 27, 2018
by
Nikhita Raghunath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup artifacts to build and setup apiextensions-apiserver
parent
1b8435d5
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
163 deletions
+0
-163
noxu-apiservice.yaml
...piserver/artifacts/customresource-01/noxu-apiservice.yaml
+0
-12
noxu-resource-definition.yaml
...artifacts/customresource-01/noxu-resource-definition.yaml
+0
-14
noxu.yaml
...xtensions-apiserver/artifacts/customresource-01/noxu.yaml
+0
-7
apiservice.yaml
...apiextensions-apiserver/artifacts/example/apiservice.yaml
+0
-12
auth-delegator.yaml
...xtensions-apiserver/artifacts/example/auth-delegator.yaml
+0
-12
auth-reader.yaml
...piextensions-apiserver/artifacts/example/auth-reader.yaml
+0
-13
rc.yaml
.../k8s.io/apiextensions-apiserver/artifacts/example/rc.yaml
+0
-26
sa.yaml
.../k8s.io/apiextensions-apiserver/artifacts/example/sa.yaml
+0
-5
service.yaml
...io/apiextensions-apiserver/artifacts/example/service.yaml
+0
-12
Dockerfile
...apiextensions-apiserver/artifacts/simple-image/Dockerfile
+0
-17
build-image.sh
...ng/src/k8s.io/apiextensions-apiserver/hack/build-image.sh
+0
-33
No files found.
staging/src/k8s.io/apiextensions-apiserver/artifacts/customresource-01/noxu-apiservice.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
apiregistration.k8s.io/v1beta1
kind
:
APIService
metadata
:
name
:
v1alpha1.mygroup.example.com
spec
:
insecureSkipTLSVerify
:
true
group
:
mygroup.example.com
priority
:
500
service
:
name
:
api
namespace
:
apiextensions
version
:
v1alpha1
staging/src/k8s.io/apiextensions-apiserver/artifacts/customresource-01/noxu-resource-definition.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
metadata
:
name
:
noxus.mygroup.example.com
spec
:
group
:
mygroup.example.com
version
:
v1alpha1
scope
:
Namespaced
names
:
plural
:
noxus
singular
:
noxu
kind
:
Noxu
listKind
:
NoxuList
\ No newline at end of file
staging/src/k8s.io/apiextensions-apiserver/artifacts/customresource-01/noxu.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
mygroup.example.com/v1alpha1
kind
:
Noxu
metadata
:
name
:
alfa-noxu
spec
:
key
:
value
\ No newline at end of file
staging/src/k8s.io/apiextensions-apiserver/artifacts/example/apiservice.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
apiregistration.k8s.io/v1beta1
kind
:
APIService
metadata
:
name
:
v1alpha1.apiextensions.k8s.io
spec
:
insecureSkipTLSVerify
:
true
group
:
apiextensions.k8s.io
priority
:
100
service
:
name
:
api
namespace
:
apiextensions
version
:
v1alpha1
staging/src/k8s.io/apiextensions-apiserver/artifacts/example/auth-delegator.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
name
:
apiextensions:system:auth-delegator
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
system:auth-delegator
subjects
:
-
kind
:
ServiceAccount
name
:
apiserver
namespace
:
apiextensions
staging/src/k8s.io/apiextensions-apiserver/artifacts/example/auth-reader.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
RoleBinding
metadata
:
name
:
apiextensions-auth-reader
namespace
:
kube-system
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
Role
name
:
extension-apiserver-authentication-reader
subjects
:
-
kind
:
ServiceAccount
name
:
apiserver
namespace
:
apiextensions
staging/src/k8s.io/apiextensions-apiserver/artifacts/example/rc.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
name
:
apiextensions-server
namespace
:
apiextensions
labels
:
apiserver
:
"
true"
spec
:
replicas
:
1
selector
:
apiserver
:
"
true"
template
:
metadata
:
labels
:
apiserver
:
"
true"
spec
:
serviceAccountName
:
apiserver
containers
:
-
name
:
apiextensions-server
image
:
apiextensions-apiserver:latest
imagePullPolicy
:
Never
args
:
-
"
--etcd-servers=http://localhost:2379"
-
"
--audit-log-path=-"
-
name
:
etcd
image
:
quay.io/coreos/etcd:v3.2.24
staging/src/k8s.io/apiextensions-apiserver/artifacts/example/sa.yaml
deleted
100644 → 0
View file @
1b8435d5
kind
:
ServiceAccount
apiVersion
:
v1
metadata
:
name
:
apiserver
namespace
:
apiextensions
staging/src/k8s.io/apiextensions-apiserver/artifacts/example/service.yaml
deleted
100644 → 0
View file @
1b8435d5
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
api
namespace
:
apiextensions
spec
:
ports
:
-
port
:
443
protocol
:
TCP
targetPort
:
443
selector
:
apiserver
:
"
true"
staging/src/k8s.io/apiextensions-apiserver/artifacts/simple-image/Dockerfile
deleted
100644 → 0
View file @
1b8435d5
# 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.
FROM
fedora
ADD
apiextensions-apiserver /
ENTRYPOINT
["/apiextensions-apiserver"]
staging/src/k8s.io/apiextensions-apiserver/hack/build-image.sh
deleted
100755 → 0
View file @
1b8435d5
#!/usr/bin/env bash
# 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.
set
-o
errexit
set
-o
nounset
set
-o
pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../../../../..
source
"
${
KUBE_ROOT
}
/hack/lib/util.sh"
# Register function to be called on EXIT to remove generated binary.
function
cleanup
{
rm
"
${
KUBE_ROOT
}
/vendor/k8s.io/apiextensions-apiserver/artifacts/simple-image/apiextensions-apiserver"
}
trap
cleanup EXIT
pushd
"
${
KUBE_ROOT
}
/vendor/k8s.io/apiextensions-apiserver"
cp
-v
../../../../_output/local/bin/linux/amd64/apiextensions-apiserver ./artifacts/simple-image/apiextensions-apiserver
docker build
-t
apiextensions-apiserver:latest ./artifacts/simple-image
popd
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