Skip to content

Commit 8a57c69

Browse files
committed
Initial commit
1 parent 2e4d529 commit 8a57c69

File tree

1,303 files changed

+8659
-95770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,303 files changed

+8659
-95770
lines changed

.editorconfig

Lines changed: 0 additions & 18 deletions
This file was deleted.

.flattened-pom.xml

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2013-2020 the original author or 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
8+
~
9+
~ https://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
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.
16+
~
17+
-->
18+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
20+
<modelVersion>4.0.0</modelVersion>
21+
<parent>
22+
<groupId>org.springframework.cloud</groupId>
23+
<artifactId>spring-cloud-build</artifactId>
24+
<version>4.0.4-SNAPSHOT</version>
25+
<relativePath></relativePath>
26+
</parent>
27+
<groupId>org.springframework.cloud</groupId>
28+
<artifactId>spring-cloud-kubernetes</artifactId>
29+
<version>3.0.4-SNAPSHOT</version>
30+
<packaging>pom</packaging>
31+
<name>Spring Cloud Kubernetes</name>
32+
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring
33+
Cloud projects</description>
34+
<url>https://cloud.spring.io</url>
35+
<inceptionYear>2017</inceptionYear>
36+
<organization>
37+
<name>Pivotal Software, Inc.</name>
38+
<url>https://www.spring.io</url>
39+
</organization>
40+
<licenses>
41+
<license>
42+
<name>Apache License, Version 2.0</name>
43+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
44+
<distribution>repo</distribution>
45+
</license>
46+
</licenses>
47+
<developers>
48+
<developer>
49+
<id>dsyer</id>
50+
<name>Dave Syer</name>
51+
<email>dsyer at pivotal.io</email>
52+
<organization>Pivotal Software, Inc.</organization>
53+
<organizationUrl>https://www.spring.io</organizationUrl>
54+
<roles>
55+
<role>lead</role>
56+
</roles>
57+
</developer>
58+
<developer>
59+
<id>sgibb</id>
60+
<name>Spencer Gibb</name>
61+
<email>sgibb at pivotal.io</email>
62+
<organization>Pivotal Software, Inc.</organization>
63+
<organizationUrl>https://www.spring.io</organizationUrl>
64+
<roles>
65+
<role>lead</role>
66+
</roles>
67+
</developer>
68+
<developer>
69+
<id>mgrzejszczak</id>
70+
<name>Marcin Grzejszczak</name>
71+
<email>mgrzejszczak at pivotal.io</email>
72+
<organization>Pivotal Software, Inc.</organization>
73+
<organizationUrl>https://www.spring.io</organizationUrl>
74+
<roles>
75+
<role>developer</role>
76+
</roles>
77+
</developer>
78+
<developer>
79+
<id>rbaxter</id>
80+
<name>Ryan Baxter</name>
81+
<email>rbaxter at pivotal.io</email>
82+
<organization>Pivotal Software, Inc.</organization>
83+
<organizationUrl>https://www.spring.io</organizationUrl>
84+
<roles>
85+
<role>developer</role>
86+
</roles>
87+
</developer>
88+
<developer>
89+
<id>omaciaszeksharma</id>
90+
<name>Olga Maciaszek-Sharma</name>
91+
<email>omaciaszeksharma at pivotal.io</email>
92+
<organization>Pivotal Software, Inc.</organization>
93+
<organizationUrl>https://www.spring.io</organizationUrl>
94+
<roles>
95+
<role>developer</role>
96+
</roles>
97+
</developer>
98+
</developers>
99+
<scm>
100+
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-kubernetes.git</connection>
101+
<developerConnection>scm:git:ssh://[email protected]/spring-cloud/spring-cloud-kubernetes.git</developerConnection>
102+
<url>https://github.com/spring-cloud/spring-cloud-kubernetes</url>
103+
</scm>
104+
<profiles>
105+
<profile>
106+
<id>spring</id>
107+
<repositories>
108+
<repository>
109+
<releases>
110+
<enabled>false</enabled>
111+
</releases>
112+
<snapshots>
113+
<enabled>true</enabled>
114+
</snapshots>
115+
<id>spring-snapshots</id>
116+
<name>Spring Snapshots</name>
117+
<url>https://repo.spring.io/snapshot</url>
118+
</repository>
119+
<repository>
120+
<snapshots>
121+
<enabled>false</enabled>
122+
</snapshots>
123+
<id>spring-milestones</id>
124+
<name>Spring Milestones</name>
125+
<url>https://repo.spring.io/milestone</url>
126+
</repository>
127+
<repository>
128+
<snapshots>
129+
<enabled>false</enabled>
130+
</snapshots>
131+
<id>spring-releases</id>
132+
<name>Spring Releases</name>
133+
<url>https://repo.spring.io/release</url>
134+
</repository>
135+
</repositories>
136+
</profile>
137+
</profiles>
138+
</project>

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/composites/build-controllers-project/action.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/composites/build-integration-tests-project/action.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/composites/cache/action.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/composites/clean-space/action.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/composites/env-variables/action.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)