This repository was archived by the owner on Mar 13, 2022. It is now read-only.
File tree 18 files changed +56
-19
lines changed
18 files changed +56
-19
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2017 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2018 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2018 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2018 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2018 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11
11
# Unless required by applicable law or agreed to in writing, software
12
12
# distributed under the License is distributed on an "AS IS" BASIS,
13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
14
+ # See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
17
set -o errexit
@@ -51,4 +51,3 @@ git status
51
51
echo " Running tox from the main repo on $TOXENV environment"
52
52
# Run the user-provided command.
53
53
" ${@ } "
54
-
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2017 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
- # Licensed under the Apache License, Version 2.0 (the "License"); you may
2
- # not use this file except in compliance with the License. You may obtain
3
- # a copy of the License at
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright 2018 The Kubernetes Authors.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
4
8
#
5
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
6
10
#
7
11
# Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
- # License for the specific language governing permissions and limitations
11
- # under the License.
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
12
16
13
17
from . import ws_client
14
18
Original file line number Diff line number Diff line change 1
- # Licensed under the Apache License, Version 2.0 (the "License"); you may
2
- # not use this file except in compliance with the License. You may obtain
3
- # a copy of the License at
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright 2018 The Kubernetes Authors.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
4
8
#
5
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
6
10
#
7
11
# Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
- # License for the specific language governing permissions and limitations
11
- # under the License.
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
12
16
13
17
from kubernetes .client .rest import ApiException
14
18
Original file line number Diff line number Diff line change 1
- # Copyright 2017 The Kubernetes Authors.
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright 2018 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
4
6
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+
1
3
# Copyright 2016 The Kubernetes Authors.
2
4
#
3
5
# Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments