Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-04-24 16:40:28 +08:00
committed by zryfish
parent 68809bcc38
commit 955d20fec0
8 changed files with 18 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
*/
package install
import (
@@ -30,4 +30,4 @@ func init() {
func Install(c *restful.Container) {
urlruntime.Must(devopsv1alpha2.AddToContainer(c))
}
}

View File

@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
*/
package v1alpha2
import (