diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index 077c2c71e0..0000000000
--- a/.dockerignore
+++ /dev/null
@@ -1,39 +0,0 @@
-.dockerignore
-.env
-.git
-.gitignore
-.vs
-.vscode
-docker-compose*.yml
-*.md
-hosts
-LICENSE
-*.testsettings
-vsts-docs
-ServiceFabric
-readme
-k8s
-img
-docs
-deploy
-Components
-cli-windows
-cli-mac
-cli-linux
-**/bin/
-**/obj/
-**/node_modules/
-**/bower_components/
-**/wwwroot/lib/*
-global.json
-**/appsettings.localhost.json
-src/Web/WebSPA/wwwroot/
-packages/
-csproj-files/
-test-results/
-TestResults/
-src/Mobile/
-src/Web/Catalog.WebForms/
-src/Web/WebMonolithic/
-src/BuildingBlocks/CommandBus/
-src/Services/Marketing/Infrastructure/
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index f3fdf2b8f1..2be2528096 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,9 +26,6 @@ bld/
# Visual Studio 2015 cache/options directory
.vs/
-# Dockerfile projects folder for restore-packages script
-csproj-files/
-
# .js files created on build:
src/Web/WebMVC/wwwroot/js/site*
diff --git a/Local.testsettings b/Local.testsettings
deleted file mode 100644
index 4e1e6ab7f5..0000000000
--- a/Local.testsettings
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- These are default test settings for a local test run.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 39b2a87f47..d34764f2b9 100644
--- a/README.md
+++ b/README.md
@@ -1,106 +1,174 @@
# eShopOnContainers - Microservices Architecture and Containers based Reference Application (**BETA state** - Visual Studio and CLI environments compatible)
+
Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.
## Linux Build Status for 'dev' branch
Dev branch contains the latest "stable" code, and their images are tagged with `:dev` in our [Docker Hub](https://cloud.docker.com/u/eshop/repository/list):
-| Basket API | Catalog API | Identity API | Location API |
+| Basket API | Catalog API | Identity API | Location API |
| ------------- | ------------- | ------------- | ------------- |
| [![Basket API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/basket?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=199&branchName=dev) | [![Catalog API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/catalog?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=197&branchName=dev) | [![Identity API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/identity?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=200&branchName=dev) | [![Location API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/location?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=202&branchName=dev) |
| Marketing API | Ordering API | Payment API | Api Gateways base image |
| ------------- | ------------- | ------------- | ------------- |
-| [![Marketing API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/marketing?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=203&branchName=dev) | [![Ordering API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/ordering?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=198&branchName=dev) | [![Payment API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/payment?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=205&branchName=dev) | [![Api Gateways base image](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/apigws?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=201&branchName=dev)
+| [![Marketing API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/marketing?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=203&branchName=dev) | [![Ordering API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/ordering?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=198&branchName=dev) | [![Payment API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/payment?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=205&branchName=dev) | [![Api Gateways base image](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/apigws?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=201&branchName=dev)
| Web Shopping Aggregator | Mobile Shopping Aggregator | WebMVC Client | WebSPA Client |
| ------------- | ------------- | ------------- | ------------- |
| [![Web Shopping Aggregator](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/web-shopping-agg?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=206&branchName=dev) | [![Mobile Shopping Aggregator](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/mobile-shopping-agg?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=204&branchName=dev) | [![WebMVC Client](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/webmvc?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=209&branchName=dev) | [![WebSPA Client](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/webspa?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=210&branchName=dev) |
-| Web Status | Webhooks API | Webbhooks demo client |
+| Web Status | Webhooks API | Webhooks demo client |
| ------------- | ------------- | ------------- |
[![Web Status](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/webstatus?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=211&branchName=dev) | [![Webhooks API](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/webhooks?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=207&branchName=dev) | [![Webhooks demo client](https://msftdevtools.visualstudio.com/eShopOnContainers/_apis/build/status/microservices/webhooks-client?branchName=dev)](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=208&branchName=dev) |
+## Getting Started
+
+eShopOnContainers is provided in "two flavors":
+
+- Basic scenario: Can be run locally using docker compose, and also deployed to a local Kubernetes cluster
+- Production scenario: Can only be deployed on a Kubernetes cluster (local or in the cloud like AKS), and enable production features like the use of a Service Mesh.
+
+### Basic scenario
+
+You can run eShop locally:
+
+- [Using Visual Studio](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup)
+- Using CLI or Visual Studio Code
+- Using docker compose
+- Using local Kubernetes
+
+### Advanced scenario
+
+The Advanced scenario can be run only in a Kubernetes cluster. Currently this scenario is the same as basic scenario with the following differences:
+
+- Use of a Service Mesh for Resiliency
+
+In the future more features will be implemented in the advanced scenario.
+
## IMPORTANT NOTES!
-**You can use either the latest version of Visual Studio or simply Docker CLI and .NET CLI for Windows, Mac and Linux**.
+**You can use either the latest version of Visual Studio or simply Docker CLI and .NET CLI for Windows, Mac and Linux**.
-**Note for Pull Requests (PRs)**: We accept pull request from the community. When doing it, please do it onto the **DEV branch** which is the consolidated work-in-progress branch. Do not request it onto Master branch, if possible.
+**Note for Pull Requests (PRs)**: We accept pull request from the community. When doing it, please do it onto the **DEV branch** which is the consolidated work-in-progress branch. Do not request it onto **master** branch.
**NEWS / ANNOUNCEMENTS**
-Do you want to be up-to-date on .NET Architecture guidance and reference apps like eShopOnContainers? --> Subscribe by "WATCHING" this new GitHub repo: https://github.com/dotnet-architecture/News
+Do you want to be up-to-date on .NET Architecture guidance and reference apps like eShopOnContainers? --> Subscribe by "WATCHING" this new GitHub repo: https://github.com/dotnet-architecture/News
-## Update to .NET Core 3
+## Updated for .NET Core 3.0
-> There's currently an update to .NET Core 3 going on in the branch [features/migration-dotnet3](https://github.com/dotnet-architecture/eShopOnContainers/tree/features/migration-dotnet3).
->
-> You can monitor this branch, but it's being changed frequently, community contributions will be accepted once it's officially released.
+eShopOnContainers is updated to .NET Core 3.0 "wave" of technologies. Not just compilation but also new recommended code in EF Core, ASP.NET Core, and other new related versions.
-## Updated for .NET Core 2.2 "wave" of technologies
+### Details on the latest mayor release
-eShopOnContainers is updated to .NET Core 2.x (currently updated to 2.2) "wave" of technologies. Not just compilation but also new recommended code in EF Core, ASP.NET Core, and other new related versions.
+- Migrate solution from ASP.NET Core 2.2 to 3.0 and update all projects to use the latest .NET Core 3.0 templates.
-The **dockerfiles** in the solution have also been updated and now support [**Docker Multi-Stage**](https://blogs.msdn.microsoft.com/stevelasker/2017/09/11/net-and-multistage-dockerfiles/) since mid-December 2017.
+- Implement the new .NET Core 3.0 WorkerService in Ordering.API and other background processes.
->**PLEASE** Read our [branch guide](./branch-guide.md) to know about our branching policy
+- Improve Ordering.API
+ - Group order items
+ - apply discounts from Marketing.API
+
+- Handle two deployment scenarios
+ - Basic deployment, better for learning:
+ - Docker compose
+ - Local Kubernetes
+ - Visual Studio F5 experience
+
+ - Advanced deployment, complex but more real-life:
+ - Sidecar implementation with Envoy/Linkerd
+ - Improved API Gateway and resilience
+ - gRPC for inter-service communications
+ - Test and Support Azure Dev Spaces
+
+### New folder structure
+
+The repo also has a new, simpler, folder structure, as shown in the following image:
+![](img/new-folder-structure.png)
+
+In the above image you can see that the first folder level contains, basically:
+
+- **build**: Scripts for building Docker images.
+- **deploy**: Scripts for deployment.
+- **src**: All source projects, including tests.
+ - **ApiGateways**: Envoy configuration and Aggregators source code.
+ - **BuildBlocks**: Common components used by several projects.
+ - **Mobile**: Mobile apps projects.
+ - **Services**: Backend for all services. Including unit and functional tests for some projects.
+ - Basket
+ - Catalog
+ - Identity
+ - Location
+ - Marketing
+ - Ordering
+ - Payment
+ - Webhooks
+ - **Tests**: General functional application tests.
+ - **test-results**: Test results
+ - **Web**: Web applications
+
+>**PLEASE** Read our [branch guide](./branch-guide.md) to know about our branching policy
+>
> ### DISCLAIMER
>
> **IMPORTANT:** The current state of this sample application is **BETA**, because we are constantly evolving towards newly released technologies. Therefore, many areas could be improved and change significantly while refactoring the current code and implementing new features. Feedback with improvements and pull requests from the community will be highly appreciated and accepted.
>
> This reference application proposes a simplified microservice oriented architecture implementation to introduce technologies like .NET Core with Docker containers through a comprehensive application. The chosen domain is eShop/eCommerce but simply because it is a well-known domain by most people/developers.
However, this sample application should not be considered as an "eCommerce reference model" at all. The implemented business domain might not be ideal from an eCommerce business point of view. It is neither trying to solve all the problems in a large, scalable and mission-critical distributed system. It is just a bootstrap for developers to easily get started in the world of Docker containers and microservices with .NET Core.
->
For example, the next step after running the solution in the local dev PC and understanding Docker containers and microservices development with .NET Core, is to select a microservice cluster/orchestrator like Kubernetes in Azure (AKS) or Azure Service Fabric, both environments tested and supported by this solution.
+>
+> For example, the next step after running the solution in the local dev PC and understanding Docker containers and microservices development with .NET Core, is to select a microservice cluster/orchestrator like Kubernetes in Azure (AKS) or Azure Service Fabric, both environments tested and supported by this solution.
> Additional steps would be to move your databases to HA cloud services (like Azure SQL Database) or switch your EventBus to use Azure Service Bus (instead of bare-bone RabbitMQ) or any other production-ready Service Bus in the market.
![image](https://user-images.githubusercontent.com/1712635/40397331-059a7ec6-5de7-11e8-8542-a597eca16fef.png)
-> Read the planned Roadmap within the Wiki for further info about possible new implementations and provide feedback at the ISSUES section if you'd like to see any specific scenario implemented or improved. Also, feel free to discuss on any current issue.
+> Read the planned [Roadmap](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Roadmap) within the Wiki for further info about possible new implementations and provide feedback at the [ISSUES section](https://github.com/dotnet/eShopOnContainers/issues) if you'd like to see any specific scenario implemented or improved. Also, feel free to discuss on any current issue.
+
+### Architecture overview
-### Architecture overview
This reference application is cross-platform at the server and client side, thanks to .NET Core services capable of running on Linux or Windows containers depending on your Docker host, and to Xamarin for mobile apps running on Android, iOS or Windows/UWP plus any browser for the client web apps.
-The architecture proposes a microservice oriented architecture implementation with multiple autonomous microservices (each one owning its own data/db) and implementing different approaches within each microservice (simple CRUD vs. DDD/CQRS patterns) using Http as the communication protocol between the client apps and the microservices and supports asynchronous communication for data updates propagation across multiple services based on Integration Events and an Event Bus (a light message broker, to choose between RabbitMQ or Azure Service Bus, underneath) plus other features defined at the roadmap.
-
-
-
-
+The architecture proposes a microservice oriented architecture implementation with multiple autonomous microservices (each one owning its own data/db) and implementing different approaches within each microservice (simple CRUD vs. DDD/CQRS patterns) using Http as the communication protocol between the client apps and the microservices and supports asynchronous communication for data updates propagation across multiple services based on Integration Events and an Event Bus (a light message broker, to choose between RabbitMQ or Azure Service Bus, underneath) plus other features defined at the [roadmap](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Roadmap).
-> ### Important Note on API Gateways and published APIs
-> Since April 2018, we have introduced the implementation of the [API Gateway pattern](http://microservices.io/patterns/apigateway.html) and [Backend-For-Front-End (BFF) pattern](https://samnewman.io/patterns/architectural/bff/) in eShopOnContainers architecture, so you can filter and publish simplified APIs and URIs and apply additional security in that tier while hiding/securing the internal microservices to the client apps or outside consumers. These sample API Gateways in eShopOnContainers are based on [Ocelot](https://github.com/ThreeMammals/Ocelot), an OSS lightweight API Gateway solution explained [here](http://threemammals.com/ocelot). The deployed API Gateways are autonomous and can be deployed as your own custom microservices/containers, as it is currently done in eShopOnContainers, so you can test it even in a simple development environment with just Docker engine or deploy it into orchestrators like Kubernetes in AKS or Service Fabric.
+![](img/eshop_logo.png)
+![](https://user-images.githubusercontent.com/1712635/38758862-d4b42498-3f27-11e8-8dad-db60b0fa05d3.png)
-> For your production-ready architecture you can either keep using [Ocelot](https://github.com/ThreeMammals/Ocelot) which is simple and easy to use and used in production by significant companies or if you need further functionality and a much richer set of features suitable for commercial APIs, you can also substitute those API Gateways and use [Azure API Management](https://azure.microsoft.com/en-us/services/api-management/) or any other commercial API Gateway, as shown in the following image.
+> ### Important Note on API Gateways and published APIs
+>
+> Since April 2018, we have introduced the implementation of the [API Gateway pattern](http://microservices.io/patterns/apigateway.html) and [Backend-For-Front-End (BFF) pattern](https://samnewman.io/patterns/architectural/bff/) in eShopOnContainers architecture, so you can filter and publish simplified APIs and URIs and apply additional security in that tier while hiding/securing the internal microservices to the client apps or outside consumers. These sample API Gateways in eShopOnContainers are based on [Envoy](https://www.envoyproxy.io/), an OSS, production-grade API Gateway and proxy [described in the official documentation page](https://www.envoyproxy.io/docs/envoy/latest/). The deployed API Gateways are autonomous and can be deployed as your own custom microservices/containers, as it is currently done in eShopOnContainers, so you can test it even in a simple development environment with just Docker engine or deploy it into orchestrators like Kubernetes in AKS or Service Fabric.
+>
+> For your production-ready architecture you can either keep using Envoy or, if you need further functionality and a much richer set of features suitable for commercial APIs, you can also substitute those API Gateways and use [Azure API Management](https://azure.microsoft.com/services/api-management/) or any other commercial API Gateway.
-
-
-
+![](img/eShopOnContainers-Architecture-With-Azure-API-Management.png)
> The sample code in this repo is NOT making use of Azure API Management in order to be able to provide an "F5 experience" in Visual Studio (or CLI) of the sample with no up-front dependencies in Azure. But you could evaluate API Gateways alternatives when building for production.
-
+>
> ### Internal architecture and design of the microservices
-
+>
> The microservices are different in type, meaning different internal architecture pattern approaches depending on its purpose, as shown in the image below.
-
-
-
-
+
+![](img/eShopOnContainers_Types_Of_Microservices.png)
> ### Important Note on Database Servers/Containers
+>
> In this solution's current configuration for a development environment, the SQL databases are automatically deployed with sample data into a single SQL Server container (a single shared Docker container for SQL databases) so the whole solution can be up and running without any dependency to any cloud or a specific server. Each database could also be deployed as a single Docker container, but then you'd need more than 8GB of RAM assigned to Docker in your development machine in order to be able to run 3 SQL Server Docker containers in your Docker Linux host in "Docker for Windows" or "Docker for Mac" development environments.
->
A similar case is defined in regard to Redis cache running as a container for the development environment. Or a No-SQL database (MongoDB) running as a container.
->
However, in a real production environment it is recommended to have your databases (SQL Server, Redis, and the NO-SQL database, in this case) in HA (High Available) services like Azure SQL Database, Redis as a service and Azure CosmosDB instead the MongoDB container (as both systems share the same access protocol). If you want to change to a production configuration, you'll just need to change the connection strings once you have set up the servers in an HA cloud or on-premises.
-
+>
+> A similar case is defined in regard to Redis cache running as a container for the development environment. Or a No-SQL database (MongoDB) running as a container.
+>
+> However, in a real production environment it is recommended to have your databases (SQL Server, Redis, and the NO-SQL database, in this case) in HA (High Available) services like Azure SQL Database, Redis as a service and Azure CosmosDB instead the MongoDB container (as both systems share the same access protocol). If you want to change to a production configuration, you'll just need to change the connection strings once you have set up the servers in an HA cloud or on-premises.
+>
> ### Important Note on EventBus
-> In this solution's current EventBus is a simplified implementation, mainly used for learning purposes (development and testing), so it doesn't handle all production scenarios, most notably on error handling.
-> The following forks provide production environment level implementation examples with eShopOnContainers :
-> * Implementation with [NServiceBus](https://github.com/Particular/NServiceBus) : https://github.com/Particular/eShopOnContainers
-> * Implementation with [CAP](https://github.com/dotnetcore/CAP) : https://github.com/yang-xiaodong/eShopOnContainers
+>
+> In this solution's current EventBus is a simplified implementation, mainly used for learning purposes (development and testing), so it doesn't handle all production scenarios, most notably on error handling.
+> The following fork provides production environment level implementation examples with eShopOnContainers:
+>
+> - Implementation with [NServiceBus](https://github.com/Particular/NServiceBus) :
## Related documentation and guidance
-While developing this reference application, we've been creating a reference Guide/eBook focusing on architecting and developing containerized and microservice based .NET Applications (download link available below) which explains in detail how to develop this kind of architectural style (microservices, Docker containers, Domain-Driven Design for certain microservices) plus other simpler architectural styles, like monolithic apps that can also live as Docker containers.
-
+
+You can find the related reference **Guide/eBook** focusing on **architecting and developing containerized and microservice based .NET Applications** (download link available below) which explains in detail how to develop this kind of architectural style (microservices, Docker containers, Domain-Driven Design for certain microservices) plus other simpler architectural styles, like monolithic apps that can also live as Docker containers.
+
There are also additional eBooks focusing on Containers/Docker lifecycle (DevOps, CI/CD, etc.) with Microsoft Tools, already published plus an additional eBook focusing on Enterprise Apps Patterns with Xamarin.Forms.
You can download them and start reviewing these Guides/eBooks here:
-
| Architecting & Developing | Containers Lifecycle & CI/CD | App patterns with Xamarin.Forms |
| ------------ | ------------| ------------|
@@ -114,12 +182,13 @@ Send feedback to [dotnet-architecture-ebooks-feedback@service.microsoft.com](dot
However, we encourage you to download and review the [Architecting and Developing Microservices eBook](https://aka.ms/microservicesebook) because the architectural styles and architectural patterns and technologies explained in the guide are using this reference application when explaining many pattern implementations, so you'll understand the context, design and decisions taken in the current architecture and internal designs much better.
## Overview of the application code
-In this repo you can find a sample reference application that will help you to understand how to implement a microservice architecture based application using .NET Core and Docker.
+
+In this repo you can find a sample reference application that will help you to understand how to implement a microservice architecture based application using **.NET Core** and **Docker**.
The example business domain or scenario is based on an eShop or eCommerce which is implemented as a multi-container application. Each container is a microservice deployment (like the basket-microservice, catalog-microservice, ordering-microservice and the identity-microservice) which is developed using ASP.NET Core running on .NET Core so they can run either on Linux Containers and Windows Containers.
The screenshot below shows the VS Solution structure for those microservices/containers and client apps.
-- (*Recommended when getting started*) Open eShopOnContainers-ServicesAndWebApps.sln for a solution containing just the server-side projects related to the microservices and web applications.
+- (*Recommended when getting started*) Open **eShopOnContainers-ServicesAndWebApps.sln** for a solution containing just the server-side projects related to the microservices and web applications.
- Open eShopOnContainers-MobileApps.sln for a solution containing just the client mobile app projects (Xamarin mobile apps only). It works independently based on mocks, too.
- Open eShopOnContainers.sln for a solution containing all the projects (All client apps and services).
@@ -143,7 +212,7 @@ Finally, those microservices are consumed by multiple client web and mobile apps
-### Mac based (CLI ans Visual Studio for Mac)
+### Mac based (CLI and Visual Studio for Mac)
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index bb1cf27438..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/Config/Settings.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/ServiceManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/ServiceManifest.xml
deleted file mode 100644
index 8c2f166918..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- rabbitmq:3-management
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 5a4c2828d2..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 1699b8eaa4..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 1699b8eaa4..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/Bus.sfproj b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/Bus.sfproj
deleted file mode 100644
index 0a56c800eb..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/Bus.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- f29e27c9-0d5e-4a57-adbf-dd651649d2a1
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/packages.config b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricBus/Bus/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index fe031fe954..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/Config/Settings.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/ServiceManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/ServiceManifest.xml
deleted file mode 100644
index e7ecf592f4..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- mongo:latest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 8b48c39d17..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 22363f273f..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 22363f273f..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/NoSQL.sfproj b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/NoSQL.sfproj
deleted file mode 100644
index f07ff03a9a..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/NoSQL.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- eb070036-ec60-49a6-88e1-562a2043c3d7
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/packages.config b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 11bf47a6a3..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/Config/Settings.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/ServiceManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/ServiceManifest.xml
deleted file mode 100644
index cfcc10ecaf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- redis:latest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 951ce24db5..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index e2f3876c7e..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index e2f3876c7e..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/Redis.sfproj b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/Redis.sfproj
deleted file mode 100644
index 5b28bfdba8..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/Redis.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 17acd9ea-8f16-4091-aa29-c67002971eee
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/packages.config b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricRedis/Redis/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 27fa4bfe2f..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/Config/Settings.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/ServiceManifest.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/ServiceManifest.xml
deleted file mode 100644
index 97ff3ded27..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- microsoft/mssql-server-linux:2017-latest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 3ad12232a3..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 9fc10b0bc0..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 9fc10b0bc0..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/Sql.sfproj b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/Sql.sfproj
deleted file mode 100644
index 48447811ed..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/Sql.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 65a83188-79c1-47ad-931d-8e8a87247408
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/packages.config b/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/Infrastructure/eShopOnServiceFabricSql/Sql/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 43aa956604..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml
deleted file mode 100644
index 75aecd407b..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/basket.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml
deleted file mode 100644
index bd30b44943..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/catalog.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml
deleted file mode 100644
index 5c19939a49..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/locations.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml
deleted file mode 100644
index defca436c9..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/marketing.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml
deleted file mode 100644
index 16c67d3a88..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/ordering.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/ServiceManifest.xml
deleted file mode 100644
index 248eb72d3a..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/ordering.backgroundtasks
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml
deleted file mode 100644
index 88deeeade8..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/payment.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 48b8b6b33c..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index e579cbf896..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index e579cbf896..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/eShopOnServiceFabric/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/eShopOnServiceFabric.sfproj b/ServiceFabric/Linux/eShopOnServiceFabric/eShopOnServiceFabric.sfproj
deleted file mode 100644
index e345590fb7..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/eShopOnServiceFabric.sfproj
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- 983eab84-65c5-4793-a300-08f97c791a15
- 1.6
- 1.5
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabric/packages.config b/ServiceFabric/Linux/eShopOnServiceFabric/packages.config
deleted file mode 100644
index c5f59e48ee..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabric/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 638b701941..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml
deleted file mode 100644
index 35bc15b68b..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/identity.api:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Cloud.xml
deleted file mode 100644
index a1255b6c0a..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index e8623180a2..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index e8623180a2..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv.sfproj b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv.sfproj
deleted file mode 100644
index 1d0d025a94..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 39b54901-d57d-416e-b51e-33c4017ca464
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/packages.config b/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 158c03905e..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml
deleted file mode 100644
index 7b6aa55655..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/webmvc:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Cloud.xml
deleted file mode 100644
index d99e1573a7..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 1d59af5a63..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 1d59af5a63..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC.sfproj b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC.sfproj
deleted file mode 100644
index ff4ce22477..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 0cf895ff-3616-4d1f-8d2e-5d856cdf3612
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/packages.config b/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 7fca0294ed..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml
deleted file mode 100644
index 64d719c597..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/webspa:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Cloud.xml
deleted file mode 100644
index fdeb6fd886..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 92fe692c37..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 92fe692c37..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA.sfproj b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA.sfproj
deleted file mode 100644
index 05ed606be9..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 1670de10-5626-429d-a74a-2dd8281cc0c9
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/packages.config b/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index da2d7de0b2..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/Config/Settings.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml
deleted file mode 100644
index 456c92ea16..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/webstatus:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Cloud.xml
deleted file mode 100644
index f49e04e6b6..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 9864bd0509..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 9864bd0509..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Cloud.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.1Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.5Node.xml b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus.sfproj b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus.sfproj
deleted file mode 100644
index 1d4def7f29..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 25f73fd9-b32f-401a-80e8-17c72606a7e1
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/packages.config b/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index bb1cf27438..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/Config/Settings.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/ServiceManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/ServiceManifest.xml
deleted file mode 100644
index 9415f54f2a..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationPackageRoot/RabbitMQPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- spring2/rabbitmq:3.6.10
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 5a4c2828d2..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 1699b8eaa4..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 1699b8eaa4..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/Bus.sfproj b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/Bus.sfproj
deleted file mode 100644
index 0a56c800eb..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/Bus.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- f29e27c9-0d5e-4a57-adbf-dd651649d2a1
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/packages.config b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricBus/Bus/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index fe031fe954..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/Config/Settings.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/ServiceManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/ServiceManifest.xml
deleted file mode 100644
index be47332ca1..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationPackageRoot/MongoDBPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- mongo:windowsservercore
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 8b48c39d17..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 22363f273f..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 22363f273f..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/NoSQL.sfproj b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/NoSQL.sfproj
deleted file mode 100644
index f07ff03a9a..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/NoSQL.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- eb070036-ec60-49a6-88e1-562a2043c3d7
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/packages.config b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricNoSql/NoSQL/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 11bf47a6a3..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/Config/Settings.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/ServiceManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/ServiceManifest.xml
deleted file mode 100644
index ea9deb355b..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationPackageRoot/BasketDataPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- redis:nanoserver
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 951ce24db5..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index e2f3876c7e..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index e2f3876c7e..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/Redis.sfproj b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/Redis.sfproj
deleted file mode 100644
index 5b28bfdba8..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/Redis.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 17acd9ea-8f16-4091-aa29-c67002971eee
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/packages.config b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricRedis/Redis/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 27fa4bfe2f..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/Config/Settings.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/ServiceManifest.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/ServiceManifest.xml
deleted file mode 100644
index 252c74f21d..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationPackageRoot/SqlServerPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- microsoft/mssql-server-windows-developer:2017
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 3ad12232a3..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 9fc10b0bc0..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 9fc10b0bc0..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/Sql.sfproj b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/Sql.sfproj
deleted file mode 100644
index 48447811ed..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/Sql.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 65a83188-79c1-47ad-931d-8e8a87247408
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/packages.config b/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/Infrastructure/eShopOnServiceFabricSql/Sql/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 05704ada81..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml
deleted file mode 100644
index d45768eba5..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/basket.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml
deleted file mode 100644
index 5c14568eb3..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/catalog.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml
deleted file mode 100644
index 36a817d36d..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/locations.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml
deleted file mode 100644
index 2fa855974e..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/marketing.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml
deleted file mode 100644
index 2e7aae7a58..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/ordering.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/ServiceManifest.xml
deleted file mode 100644
index c963ce5122..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/OrderingBackgroundPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/ordering.backgroundtasks-win
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml
deleted file mode 100644
index 5d46ef47cd..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/payment.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 48b8b6b33c..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index e579cbf896..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index e579cbf896..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/eShopOnServiceFabric/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/eShopOnServiceFabric.sfproj b/ServiceFabric/Windows/eShopOnServiceFabric/eShopOnServiceFabric.sfproj
deleted file mode 100644
index e345590fb7..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/eShopOnServiceFabric.sfproj
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- 983eab84-65c5-4793-a300-08f97c791a15
- 1.6
- 1.5
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabric/packages.config b/ServiceFabric/Windows/eShopOnServiceFabric/packages.config
deleted file mode 100644
index c5f59e48ee..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabric/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index b39aef66ad..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml
deleted file mode 100644
index 9650b783ea..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/identity.api-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Cloud.xml
deleted file mode 100644
index 2077351063..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index e8623180a2..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index e8623180a2..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv.sfproj b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv.sfproj
deleted file mode 100644
index 1d0d025a94..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 39b54901-d57d-416e-b51e-33c4017ca464
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/packages.config b/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 8282adb119..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml
deleted file mode 100644
index 55828da3e4..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/webmvc-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Cloud.xml
deleted file mode 100644
index d99e1573a7..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 1d59af5a63..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 1d59af5a63..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC.sfproj b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC.sfproj
deleted file mode 100644
index ff4ce22477..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 0cf895ff-3616-4d1f-8d2e-5d856cdf3612
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/packages.config b/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index e7479f2393..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml
deleted file mode 100644
index a0bd28a947..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/webspa-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Cloud.xml
deleted file mode 100644
index fdeb6fd886..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 92fe692c37..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 92fe692c37..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA.sfproj b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA.sfproj
deleted file mode 100644
index 05ed606be9..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 1670de10-5626-429d-a74a-2dd8281cc0c9
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/packages.config b/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/ApplicationManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/ApplicationManifest.xml
deleted file mode 100644
index 20fb0c3a99..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/ApplicationManifest.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/Config/Settings.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/Config/Settings.xml
deleted file mode 100644
index ad84ffd8aa..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/Config/Settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml
deleted file mode 100644
index 58968f0e56..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- eshop/webstatus-win:#{tag}#
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Cloud.xml
deleted file mode 100644
index f49e04e6b6..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Cloud.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.1Node.xml
deleted file mode 100644
index 9864bd0509..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.1Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.5Node.xml
deleted file mode 100644
index 9864bd0509..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationParameters/Local.5Node.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Cloud.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Cloud.xml
deleted file mode 100644
index 2ab9df11cf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Cloud.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.1Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.1Node.xml
deleted file mode 100644
index 6e1403e962..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.1Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.5Node.xml b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.5Node.xml
deleted file mode 100644
index f42d759c3d..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/PublishProfiles/Local.5Node.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/Scripts/Deploy-FabricApplication.ps1 b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/Scripts/Deploy-FabricApplication.ps1
deleted file mode 100644
index 2897b10e87..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/Scripts/Deploy-FabricApplication.ps1
+++ /dev/null
@@ -1,258 +0,0 @@
-<#
-.SYNOPSIS
-Deploys a Service Fabric application type to a cluster.
-
-.DESCRIPTION
-This script deploys a Service Fabric application type to a cluster. It is invoked by Visual Studio when deploying a Service Fabric Application project.
-
-.NOTES
-WARNING: This script file is invoked by Visual Studio. Its parameters must not be altered but its logic can be customized as necessary.
-
-.PARAMETER PublishProfileFile
-Path to the file containing the publish profile.
-
-.PARAMETER ApplicationPackagePath
-Path to the folder of the packaged Service Fabric application.
-
-.PARAMETER DeployOnly
-Indicates that the Service Fabric application should not be created or upgraded after registering the application type.
-
-.PARAMETER ApplicationParameter
-Hashtable of the Service Fabric application parameters to be used for the application.
-
-.PARAMETER UnregisterUnusedApplicationVersionsAfterUpgrade
-Indicates whether to unregister any unused application versions that exist after an upgrade is finished.
-
-.PARAMETER OverrideUpgradeBehavior
-Indicates the behavior used to override the upgrade settings specified by the publish profile.
-'None' indicates that the upgrade settings will not be overridden.
-'ForceUpgrade' indicates that an upgrade will occur with default settings, regardless of what is specified in the publish profile.
-'VetoUpgrade' indicates that an upgrade will not occur, regardless of what is specified in the publish profile.
-
-.PARAMETER UseExistingClusterConnection
-Indicates that the script should make use of an existing cluster connection that has already been established in the PowerShell session. The cluster connection parameters configured in the publish profile are ignored.
-
-.PARAMETER OverwriteBehavior
-Overwrite Behavior if an application exists in the cluster with the same name. Available Options are Never, Always, SameAppTypeAndVersion. This setting is not applicable when upgrading an application.
-'Never' will not remove the existing application. This is the default behavior.
-'Always' will remove the existing application even if its Application type and Version is different from the application being created.
-'SameAppTypeAndVersion' will remove the existing application only if its Application type and Version is same as the application being created.
-
-.PARAMETER SkipPackageValidation
-Switch signaling whether the package should be validated or not before deployment.
-
-.PARAMETER SecurityToken
-A security token for authentication to cluster management endpoints. Used for silent authentication to clusters that are protected by Azure Active Directory.
-
-.PARAMETER CopyPackageTimeoutSec
-Timeout in seconds for copying application package to image store.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug'
-
-Deploy the application using the default package location for a Debug build.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -DoNotCreateApplication
-
-Deploy the application but do not create the application instance.
-
-.EXAMPLE
-. Scripts\Deploy-FabricApplication.ps1 -ApplicationPackagePath 'pkg\Debug' -ApplicationParameter @{CustomParameter1='MyValue'; CustomParameter2='MyValue'}
-
-Deploy the application by providing values for parameters that are defined in the application manifest.
-#>
-
-Param
-(
- [String]
- $PublishProfileFile,
-
- [String]
- $ApplicationPackagePath,
-
- [Switch]
- $DeployOnly,
-
- [Hashtable]
- $ApplicationParameter,
-
- [Boolean]
- $UnregisterUnusedApplicationVersionsAfterUpgrade,
-
- [String]
- [ValidateSet('None', 'ForceUpgrade', 'VetoUpgrade')]
- $OverrideUpgradeBehavior = 'None',
-
- [Switch]
- $UseExistingClusterConnection,
-
- [String]
- [ValidateSet('Never','Always','SameAppTypeAndVersion')]
- $OverwriteBehavior = 'Never',
-
- [Switch]
- $SkipPackageValidation,
-
- [String]
- $SecurityToken,
-
- [int]
- $CopyPackageTimeoutSec
-)
-
-function Read-XmlElementAsHashtable
-{
- Param (
- [System.Xml.XmlElement]
- $Element
- )
-
- $hashtable = @{}
- if ($Element.Attributes)
- {
- $Element.Attributes |
- ForEach-Object {
- $boolVal = $null
- if ([bool]::TryParse($_.Value, [ref]$boolVal)) {
- $hashtable[$_.Name] = $boolVal
- }
- else {
- $hashtable[$_.Name] = $_.Value
- }
- }
- }
-
- return $hashtable
-}
-
-function Read-PublishProfile
-{
- Param (
- [ValidateScript({Test-Path $_ -PathType Leaf})]
- [String]
- $PublishProfileFile
- )
-
- $publishProfileXml = [Xml] (Get-Content $PublishProfileFile)
- $publishProfile = @{}
-
- $publishProfile.ClusterConnectionParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("ClusterConnectionParameters")
- $publishProfile.UpgradeDeployment = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment")
- $publishProfile.CopyPackageParameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("CopyPackageParameters")
-
- if ($publishProfileXml.PublishProfile.Item("UpgradeDeployment"))
- {
- $publishProfile.UpgradeDeployment.Parameters = Read-XmlElementAsHashtable $publishProfileXml.PublishProfile.Item("UpgradeDeployment").Item("Parameters")
- if ($publishProfile.UpgradeDeployment["Mode"])
- {
- $publishProfile.UpgradeDeployment.Parameters[$publishProfile.UpgradeDeployment["Mode"]] = $true
- }
- }
-
- $publishProfileFolder = (Split-Path $PublishProfileFile)
- $publishProfile.ApplicationParameterFile = [System.IO.Path]::Combine($PublishProfileFolder, $publishProfileXml.PublishProfile.ApplicationParameterFile.Path)
-
- return $publishProfile
-}
-
-$LocalFolder = (Split-Path $MyInvocation.MyCommand.Path)
-
-if (!$PublishProfileFile)
-{
- $PublishProfileFile = "$LocalFolder\..\PublishProfiles\Local.xml"
-}
-
-if (!$ApplicationPackagePath)
-{
- $ApplicationPackagePath = "$LocalFolder\..\pkg\Release"
-}
-
-$ApplicationPackagePath = Resolve-Path $ApplicationPackagePath
-
-$publishProfile = Read-PublishProfile $PublishProfileFile
-
-if (-not $UseExistingClusterConnection)
-{
- $ClusterConnectionParameters = $publishProfile.ClusterConnectionParameters
- if ($SecurityToken)
- {
- $ClusterConnectionParameters["SecurityToken"] = $SecurityToken
- }
-
- try
- {
- [void](Connect-ServiceFabricCluster @ClusterConnectionParameters)
- }
- catch [System.Fabric.FabricObjectClosedException]
- {
- Write-Warning "Service Fabric cluster may not be connected."
- throw
- }
-}
-
-$RegKey = "HKLM:\SOFTWARE\Microsoft\Service Fabric SDK"
-$ModuleFolderPath = (Get-ItemProperty -Path $RegKey -Name FabricSDKPSModulePath).FabricSDKPSModulePath
-Import-Module "$ModuleFolderPath\ServiceFabricSDK.psm1"
-
-$IsUpgrade = ($publishProfile.UpgradeDeployment -and $publishProfile.UpgradeDeployment.Enabled -and $OverrideUpgradeBehavior -ne 'VetoUpgrade') -or $OverrideUpgradeBehavior -eq 'ForceUpgrade'
-
-$PublishParameters = @{
- 'ApplicationPackagePath' = $ApplicationPackagePath
- 'ApplicationParameterFilePath' = $publishProfile.ApplicationParameterFile
- 'ApplicationParameter' = $ApplicationParameter
- 'ErrorAction' = 'Stop'
-}
-
-if ($publishProfile.CopyPackageParameters.CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $publishProfile.CopyPackageParameters.CopyPackageTimeoutSec
-}
-
-if ($publishProfile.CopyPackageParameters.CompressPackage)
-{
- $PublishParameters['CompressPackage'] = $publishProfile.CopyPackageParameters.CompressPackage
-}
-
-# CopyPackageTimeoutSec parameter overrides the value from the publish profile
-if ($CopyPackageTimeoutSec)
-{
- $PublishParameters['CopyPackageTimeoutSec'] = $CopyPackageTimeoutSec
-}
-
-if ($IsUpgrade)
-{
- $Action = "RegisterAndUpgrade"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $UpgradeParameters = $publishProfile.UpgradeDeployment.Parameters
-
- if ($OverrideUpgradeBehavior -eq 'ForceUpgrade')
- {
- # Warning: Do not alter these upgrade parameters. It will create an inconsistency with Visual Studio's behavior.
- $UpgradeParameters = @{ UnmonitoredAuto = $true; Force = $true }
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['UpgradeParameters'] = $UpgradeParameters
- $PublishParameters['UnregisterUnusedVersions'] = $UnregisterUnusedApplicationVersionsAfterUpgrade
-
- Publish-UpgradedServiceFabricApplication @PublishParameters
-}
-else
-{
- $Action = "RegisterAndCreate"
- if ($DeployOnly)
- {
- $Action = "Register"
- }
-
- $PublishParameters['Action'] = $Action
- $PublishParameters['OverwriteBehavior'] = $OverwriteBehavior
- $PublishParameters['SkipPackageValidation'] = $SkipPackageValidation
-
- Publish-NewServiceFabricApplication @PublishParameters
-}
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus.sfproj b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus.sfproj
deleted file mode 100644
index 1d4def7f29..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus.sfproj
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- 25f73fd9-b32f-401a-80e8-17c72606a7e1
- 1.7
- 1.5
- 1.6
- v4.6.1
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Service Fabric Tools\Microsoft.VisualStudio.Azure.Fabric.ApplicationProject.targets
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/packages.config b/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/packages.config
deleted file mode 100644
index 3dc0a332bf..0000000000
--- a/ServiceFabric/Windows/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/ServiceFabric/Windows/sfwin.sln b/ServiceFabric/Windows/sfwin.sln
deleted file mode 100644
index 989ad6080a..0000000000
--- a/ServiceFabric/Windows/sfwin.sln
+++ /dev/null
@@ -1,13 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.27323.2
-MinimumVisualStudioVersion = 10.0.40219.1
-Global
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {04B6E659-060F-4550-A5CA-70B9E9D8F010}
- EndGlobalSection
-EndGlobal
diff --git a/build/acr-build/queue-all.ps1 b/build/acr-build/queue-all.ps1
index aacffea95e..69448f9a20 100644
--- a/build/acr-build/queue-all.ps1
+++ b/build/acr-build/queue-all.ps1
@@ -13,7 +13,7 @@ $services = @(
@{ Name="eshopcatalog"; Image="eshop/catalog.api"; File="src/Services/Catalog/Catalog.API/Dockerfile" },
@{ Name="eshopidentity"; Image="eshop/identity.api"; File="src/Services/Identity/Identity.API/Dockerfile" },
@{ Name="eshopordering"; Image="eshop/ordering.api"; File="src/Services/Ordering/Ordering.API/Dockerfile" },
- @{ Name="eshoporderingbg"; Image="eshop/ordering.backgroundtasks"; File="src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile" },
+ @{ Name="eshoporderingbg"; Image="eshop/ordering.backgroundtasks"; File="src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile" },
@{ Name="eshopmarketing"; Image="eshop/marketing.api"; File="src/Services/Marketing/Marketing.API/Dockerfile" },
@{ Name="eshopwebspa"; Image="eshop/webspa"; File="src/Web/WebSPA/Dockerfile" },
@{ Name="eshopwebmvc"; Image="eshop/webmvc"; File="src/Web/WebMVC/Dockerfile" },
diff --git a/build/azure-devops/buildimages.yaml b/build/azure-devops/buildimages.yaml
index da40a70549..cf6457513d 100644
--- a/build/azure-devops/buildimages.yaml
+++ b/build/azure-devops/buildimages.yaml
@@ -36,7 +36,7 @@ jobs:
dockerComposeCommand: 'build ${{ parameters.services }}'
containerregistrytype: Container Registry
dockerRegistryEndpoint: ${{ parameters.registryEndpoint }}
- dockerComposeFile: docker-compose.yml
+ dockerComposeFile: src/docker-compose.yml
qualifyImageNames: true
projectName: ""
dockerComposeFileArgs: |
@@ -47,7 +47,7 @@ jobs:
dockerComposeCommand: 'push ${{ parameters.services }}'
containerregistrytype: Container Registry
dockerRegistryEndpoint: ${{ parameters.registryEndpoint }}
- dockerComposeFile: docker-compose.yml
+ dockerComposeFile: src/docker-compose.yml
qualifyImageNames: true
projectName: ""
dockerComposeFileArgs: |
@@ -71,7 +71,7 @@ jobs:
dockerComposeCommand: 'build ${{ parameters.services }}'
containerregistrytype: Container Registry
dockerRegistryEndpoint: ${{ parameters.registryEndpoint }}
- dockerComposeFile: docker-compose.yml
+ dockerComposeFile: src/docker-compose.yml
qualifyImageNames: true
projectName: ""
dockerComposeFileArgs: |
@@ -84,7 +84,7 @@ jobs:
dockerComposeCommand: 'push ${{ parameters.services }}'
containerregistrytype: Container Registry
dockerRegistryEndpoint: ${{ parameters.registryEndpoint }}
- dockerComposeFile: docker-compose.yml
+ dockerComposeFile: src/docker-compose.yml
qualifyImageNames: true
projectName: ""
dockerComposeFileArgs: |
diff --git a/cli-linux/build-bits-linux.sh b/cli-linux/build-bits-linux.sh
deleted file mode 100755
index ac68031e0f..0000000000
--- a/cli-linux/build-bits-linux.sh
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-declare -x path=$1
-
-if [ -z "$path" ]; then
- $path="$(pwd)/../src";
- echo -e "\e[33mNo path passed. Will use $path"
-fi
-
-declare -a projectList=(
- "$path/Web/WebSPA"
- "$path/Services/Catalog/Catalog.API"
- "$path/Services/Basket/Basket.API"
- "$path/Services/Ordering/Ordering.API"
- "$path/Services/Identity/Identity.API"
- "$path/Services/Location/Locations.API"
- "$path/Services/Marketing/Marketing.API"
- "$path/Services/Payment/Payment.API"
- "$path/Web/WebMVC"
- "$path/Web/WebStatus"
-)
-
-# Build SPA app
-# pushd $(pwd)../src/Web/WebSPA
-# npm run build:prod
-
-for project in "${projectList[@]}"
-do
- echo -e "\e[33mWorking on $path/$project"
- echo -e "\e[33m\tRemoving old publish output"
- pushd $path/$project
- rm -rf obj/Docker/publish
- echo -e "\e[33m\tBuilding and publishing $project"
- dotnet publish -c Release -o obj/Docker/publish --verbosity quiet
- popd
-done
-
-## remove old docker images:
-#images=$(docker images --filter=reference="eshop/*" -q)
-#if [ -n "$images" ]; then
-# docker rm $(docker ps -a -q) -f
-# echo "Deleting eShop images in local Docker repo"
-# echo $images
-# docker rmi $(docker images --filter=reference="eshop/*" -q) -f
-#fi
-
-
-# No need to build the images, docker build or docker compose will
-# do that using the images and containers defined in the docker-compose.yml file.
-#
-#
\ No newline at end of file
diff --git a/cli-linux/docker-compose.local.build.yml b/cli-linux/docker-compose.local.build.yml
deleted file mode 100644
index a05c090893..0000000000
--- a/cli-linux/docker-compose.local.build.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-version: '2'
-
-services:
- ci-build:
- image: microsoft/aspnetcore-build-nightly:1.0-1.1
- volumes:
- - .:/src
- working_dir: /src
- command: /bin/bash -c "chmod -x ./cli-linux/build-bits-linux.sh && ./cli-linux/build-bits-linux.sh"
-
\ No newline at end of file
diff --git a/cli-linux/prepare-spa-app.sh b/cli-linux/prepare-spa-app.sh
deleted file mode 100644
index 4227301161..0000000000
--- a/cli-linux/prepare-spa-app.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Build SPA app
-pushd $(pwd)/src/Web/WebSPA
-npm rebuild node-sass
-#npm run build:prod
diff --git a/cli-linux/run.sh b/cli-linux/run.sh
deleted file mode 100644
index d46f0a0490..0000000000
--- a/cli-linux/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-docker stop $(docker ps -a -q)
-docker rm $(docker ps -a -q)
-docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull
-export ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=$(curl ipinfo.io/ip)
-docker-compose -f docker-compose.images.yml -f docker-compose.prod.yml up -d --force-recreate
diff --git a/cli-mac/build-bits.sh b/cli-mac/build-bits.sh
deleted file mode 100755
index 8b4917144e..0000000000
--- a/cli-mac/build-bits.sh
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-# List of microservices here needs to be updated to include all the new microservices (Marketing, etc.)
-
-projectList=(
- "../src/Web/WebMVC"
- "../src/Web/WebSPA"
- "../src/Services/Identity/Identity.API"
- "../src/Services/Catalog/Catalog.API"
- "../src/Services/Ordering/Ordering.API"
- "../src/Services/Basket/Basket.API"
- "../src/Services/Location/Locations.API"
- "../src/Services/Marketing/Marketing.API"
- "../src/Services/Payment/Payment.API"
- "../src/Web/WebStatus"
-)
-
-
-pushd $(pwd)/../src/Web/WebSPA
-npm install
-npm rebuild node-sass
-popd
-
-for project in "${projectList[@]}"
-do
- echo -e "\e[33mWorking on $(pwd)/$project"
- echo -e "\e[33m\tRemoving old publish output"
- pushd $(pwd)/$project
- rm -rf obj/Docker/publish
- echo -e "\e[33m\tBuilding and publishing projects"
- dotnet publish -o obj/Docker/publish -c Release
- popd
-done
-
-# remove old docker images:
-images=$(docker images --filter=reference="eshop/*" -q)
-if [ -n "$images" ]; then
- docker rm $(docker ps -a -q) -f
- echo "Deleting eShop images in local Docker repo"
- echo $images
- docker rmi $(docker images --filter=reference="eshop/*" -q) -f
-fi
-
-# No need to build the images, docker build or docker compose will
-# do that using the images and containers defined in the docker-compose.yml file.
-#
-#
diff --git a/cli-windows/build-bits-simple.ps1 b/cli-windows/build-bits-simple.ps1
deleted file mode 100644
index 008f4f599c..0000000000
--- a/cli-windows/build-bits-simple.ps1
+++ /dev/null
@@ -1,17 +0,0 @@
-# This approach still has issues, but would be the simplest approach for this script
-# See: https://github.com/dotnet/eShopOnContainers/issues/74
-
-Param([string] $rootPath)
-$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
-
-Write-Host "Current script directory is $scriptPath" -ForegroundColor Yellow
-
-if ([string]::IsNullOrEmpty($rootPath)) {
- $rootPath = "$scriptPath\.."
-}
-Write-Host "Root path used is $rootPath" -ForegroundColor Yellow
-
-$SolutionFilePath = [IO.Path]::Combine($rootPath, "eShopOnContainers-ServicesAndWebApps.sln")
-
-dotnet publish $SolutionFilePath -c Release -o .\obj\Docker\publish
-
diff --git a/cli-windows/build-bits.ps1 b/cli-windows/build-bits.ps1
deleted file mode 100644
index 3b3d8da3fd..0000000000
--- a/cli-windows/build-bits.ps1
+++ /dev/null
@@ -1,59 +0,0 @@
-Param([string] $rootPath)
-$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
-
-Write-Host "Current script directory is $scriptPath" -ForegroundColor Yellow
-
-if ([string]::IsNullOrEmpty($rootPath)) {
- $rootPath = "$scriptPath\.."
-}
-Write-Host "Root path used is $rootPath" -ForegroundColor Yellow
-
-workflow BuildAndPublish {
- param ([string] $rootPath
- )
-$projectPaths =
- @{Path="$rootPath\src\Web\WebMVC";Prj="WebMVC.csproj"},
- @{Path="$rootPath\src\Web\WebSPA";Prj="WebSPA.csproj"},
- @{Path="$rootPath\src\Services\Identity\Identity.API";Prj="Identity.API.csproj"},
- @{Path="$rootPath\src\Services\Catalog\Catalog.API";Prj="Catalog.API.csproj"},
- @{Path="$rootPath\src\Services\Ordering\Ordering.API";Prj="Ordering.API.csproj"},
- @{Path="$rootPath\src\Services\Basket\Basket.API";Prj="Basket.API.csproj"},
- @{Path="$rootPath\src\Services\Location\Locations.API";Prj="Locations.API.csproj"},
- @{Path="$rootPath\src\Services\Marketing\Marketing.API";Prj="Marketing.API.csproj"},
- @{Path="$rootPath\src\Services\Payment\Payment.API";Prj="Payment.API.csproj"},
- @{Path="$rootPath\src\Web\WebStatus";Prj="WebStatus.csproj"}
-
- foreach -parallel ($item in $projectPaths) {
- $projectPath = $item.Path
- $projectFile = $item.Prj
- $outPath = $item.Path + "\obj\Docker\publish"
- $projectPathAndFile = "$projectPath\$projectFile"
- #Write-Host "Deleting old publish files in $outPath" -ForegroundColor Yellow
- remove-item -path $outPath -Force -Recurse -ErrorAction SilentlyContinue
- #Write-Host "Publishing $projectPathAndFile to $outPath" -ForegroundColor Yellow
- dotnet publish $projectPathAndFile -o $outPath -c Release
- }
-}
-
-BuildAndPublish $rootPath
-
-########################################################################################
-# Delete old eShop Docker images
-########################################################################################
-
-$imagesToDelete = docker images --filter=reference="eshop/*" -q
-
-If (-Not $imagesToDelete) {Write-Host "Not deleting eShop images as there are no eShop images in the current local Docker repo."}
-Else
-{
- # Delete all containers
- Write-Host "Deleting all containers in local Docker Host"
- docker rm $(docker ps -a -q) -f
-
- # Delete all eshop images
- Write-Host "Deleting eShop images in local Docker repo"
- Write-Host $imagesToDelete
- docker rmi $(docker images --filter=reference="eshop/*" -q) -f
-}
-
-# WE DON'T NEED DOCKER BUILD AS WE CAN RUN "DOCKER-COMPOSE BUILD" OR "DOCKER-COMPOSE UP" AND IT WILL BUILD ALL THE IMAGES IN THE .YML FOR US
diff --git a/cli-windows/build-images.ps1 b/cli-windows/build-images.ps1
deleted file mode 100644
index bfd6e478bf..0000000000
--- a/cli-windows/build-images.ps1
+++ /dev/null
@@ -1,11 +0,0 @@
-Param([string] $imageTag)
-
-$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
-
-if ([string]::IsNullOrEmpty($imageTag)) {
- $imageTag = $(git rev-parse --abbrev-ref HEAD)
-}
-
-Write-Host "Building images with tag $imageTag" -ForegroundColor Yellow
-$env:TAG=$imageTag
-docker-compose -f "$scriptPath\..\docker-compose.yml" -f "$scriptPath\..\docker-compose.windows.yml" build
\ No newline at end of file
diff --git a/cli-windows/delete-images.ps1 b/cli-windows/delete-images.ps1
deleted file mode 100644
index 954faa37d2..0000000000
--- a/cli-windows/delete-images.ps1
+++ /dev/null
@@ -1,27 +0,0 @@
-$imagesToDelete = docker images --filter=reference="eshop/*" -q
-
-If (-Not $imagesToDelete) {Write-Host "Not deleting eShop images as there are no eShop images in the current local Docker repo."}
-Else
-{
- # Delete all containers
- Write-Host "Deleting all containers in local Docker Host"
- docker rm $(docker ps -a -q) -f
-
- # Delete all eshop images
- Write-Host "Deleting eShop images in local Docker repo"
- Write-Host $imagesToDelete
- docker rmi $(docker images --filter=reference="eshop/*" -q) -f
-}
-
-
-# DELETE ALL IMAGES AND CONTAINERS
-
-# Delete all containers
-# docker rm $(docker ps -a -q) -f
-
-# Delete all images
-# docker rmi $(docker images -q)
-
-#Filter by image name (Has to be complete, cannot be a wildcard)
-#docker ps -q --filter=ancestor=eshop/identity.api:dev
-
diff --git a/cli-windows/delete-vs-and-eshop-images.ps1 b/cli-windows/delete-vs-and-eshop-images.ps1
deleted file mode 100644
index f37dc6ea4c..0000000000
--- a/cli-windows/delete-vs-and-eshop-images.ps1
+++ /dev/null
@@ -1,46 +0,0 @@
- # Delete all containers
- Write-Host "Deleting all running containers in the local Docker Host"
- docker rm $(docker ps -a -q) -f
-
-$eShopImagesToDelete = docker images --filter=reference="eshop/*" -q
-If (-Not $eShopImagesToDelete) {Write-Host "Not deleting eShop images as there are no eShop images in the current local Docker repo."}
-Else
-{
- # Delete all eshop images
- Write-Host "Deleting eShop images in local Docker repo"
- Write-Host $eShopImagesToDelete
- docker rmi $(docker images --filter=reference="eshop/*" -q) -f
-}
-
-$VSImagesToDelete = docker images --filter=reference="catalog.api:dev" -q
-If (-Not $VSImagesToDelete) {Write-Host "Not deleting VS images as there are no VS images in the current local Docker repo."}
-Else
-{
- # Delete all eshop images
- Write-Host "Deleting images created by VS in local Docker repo"
- Write-Host $VSImagesToDelete
- docker rmi $(docker images --filter=reference="*:dev" -q) -f
-
- #docker rmi $(docker images --filter=reference="eshop/payment.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/webspa:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/webmvc:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/catalog.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/marketing.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/ordering.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/basket.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/identity.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/locations.api:dev" -q) -f
- #docker rmi $(docker images --filter=reference="eshop/webstatus:dev" -q) -f
-}
-
-# DELETE ALL IMAGES AND CONTAINERS
-
-# Delete all containers
-# docker rm $(docker ps -a -q) -f
-
-# Delete all images
-# docker rmi $(docker images -q)
-
-#Filter by image name (Has to be complete, cannot be a wildcard)
-#docker ps -q --filter=ancestor=eshop/identity.api:dev
-
diff --git a/cli-windows/start-external.ps1 b/cli-windows/start-external.ps1
deleted file mode 100644
index 514b7af7fa..0000000000
--- a/cli-windows/start-external.ps1
+++ /dev/null
@@ -1,11 +0,0 @@
-Param([string] $rootPath)
-$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
-
-Write-Host "Current script directory is $scriptPath" -ForegroundColor Yellow
-
-if ([string]::IsNullOrEmpty($rootPath)) {
- $rootPath = "$scriptPath\.."
-}
-Write-Host "Root path used is $rootPath" -ForegroundColor Yellow
-
-docker-compose -f "$rootPath\docker-compose-external.yml" -f "$rootPath\docker-compose-external.override.yml" up
diff --git a/cli-windows/start-windows-containers.ps1 b/cli-windows/start-windows-containers.ps1
deleted file mode 100644
index 31e2653223..0000000000
--- a/cli-windows/start-windows-containers.ps1
+++ /dev/null
@@ -1,33 +0,0 @@
-# rootPath: Root path of the repo (where docker-compose*.yml are). If not passed ../cli-windows/ is assumed
-# buildBits: If the projects must be built before. Default value: $true
-# customEventBusLoginPassword: If a custom RabbitMQ image is used that do not use the default user login/pwd. Default: $false (means assume use default spring2/rabbitmq image)
-
-Param(
- [parameter(Mandatory=$false)][string] $rootPath,
- [parameter(Mandatory=$false)][bool] $customEventBusLoginPassword=$false,
- [parameter(Mandatory=$false)][bool]$buildBits=$false
-)
-
-$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
-if ([string]::IsNullOrEmpty($rootPath)) {
- $rootPath = "$scriptPath\.."
-}
-Write-Host "Root path used is $rootPath" -ForegroundColor Yellow
-
-
-if ($buildBits) {
- & $scriptPath\build-bits.ps1 -rootPath $rootPath
-}
-
-
-$env:ESHOP_EXTERNAL_DNS_NAME_OR_IP = "10.0.75.1"
-$env:ESHOP_AZURE_STORAGE_CATALOG_URL ="http://10.0.75.1:5101/api/v1/catalog/items/[0]/pic/"
-$env:ESHOP_AZURE_STORAGE_MARKETING_URL ="http://10.0.75.1:5110/api/v1/campaigns/[0]/pic/"
-$env:ESHOP_OCELOT_VOLUME_SPEC ="C:\app\configuration"
-
-if (-Not $customEventBusLoginPassword) {
- docker-compose -f "$rootPath\docker-compose.yml" -f "$rootPath\docker-compose.override.yml" -f "$rootPath\docker-compose.windows.yml" -f "$rootPath\docker-compose.override.windows.yml" up
-}
-else {
- docker-compose -f "$rootPath\docker-compose.yml" -f "$rootPath\docker-compose.override.yml" -f "$rootPath\docker-compose.windows.yml" up
-}
diff --git a/cli-windows/vsts/build-bits-no-parallel.ps1 b/cli-windows/vsts/build-bits-no-parallel.ps1
deleted file mode 100644
index 4344bdcc81..0000000000
--- a/cli-windows/vsts/build-bits-no-parallel.ps1
+++ /dev/null
@@ -1,56 +0,0 @@
-Param([string] $rootPath)
-$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
-
-Write-Host "Current script directory is $scriptPath" -ForegroundColor Yellow
-
-if ([string]::IsNullOrEmpty($rootPath)) {
- $rootPath = "$scriptPath\..\.."
-}
-Write-Host "Root path used is $rootPath" -ForegroundColor Yellow
-
-
-$projectPaths =
- @{Path="$rootPath\src\Web\WebMVC";Prj="WebMVC.csproj"},
- @{Path="$rootPath\src\Web\WebSPA";Prj="WebSPA.csproj"},
- @{Path="$rootPath\src\Services\Identity\Identity.API";Prj="Identity.API.csproj"},
- @{Path="$rootPath\src\Services\Catalog\Catalog.API";Prj="Catalog.API.csproj"},
- @{Path="$rootPath\src\Services\Ordering\Ordering.API";Prj="Ordering.API.csproj"},
- @{Path="$rootPath\src\Services\Basket\Basket.API";Prj="Basket.API.csproj"},
- @{Path="$rootPath\src\Services\Location\Locations.API";Prj="Locations.API.csproj"},
- @{Path="$rootPath\src\Services\Marketing\Marketing.API";Prj="Marketing.API.csproj"},
- @{Path="$rootPath\src\Services\Payment\Payment.API";Prj="Payment.API.csproj"},
- @{Path="$rootPath\src\Web\WebStatus";Prj="WebStatus.csproj"}
-
-$projectPaths | foreach {
- $projectPath = $_.Path
- $projectFile = $_.Prj
- $outPath = $_.Path + "\obj\Docker\publish"
- $projectPathAndFile = "$projectPath\$projectFile"
- Write-Host "Deleting old publish files in $outPath" -ForegroundColor Yellow
- remove-item -path $outPath -Force -Recurse -ErrorAction SilentlyContinue
- Write-Host "Publishing $projectPathAndFile to $outPath" -ForegroundColor Yellow
- dotnet restore $projectPathAndFile
- dotnet build $projectPathAndFile
- dotnet publish $projectPathAndFile -o $outPath
- }
-
-########################################################################################
-# Delete old eShop Docker images
-########################################################################################
-
-$imagesToDelete = docker images --filter=reference="eshop/*" -q
-
-If (-Not $imagesToDelete) {Write-Host "Not deleting eShop images as there are no eShop images in the current local Docker repo."}
-Else
-{
- # Delete all containers
- Write-Host "Deleting all containers in local Docker Host"
- docker rm $(docker ps -a -q) -f
-
- # Delete all eshop images
- Write-Host "Deleting eShop images in local Docker repo"
- Write-Host $imagesToDelete
- docker rmi $(docker images --filter=reference="eshop/*" -q) -f
-}
-
-# WE DON'T NEED DOCKER BUILD AS WE CAN RUN "DOCKER-COMPOSE BUILD" OR "DOCKER-COMPOSE UP" AND IT WILL BUILD ALL THE IMAGES IN THE .YML FOR US
diff --git a/deploy/az/azurefunctions/azurefunctionsdeploy.json b/deploy/az/azurefunctions/azurefunctionsdeploy.json
deleted file mode 100644
index 29625302bd..0000000000
--- a/deploy/az/azurefunctions/azurefunctionsdeploy.json
+++ /dev/null
@@ -1,209 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "SitesEshopfunctionsName": {
- "type": "string",
- "metadata": {
- "description": "Name of the Azure Functions namespace"
- },
- "defaultValue": "mktfunctionsdemo"
- }
- },
- "variables": {
- "SitesEshopfunctionsName": "[parameters('SitesEshopfunctionsName')]",
- "WebConfigName": "[concat(variables('SitesEshopfunctionsName'), '/web')]",
- "Location": "[resourceGroup().location]",
- "ServerFarmPlan": "[concat(trim(variables('location')), 'Plan')]",
- "StorageAccounts": "[concat(variables('SitesEshopfunctionsName'), 'st')]"
- },
- "resources": [
- {
- "type": "Microsoft.Storage/storageAccounts",
- "sku": {
- "name": "Standard_LRS",
- "tier": "Standard"
- },
- "kind": "Storage",
- "name": "[variables('StorageAccounts')]",
- "apiVersion": "2016-01-01",
- "location": "[variables('Location')]",
- "tags": {},
- "scale": null,
- "properties": {},
- "dependsOn": []
- },
- {
- "type": "Microsoft.Web/serverfarms",
- "sku": {
- "name": "Y1",
- "tier": "Dynamic",
- "size": "Y1",
- "family": "Y",
- "capacity": 0
- },
- "kind": "functionapp",
- "name": "[variables('ServerFarmPlan')]",
- "apiVersion": "2015-08-01",
- "location": "[variables('Location')]",
- "scale": null,
- "properties": {
- "name": "[variables('ServerFarmPlan')]",
- "numberOfWorkers": 0
- },
- "dependsOn": []
- },
- {
- "type": "Microsoft.Web/sites",
- "kind": "functionapp",
- "name": "[variables('SitesEshopfunctionsName')]",
- "apiVersion": "2015-08-01",
- "location": "[variables('Location')]",
- "scale": null,
- "properties": {
- "name": "[variables('SitesEshopfunctionsName')]",
- "hostNames": [
- "[concat(variables('SitesEshopfunctionsName'),'.azurewebsites.net')]"
- ],
- "enabledHostNames": [
- "[concat(variables('SitesEshopfunctionsName'),'.azurewebsites.net')]",
- "[concat(variables('SitesEshopfunctionsName'),'.scm.azurewebsites.net')]"
- ],
- "hostNameSslStates": [
- {
- "name": "[concat(variables('SitesEshopfunctionsName'),'.azurewebsites.net')]",
- "sslState": 0,
- "thumbprint": null,
- "ipBasedSslState": 0
- },
- {
- "name": "[concat(variables('SitesEshopfunctionsName'),'.scm.azurewebsites.net')]",
- "sslState": 0,
- "thumbprint": null,
- "ipBasedSslState": 0
- }
- ],
- "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('ServerFarmPlan'))]"
- },
- "dependsOn": [
- "[resourceId('Microsoft.Web/serverfarms', variables('ServerFarmPlan'))]"
- ]
- },
- {
- "type": "Microsoft.Web/sites/config",
- "name": "[variables('WebConfigName')]",
- "apiVersion": "2015-08-01",
- "location": "[variables('Location')]",
- "scale": null,
- "properties": {
- "numberOfWorkers": 1,
- "defaultDocuments": [
- "Default.htm",
- "Default.html",
- "Default.asp",
- "index.htm",
- "index.html",
- "iisstart.htm",
- "default.aspx",
- "index.php",
- "hostingstart.html"
- ],
- "netFrameworkVersion": "v4.0",
- "phpVersion": "5.6",
- "pythonVersion": "",
- "nodeVersion": "",
- "linuxFxVersion": "",
- "requestTracingEnabled": false,
- "remoteDebuggingEnabled": false,
- "remoteDebuggingVersion": null,
- "httpLoggingEnabled": false,
- "logsDirectorySizeLimit": 35,
- "detailedErrorLoggingEnabled": false,
- "publishingUsername": "$eshopfunctions",
- "publishingPassword": null,
- "appSettings": null,
- "metadata": null,
- "connectionStrings": null,
- "machineKey": null,
- "handlerMappings": null,
- "documentRoot": null,
- "scmType": "None",
- "use32BitWorkerProcess": true,
- "webSocketsEnabled": false,
- "alwaysOn": false,
- "javaVersion": null,
- "javaContainer": null,
- "javaContainerVersion": null,
- "appCommandLine": "",
- "managedPipelineMode": 0,
- "virtualApplications": [
- {
- "virtualPath": "/",
- "physicalPath": "site\\wwwroot",
- "preloadEnabled": false,
- "virtualDirectories": null
- }
- ],
- "winAuthAdminState": 0,
- "winAuthTenantState": 0,
- "customAppPoolIdentityAdminState": false,
- "customAppPoolIdentityTenantState": false,
- "runtimeADUser": null,
- "runtimeADUserPassword": null,
- "loadBalancing": 1,
- "routingRules": [],
- "experiments": {
- "rampUpRules": []
- },
- "limits": null,
- "autoHealEnabled": false,
- "autoHealRules": {
- "triggers": null,
- "actions": null
- },
- "tracingOptions": null,
- "vnetName": "",
- "siteAuthEnabled": false,
- "siteAuthSettings": {
- "enabled": null,
- "unauthenticatedClientAction": null,
- "tokenStoreEnabled": null,
- "allowedExternalRedirectUrls": null,
- "defaultProvider": null,
- "clientId": null,
- "clientSecret": null,
- "issuer": null,
- "allowedAudiences": null,
- "additionalLoginParams": null,
- "isAadAutoProvisioned": false,
- "googleClientId": null,
- "googleClientSecret": null,
- "googleOAuthScopes": null,
- "facebookAppId": null,
- "facebookAppSecret": null,
- "facebookOAuthScopes": null,
- "twitterConsumerKey": null,
- "twitterConsumerSecret": null,
- "microsoftAccountClientId": null,
- "microsoftAccountClientSecret": null,
- "microsoftAccountOAuthScopes": null
- },
- "cors": {
- "allowedOrigins": [
- "https://functions.azure.com",
- "https://functions-staging.azure.com",
- "https://functions-next.azure.com"
- ]
- },
- "push": null,
- "apiDefinition": null,
- "autoSwapSlotName": null,
- "localMySqlEnabled": false,
- "ipSecurityRestrictions": null
- },
- "dependsOn": [
- "[resourceId('Microsoft.Web/sites', variables('SitesEshopfunctionsName'))]"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/deploy/az/azurefunctions/azurefunctionsdeploy.parameters.json b/deploy/az/azurefunctions/azurefunctionsdeploy.parameters.json
deleted file mode 100644
index 9ef07000d5..0000000000
--- a/deploy/az/azurefunctions/azurefunctionsdeploy.parameters.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "SitesEshopfunctionsName": {
- "value": "eshopfunctionsapp"
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/azurefunctions/readme.md b/deploy/az/azurefunctions/readme.md
deleted file mode 100644
index 6ce3630b2a..0000000000
--- a/deploy/az/azurefunctions/readme.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# Deploying Azure Functions
-
-The ARM template `azurefunctionsdeploy.json` and its parameter file (`azurefunctionsdeploy.parameters.json`) are used to deploy Marketing azure functions.
-
-## Editing azurefunctionsdeploy.parameters.json file
-
-You can edit the `azurefunctionsdeploy.parameters.parameters.json` file to set your values, but is not needed. The only parameter that can be set is:
-
-1. `SitesEshopfunctionsName` is a string that is used to create the Azure function app name.
-
-## Deploy the template
-
-Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
-
-i. e. if you are in Windows, to deploy the Azure Functions environment in a new resourcegroup located in westus, go to `deploy\az` folder and type:
-
-```
-create-resources.cmd azurefunctions\azurefunctionsdeploy newResourceGroup -c westus
-```
-## Deploy Marketing azure function with Visual Studio.
-
-You need to deploy the Marketing azure function from Visual Studio 2017 15.3 from the the Marketing-functions project in the solution eShopOnContainers-AzureFunctions.sln (Visual Studio publish tool).
-
-## Setting Azure function configurations
-
-Once deployed, go to azure portal and set the connection string for the azure function under the name "SqlConnection". The value must be the connection string which points to MarketingDB.
-
-Example:
-
-"SqlConnection": "Server=tcp:eshopsql.database.windows.net,1433;Initial Catalog=marketingdb;"
-
-In appsettings section, add a new entry named "MarketingStorageUri". The value must be the uri of the blob storage where the campaign images are stored.
-
-Example:
-
-"MarketingStorageUri": "https://marketingcampaign.blob.core.windows.net/pics/"
-
-
-
diff --git a/deploy/az/servicefabric/LinuxContainers/gen-keyvaultcert.ps1 b/deploy/az/servicefabric/LinuxContainers/gen-keyvaultcert.ps1
deleted file mode 100644
index c6fc34013e..0000000000
--- a/deploy/az/servicefabric/LinuxContainers/gen-keyvaultcert.ps1
+++ /dev/null
@@ -1,53 +0,0 @@
-Param(
- [parameter(Mandatory=$true)][string]$vaultName,
- [parameter(Mandatory=$true)][string]$certName,
- [parameter(Mandatory=$true)][string]$certPwd,
- [parameter(Mandatory=$true)][string]$subjectName,
- [parameter(Mandatory=$false)][string]$ValidityInMonths=12,
- [parameter(Mandatory=$true)][string]$saveDir
-)
-
-
-#Log in Azure Account
-Login-AzureRmAccount
-
-
-# Create Cert in KeyVault
-Write-Host "Creating certificate in Azure KeyVault..." -ForegroundColor Yellow
-$policy = New-AzureKeyVaultCertificatePolicy -SubjectName $subjectName -IssuerName Self -ValidityInMonths $ValidityInMonths
-Add-AzureKeyVaultCertificate -VaultName $vaultName -Name $certName -CertificatePolicy $policy
-
-# Downloading Certificate
-Write-Host "Downloading Certificate from KeyVault..." -ForegroundColor Yellow
-
-$Stoploop = $false
-$Retrycount = 0
-
-do {
- try {
-
- $kvSecret = Get-AzureKeyVaultSecret -VaultName $vaultName -Name $certName -ErrorAction SilentlyContinue
- $kvSecretBytes = [System.Convert]::FromBase64String($kvSecret.SecretValueText)
- $certCollection = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2Collection
- $certCollection.Import($kvSecretBytes,$null,[System.Security.Cryptography.X509Certificates.X509KeyStorageFlags]::Exportable)
- $protectedCertificateBytes = $certCollection.Export([System.Security.Cryptography.X509Certificates.X509ContentType]::Pkcs12, $certPwd)
- [System.IO.File]::WriteAllBytes($saveDir + "\" + $certName + ".pfx", $protectedCertificateBytes)
-
- $Stoploop = $true
- Write-Host "Finished!" -ForegroundColor Yellow
- }
- catch {
- if ($Retrycount -gt 5){
- $Stoploop = $true
- Write-Host "Not possible to retrieve the certificate!" -ForegroundColor Yellow
- }
- else {
- Start-Sleep -Seconds 20
- $Retrycount = $Retrycount + 1
- }
- }
-}
-While ($Stoploop -eq $false)
-
-# Show Certificate Values
-Get-AzureKeyVaultCertificate -VaultName $vaultName -Name $certName
\ No newline at end of file
diff --git a/deploy/az/servicefabric/LinuxContainers/readme.md b/deploy/az/servicefabric/LinuxContainers/readme.md
deleted file mode 100644
index 98d097b105..0000000000
--- a/deploy/az/servicefabric/LinuxContainers/readme.md
+++ /dev/null
@@ -1,134 +0,0 @@
-# Deploying a Service Fabric cluster based on Linux nodes
-
-## A. Unsecured cluster (SF Linux cluster)
-For a secured cluster, see option B. below.
-
-You can always deploy a SF cluster through the Azure portal, as explained in this article: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-azure-cluster
-
-However, when creating a cluster, there are quite a few configurations to take into account, like enabling the internal DNS service or Reverse Proxy service, choosing between Linux/Windows, open/publish your application ports in the load-balancer and most of all (the most complex setup) how to create a secure cluster.
-
-Because of those reasons, we have created a set of ARM templates and scripts so you can create, re-create and configure the SF clusters much faster, as explained below:
-
-Within eShopOnContainers root folder, at the folder [..\deploy\az\servicefabric\LinuxContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/LinuxContainers), you can find the ARM template `servicefabricdeploy.json` and its parameters file (`servicefabricdeploy.parameters.json`) to create a Service Fabric cluster environment for Linux Containers.
-
-## Edit the servicefabricdeploy.parameters.json file
-
-Edit the following params in `servicefabricdeploy.parameters.json` file to set your values:
-
-- clusterName: Name of your SF cluster
-- clusterLocation: Datacenter location, like westus or westeurope
-- computeLocation: Datacenter location, like westus or westeurope
-- adminUserName: user-name for VMs administration
-- adminPassword: user-password for VMs administration
-- dnsName: Name assigned to your SF dns
-
-Optionally, you could modify which ports are opened in the LoadBalancer for the multiple eShopOnContainer apps and API services.
-By default, they are setup as:
-- webMvcHttpPort: 5100
-- webSpaHttpPort: 5104
-- webStatusHttpPort: 5107
-- IdSrvHttpRule: 5105
-- BasketApiHttpRule: 5103
-- CatalogApiHttpRule: 5101
-- OrderingApiHttpRule: 5102
-- MarketingApiHttpRule: 5110
-- LocationsApiHttpRule: 5109
-
-## Deploy the Service Fabric cluster using the script and ARM templates
-
-Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
-
-For example, to deploy the cluster to a new resourcegroup located in westus, go to `deploy\az` folder and type:
-
-```
-create-resources.cmd servicefabric\LinuxContainers\servicefabricdeploy qa-eshop-sflinux-resgrp -c westus
-```
-
-You should see a similar execution to the following:
-![image](https://user-images.githubusercontent.com/1712635/31638180-15da9f84-b287-11e7-9d4e-604f33690198.png)
-
-Now, if you go to your subscription in Azure, you should be able to see the SF cluster already created and available, like in the following image:
-
-![image](https://user-images.githubusercontent.com/1712635/31638398-3fc08ad8-b288-11e7-879b-fc4df0daad2b.png)
-
-In this case, this is an unsecured SF cluster with a single Linux node, good for initial tests and getting started with SF.
-
-## B. Secured cluster (SF Linux cluster)
-
-Within eShopOnContainers root folder, at the folder [..\deploy\az\servicefabric\LinuxContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/LinuxContainers), you can find the ARM template `servicefabricdeploysecured.json` and its parameter file (`servicefabricdeploysecured.parameters.json`) to create a secured Service Fabric cluster environment for Linux Containers (IN THIS CASE, IT IS A SECURED CLUSTER USING A CERTIFICATE).
-
-The ARM template `servicefabricdeploysecured.json` and its parameter file (`servicefabricdeploysecured.parameters.json`) are used to create a service fabric cluster environment for linux containers secured with a certificate.
-
-## Create Azure Keyvault service
-Go to PortalAzure and create a Keyvault service. Make sure Enable access for deployment checkboxes are selected.
-
-![image](https://user-images.githubusercontent.com/1712635/31638848-9b266530-b28a-11e7-953b-1e3ec1a54f77.png)
-
-## Generate a certificate in Azure Keyvault
-In a POWER-SHELL window, move to the folder [..\deploy\az\servicefabric\LinuxContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/LinuxContainers).
-
-**Select your Azure subscription** You might have [several Azure subscriptions](https://docs.microsoft.com/en-us/cli/azure/account#set) as shown if you type the following.
-
- >```
- >az account list
- >```
- If you have multiple subscription accounts, you first need to select the Azure subscription account you want to target. Type the following:
- >```
- >az account set --subscription "Your Azure Subscription Name or ID"
- >```
-
-Execute the gen-keyvaultcert.ps1 script to generate and download a certificate from Keyvault.
-
-```
-.\gen-keyvaultcert.ps1 -vaultName -certName -certPwd -subjectName CN=.westeurope.cloudapp.azure.com -saveDir C:\Users\\Downloads
-
-```
-
-You should see a similar execution to the following:
-![image](https://user-images.githubusercontent.com/1712635/31640172-93efcca0-b291-11e7-970e-5b5e6bf07042.png)
-
-IMPORTANT: At this point, copy/cut the .PFX certificate file saved in the downloads forlder and save it in a secure place.
-
-## Install the certificate
-Install the certificate (by double-clicking on the .PFX file) under 'Current User' store location (by default location) and check it as exportable.
-
-
-
-Also, install the same certificate as CA (Certificate Authority) under Current User, too.
-
-![image](https://user-images.githubusercontent.com/1712635/31642795-c6ffa434-b2a1-11e7-8ff8-2a63549a780e.png)
-
-## Editing servicefabricdeploysecured.parameters.json file
-
-Edit the parameters in `servicefabricdeploysecured.parameters.json` in a similar way you can do with the unsecured .json file shown above (clusterName, dnsName, etc.), plus edit the following values:
-
-- sourceVaultValue: Your Azure Keyvault's RESOURCE ID (check Azure keyvault properties, similar to: /subscriptions/e1234ac1-c09c-3jaf-6767-98b3c5f1f246/resourceGroups/eshop-global-resgrp/providers/Microsoft.KeyVault/vaults/eshopkeyvault")
-
-- certificateUrlValue: Your certificate Secret Identifier (check Azure Keyvault secret certificate properties, should be in the format of https://.vault.azure.net:443/secrets/, similar to:
-https://eshopkeyvault.vault.azure.net/secrets/pro-eshop-sflinux-cluster-cert/fd47684442c04cdj83b3hfe4h8e08123)
-
-- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 69JK453486D55A6818577Z0699100365HDK70FCE)
-
-## Deploy the secured SF Linux cluster
-
-Once parameters file is edited you can deploy it using [create-resources script](../readme.md).
-Use a command prompt window positioned into the deploy\az folder.
-
-```
-create-resources.cmd servicefabric\LinuxContainers\servicefabricdeploysecured pro-eshop-sflinux-resgrp -c westus
-```
-The execution should be something like the following:
-![image](https://user-images.githubusercontent.com/1712635/31642529-54479704-b2a0-11e7-90ee-2abf32c92205.png)
-
-Once the cluster is created you can explore it with Azure's portal, like in the following image:
-
-![image](https://user-images.githubusercontent.com/1712635/31642956-b7cfc8d0-b2a2-11e7-8ede-a141ec190eb4.png)
-
-## Deploy eShopOnServiceFabric with Visual Studio.
-
-Modify the cloud.xml file of each Service Fabric application in PublishProfile directory and set your certificate settings to be able to deploy eshopOnContainers in the secured cluster:
-
-
-
-
-
diff --git a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.json b/deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.json
deleted file mode 100644
index fb28174db2..0000000000
--- a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.json
+++ /dev/null
@@ -1,751 +0,0 @@
-{
- "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "clusterLocation": {
- "type": "string",
- "metadata": {
- "description": "Location of the Cluster"
- }
- },
- "clusterName": {
- "type": "string",
- "defaultValue": "Cluster",
- "metadata": {
- "description": "Name of your cluster - Between 3 and 23 characters. Letters and numbers only"
- }
- },
- "nt0applicationStartPort": {
- "type": "int",
- "defaultValue": 20000
- },
- "nt0applicationEndPort": {
- "type": "int",
- "defaultValue": 30000
- },
- "nt0ephemeralStartPort": {
- "type": "int",
- "defaultValue": 49152
- },
- "nt0ephemeralEndPort": {
- "type": "int",
- "defaultValue": 65534
- },
- "nt0fabricTcpGatewayPort": {
- "type": "int",
- "defaultValue": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "type": "int",
- "defaultValue": 19080
- },
- "webMvcHttpPort": {
- "type": "int",
- "defaultValue": 5100
- },
- "webSpaHttpPort": {
- "type": "int",
- "defaultValue": 5104
- },
- "webStatusHttpPort": {
- "type": "int",
- "defaultValue": 5107
- },
- "IdSrvHttpRule": {
- "type": "int",
- "defaultValue": 5105
- },
- "BasketApiHttpRule": {
- "type": "int",
- "defaultValue": 5103
- },
- "CatalogApiHttpRule": {
- "type": "int",
- "defaultValue": 5101
- },
- "OrderingApiHttpRule": {
- "type": "int",
- "defaultValue": 5102
- },
- "MarketingApiHttpRule": {
- "type": "int",
- "defaultValue": 5110
- },
- "LocationsApiHttpRule": {
- "type": "int",
- "defaultValue": 5109
- },
- "subnet0Name": {
- "type": "string",
- "defaultValue": "Subnet-0"
- },
- "subnet0Prefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/24"
- },
- "computeLocation": {
- "type": "string"
- },
- "publicIPAddressName": {
- "type": "string",
- "defaultValue": "PublicIP-VM"
- },
- "publicIPAddressType": {
- "type": "string",
- "allowedValues": [
- "Dynamic"
- ],
- "defaultValue": "Dynamic"
- },
- "vmStorageAccountContainerName": {
- "type": "string",
- "defaultValue": "vhds"
- },
- "adminUserName": {
- "type": "string",
- "defaultValue": "testadm",
- "metadata": {
- "description": "Remote desktop user Id"
- }
- },
- "adminPassword": {
- "type": "securestring",
- "metadata": {
- "description": "Remote desktop user password. Must be a strong password"
- }
- },
- "virtualNetworkName": {
- "type": "string",
- "defaultValue": "VNet"
- },
- "addressPrefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/16"
- },
- "dnsName": {
- "type": "string"
- },
- "nicName": {
- "type": "string",
- "defaultValue": "NIC"
- },
- "lbName": {
- "type": "string",
- "defaultValue": "LoadBalancer"
- },
- "lbIPName": {
- "type": "string",
- "defaultValue": "PublicIP-LB-FE"
- },
- "overProvision": {
- "type": "string",
- "defaultValue": "false"
- },
- "vmImagePublisher": {
- "type": "string",
- "defaultValue": "Microsoft.Azure.ServiceFabric"
- },
- "vmImageOffer": {
- "type": "string",
- "defaultValue": "UbuntuServer"
- },
- "vmImageSku": {
- "type": "string",
- "defaultValue": "16.04"
- },
- "vmImageVersion": {
- "type": "string",
- "defaultValue": "6.0.12"
- },
- "storageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the VM image storage account"
- }
- },
- "supportLogStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the support log storage account"
- }
- },
- "supportLogStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]",
- "metadata": {
- "description": "Name for the storage account that contains support logs from the cluster"
- }
- },
- "applicationDiagnosticsStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the application diagnostics storage account"
- }
- },
- "applicationDiagnosticsStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower(concat(uniqueString(resourceGroup().id), '3' ))]",
- "metadata": {
- "description": "Name for the storage account that contains application diagnostics data from the cluster"
- }
- },
- "nt0InstanceCount": {
- "type": "int",
- "defaultValue": 1,
- "metadata": {
- "description": "Instance count for node type"
- }
- },
- "vmNodeType0Name": {
- "type": "string",
- "defaultValue": "primary",
- "maxLength": 9
- },
- "vmNodeType0Size": {
- "type": "string",
- "defaultValue": "Standard_D1_v2"
- }
- },
- "variables": {
- "vmssApiVersion": "2017-03-30",
- "lbApiVersion": "2015-06-15",
- "vNetApiVersion": "2015-06-15",
- "storageApiVersion": "2016-01-01",
- "publicIPApiVersion": "2015-06-15",
- "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]",
- "subnet0Ref": "[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]",
- "wadlogs": "",
- "wadperfcounters1": "",
- "wadperfcounters2": "",
- "wadcfgxstart": "[concat(variables('wadlogs'),variables('wadperfcounters1'),variables('wadperfcounters2'),'')]",
- "lbID0": "[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "lbIPConfig0": "[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]",
- "lbPoolID0": "[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]",
- "lbProbeID0": "[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]",
- "lbHttpProbeID0": "[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]",
- "lbNatPoolID0": "[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]",
- "vmStorageAccountName0": "[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]",
- "wadmetricsresourceid0": "[concat('/subscriptions/',subscription().subscriptionId,'/resourceGroups/',resourceGroup().name ,'/providers/','Microsoft.Compute/virtualMachineScaleSets/', parameters('vmNodeType0Name'))]"
- },
- "resources": [
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[parameters('supportLogStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('supportLogStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[parameters('applicationDiagnosticsStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('applicationDiagnosticsStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vNetApiVersion')]",
- "type": "Microsoft.Network/virtualNetworks",
- "name": "[parameters('virtualNetworkName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {
- "addressSpace": {
- "addressPrefixes": [
- "[parameters('addressPrefix')]"
- ]
- },
- "subnets": [
- {
- "name": "[parameters('subnet0Name')]",
- "properties": {
- "addressPrefix": "[parameters('subnet0Prefix')]"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('publicIPApiVersion')]",
- "type": "Microsoft.Network/publicIPAddresses",
- "name": "[concat(parameters('lbIPName'),'-','0')]",
- "location": "[parameters('computeLocation')]",
- "properties": {
- "dnsSettings": {
- "domainNameLabel": "[parameters('dnsName')]"
- },
- "publicIPAllocationMethod": "Dynamic"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('lbApiVersion')]",
- "type": "Microsoft.Network/loadBalancers",
- "name": "[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]"
- ],
- "properties": {
- "frontendIPConfigurations": [
- {
- "name": "LoadBalancerIPConfig",
- "properties": {
- "publicIPAddress": {
- "id": "[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]"
- }
- }
- }
- ],
- "backendAddressPools": [
- {
- "name": "LoadBalancerBEAddressPool",
- "properties": {}
- }
- ],
- "loadBalancingRules": [
- {
- "name": "LBRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "LBHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebMVCHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webMvcHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webMvcHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "WebSPAHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webSpaHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webSpaHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "WebStatusHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webStatusHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webStatusHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "IdSrvHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('IdSrvHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('IdSrvHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "BasketApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('BasketApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('BasketApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "CatalogApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('CatalogApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('CatalogApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "OrderingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('OrderingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('OrderingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "MarketingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('MarketingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('MarketingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "LocationsApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('LocationsApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('LocationsApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- }
- ],
- "probes": [
- {
- "name": "FabricGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricTcpGatewayPort')]",
- "protocol": "tcp"
- }
- },
- {
- "name": "FabricHttpGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricHttpGatewayPort')]",
- "protocol": "tcp"
- }
- }
- ],
- "inboundNatPools": [
- {
- "name": "LoadBalancerBEAddressNatPool",
- "properties": {
- "backendPort": "22",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPortRangeEnd": "4500",
- "frontendPortRangeStart": "3389",
- "protocol": "tcp"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vmssApiVersion')]",
- "type": "Microsoft.Compute/virtualMachineScaleSets",
- "name": "[parameters('vmNodeType0Name')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]",
- "[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]",
- "[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]"
- ],
- "properties": {
- "overprovision": "[parameters('overProvision')]",
- "upgradePolicy": {
- "mode": "Automatic"
- },
- "virtualMachineProfile": {
- "extensionProfile": {
- "extensions": [
- {
- "name": "[concat(parameters('vmNodeType0Name'),'_ServiceFabricLinuxNode')]",
- "properties": {
- "type": "ServiceFabricLinuxNode",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "StorageAccountKey1": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key1]",
- "StorageAccountKey2": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key2]"
- },
- "publisher": "Microsoft.Azure.ServiceFabric",
- "settings": {
- "clusterEndpoint": "[reference(parameters('clusterName')).clusterEndpoint]",
- "nodeTypeRef": "[parameters('vmNodeType0Name')]",
- "durabilityLevel": "Bronze",
- "enableParallelJobs": true,
- "nicPrefixOverride": "[parameters('subnet0Prefix')]"
- },
- "typeHandlerVersion": "1.0"
- }
- },
- {
- "name": "[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]",
- "properties": {
- "type": "LinuxDiagnostic",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "storageAccountName": "[parameters('applicationDiagnosticsStorageAccountName')]",
- "storageAccountKey": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]",
- "storageAccountEndPoint": "https://core.windows.net/"
- },
- "publisher": "Microsoft.OSTCExtensions",
- "settings": {
- "xmlCfg": "[base64(concat(variables('wadcfgxstart'),variables('wadmetricsresourceid0'),variables('wadcfgxend')))]",
- "StorageAccount": "[parameters('applicationDiagnosticsStorageAccountName')]"
- },
- "typeHandlerVersion": "2.3"
- }
- }
- ]
- },
- "networkProfile": {
- "networkInterfaceConfigurations": [
- {
- "name": "[concat(parameters('nicName'), '-0')]",
- "properties": {
- "ipConfigurations": [
- {
- "name": "[concat(parameters('nicName'),'-',0)]",
- "properties": {
- "loadBalancerBackendAddressPools": [
- {
- "id": "[variables('lbPoolID0')]"
- }
- ],
- "loadBalancerInboundNatPools": [
- {
- "id": "[variables('lbNatPoolID0')]"
- }
- ],
- "subnet": {
- "id": "[variables('subnet0Ref')]"
- }
- }
- }
- ],
- "primary": true
- }
- }
- ]
- },
- "osProfile": {
- "adminPassword": "[parameters('adminPassword')]",
- "adminUsername": "[parameters('adminUsername')]",
- "computernamePrefix": "[parameters('vmNodeType0Name')]"
- },
- "storageProfile": {
- "imageReference": {
- "publisher": "[parameters('vmImagePublisher')]",
- "offer": "[parameters('vmImageOffer')]",
- "sku": "[parameters('vmImageSku')]",
- "version": "[parameters('vmImageVersion')]"
- },
- "osDisk": {
- "caching": "ReadOnly",
- "createOption": "FromImage",
- "managedDisk": {
- "storageAccountType": "[parameters('storageAccountType')]"
- }
- }
- }
- }
- },
- "sku": {
- "name": "[parameters('vmNodeType0Size')]",
- "capacity": "[parameters('nt0InstanceCount')]",
- "tier": "Standard"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "2017-07-01-preview",
- "type": "Microsoft.ServiceFabric/clusters",
- "name": "[parameters('clusterName')]",
- "location": "[parameters('clusterLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]"
- ],
- "properties": {
- "addonFeatures": [
- "DnsService"
- ],
- "clientCertificateCommonNames": [],
- "clientCertificateThumbprints": [],
- "clusterCodeVersion": "6.0.120.1",
- "clusterState": "Default",
- "diagnosticsStorageAccountConfig": {
- "blobEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]",
- "protectedAccountKeyName": "StorageAccountKey1",
- "queueEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]",
- "storageAccountName": "[parameters('supportLogStorageAccountName')]",
- "tableEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]"
- },
- "fabricSettings": [],
- "managementEndpoint": "[concat('http://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]",
- "nodeTypes": [
- {
- "name": "[parameters('vmNodeType0Name')]",
- "applicationPorts": {
- "endPort": "[parameters('nt0applicationEndPort')]",
- "startPort": "[parameters('nt0applicationStartPort')]"
- },
- "clientConnectionEndpointPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "durabilityLevel": "Bronze",
- "ephemeralPorts": {
- "endPort": "[parameters('nt0ephemeralEndPort')]",
- "startPort": "[parameters('nt0ephemeralStartPort')]"
- },
- "httpGatewayEndpointPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "isPrimary": true,
- "vmInstanceCount": "[parameters('nt0InstanceCount')]"
- }
- ],
- "provisioningState": "Default",
- "reliabilityLevel": "None",
- "upgradeMode": "Manual",
- "vmImage": "Linux"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- }
- ],
- "outputs": {
- "clusterProperties": {
- "value": "[reference(parameters('clusterName'))]",
- "type": "object"
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.parameters.json b/deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.parameters.json
deleted file mode 100644
index 0e37d24ec0..0000000000
--- a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploy.parameters.json
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "clusterName": {
- "value": "qa-eshop-sflinux-cluster"
- },
- "clusterLocation": {
- "value": "westus"
- },
- "computeLocation": {
- "value": "westus"
- },
- "adminUserName": {
- "value": "eshop"
- },
- "adminPassword": {
- "value": "Your_complex_Pass@word1"
- },
- "nicName": {
- "value": "NIC-eshoponsflin"
- },
- "publicIPAddressName": {
- "value": "eshoponsflin-PubIP"
- },
- "dnsName": {
- "value": "qa-eshop-sflinux-cluster"
- },
- "virtualNetworkName": {
- "value": "VNet-eshoponsflin"
- },
- "lbName": {
- "value": "LB-eshoponsflin"
- },
- "lbIPName": {
- "value": "LBIP-eshoponsflin"
- },
- "vmImageSku": {
- "value": "16.04-LTS"
- },
- "vmImageVersion": {
- "value": "latest"
- },
- "vmImagePublisher": {
- "value": "Canonical"
- },
- "nt0ephemeralStartPort": {
- "value": 49152
- },
- "nt0ephemeralEndPort": {
- "value": 65534
- },
- "nt0applicationStartPort": {
- "value": 20000
- },
- "nt0applicationEndPort": {
- "value": 30000
- },
- "nt0fabricTcpGatewayPort": {
- "value": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "value": 19080
- },
- "webMvcHttpPort": {
- "value": 5100
- },
- "webSpaHttpPort": {
- "value": 5104
- },
- "webStatusHttpPort": {
- "value": 5107
- },
- "IdSrvHttpRule": {
- "value": 5105
- },
- "BasketApiHttpRule": {
- "value": 5103
- },
- "CatalogApiHttpRule": {
- "value": 5101
- },
- "OrderingApiHttpRule": {
- "value": 5102
- },
- "MarketingApiHttpRule": {
- "value": 5110
- },
- "LocationsApiHttpRule": {
- "value": 5109
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploysecured.json b/deploy/az/servicefabric/LinuxContainers/servicefabricdeploysecured.json
deleted file mode 100644
index 0d6620f32e..0000000000
--- a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploysecured.json
+++ /dev/null
@@ -1,821 +0,0 @@
-{
- "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "clusterLocation": {
- "type": "string",
- "metadata": {
- "description": "Location of the Cluster"
- }
- },
- "clusterName": {
- "type": "string",
- "defaultValue": "Cluster",
- "metadata": {
- "description": "Name of your cluster - Between 3 and 23 characters. Letters and numbers only"
- }
- },
- "nt0applicationStartPort": {
- "type": "int",
- "defaultValue": 20000
- },
- "nt0applicationEndPort": {
- "type": "int",
- "defaultValue": 30000
- },
- "nt0ephemeralStartPort": {
- "type": "int",
- "defaultValue": 49152
- },
- "nt0ephemeralEndPort": {
- "type": "int",
- "defaultValue": 65534
- },
- "nt0fabricTcpGatewayPort": {
- "type": "int",
- "defaultValue": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "type": "int",
- "defaultValue": 19080
- },
- "webMvcHttpPort": {
- "type": "int",
- "defaultValue": 5100
- },
- "webSpaHttpPort": {
- "type": "int",
- "defaultValue": 5104
- },
- "webStatusHttpPort": {
- "type": "int",
- "defaultValue": 5107
- },
- "IdSrvHttpRule": {
- "type": "int",
- "defaultValue": 5105
- },
- "BasketApiHttpRule": {
- "type": "int",
- "defaultValue": 5103
- },
- "CatalogApiHttpRule": {
- "type": "int",
- "defaultValue": 5101
- },
- "OrderingApiHttpRule": {
- "type": "int",
- "defaultValue": 5102
- },
- "MarketingApiHttpRule": {
- "type": "int",
- "defaultValue": 5110
- },
- "LocationsApiHttpRule": {
- "type": "int",
- "defaultValue": 5109
- },
- "subnet0Name": {
- "type": "string",
- "defaultValue": "Subnet-0"
- },
- "subnet0Prefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/24"
- },
- "computeLocation": {
- "type": "string"
- },
- "publicIPAddressName": {
- "type": "string",
- "defaultValue": "PublicIP-VM"
- },
- "publicIPAddressType": {
- "type": "string",
- "allowedValues": [
- "Dynamic"
- ],
- "defaultValue": "Dynamic"
- },
- "vmStorageAccountContainerName": {
- "type": "string",
- "defaultValue": "vhds"
- },
- "adminUserName": {
- "type": "string",
- "defaultValue": "testadm",
- "metadata": {
- "description": "Remote desktop user Id"
- }
- },
- "adminPassword": {
- "type": "securestring",
- "metadata": {
- "description": "Remote desktop user password. Must be a strong password"
- }
- },
- "virtualNetworkName": {
- "type": "string",
- "defaultValue": "VNet"
- },
- "addressPrefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/16"
- },
- "dnsName": {
- "type": "string"
- },
- "nicName": {
- "type": "string",
- "defaultValue": "NIC"
- },
- "lbName": {
- "type": "string",
- "defaultValue": "LoadBalancer"
- },
- "lbIPName": {
- "type": "string",
- "defaultValue": "PublicIP-LB-FE"
- },
- "overProvision": {
- "type": "string",
- "defaultValue": "false"
- },
- "vmImagePublisher": {
- "type": "string",
- "defaultValue": "Microsoft.Azure.ServiceFabric"
- },
- "vmImageOffer": {
- "type": "string",
- "defaultValue": "UbuntuServer"
- },
- "vmImageSku": {
- "type": "string",
- "defaultValue": "16.04"
- },
- "vmImageVersion": {
- "type": "string",
- "defaultValue": "6.0.12"
- },
- "clusterProtectionLevel": {
- "type": "string",
- "allowedValues": [
- "None",
- "Sign",
- "EncryptAndSign"
- ],
- "defaultValue": "EncryptAndSign",
- "metadata": {
- "description": "Protection level.Three values are allowed - EncryptAndSign, Sign, None. It is best to keep the default of EncryptAndSign, unless you have a need not to"
- }
- },
- "certificateStoreValue": {
- "type": "string",
- "allowedValues": [
- "My"
- ],
- "defaultValue": "My",
- "metadata": {
- "description": "The store name where the cert will be deployed in the virtual machine"
- }
- },
- "certificateThumbprint": {
- "type": "string",
- "metadata": {
- "description": "Certificate Thumbprint"
- }
- },
- "sourceVaultValue": {
- "type": "string",
- "metadata": {
- "description": "Resource Id of the key vault, is should be in the format of /subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/"
- }
- },
- "certificateUrlValue": {
- "type": "string",
- "metadata": {
- "description": "Refers to the location URL in your key vault where the certificate was uploaded, it is should be in the format of https://.vault.azure.net:443/secrets/"
- }
- },
- "storageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the VM image storage account"
- }
- },
- "supportLogStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the support log storage account"
- }
- },
- "supportLogStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]",
- "metadata": {
- "description": "Name for the storage account that contains support logs from the cluster"
- }
- },
- "applicationDiagnosticsStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the application diagnostics storage account"
- }
- },
- "applicationDiagnosticsStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower(concat(uniqueString(resourceGroup().id), '3' ))]",
- "metadata": {
- "description": "Name for the storage account that contains application diagnostics data from the cluster"
- }
- },
- "nt0InstanceCount": {
- "type": "int",
- "defaultValue": 5,
- "metadata": {
- "description": "Instance count for node type"
- }
- },
- "vmNodeType0Name": {
- "type": "string",
- "defaultValue": "primary",
- "maxLength": 9
- },
- "vmNodeType0Size": {
- "type": "string",
- "defaultValue": "Standard_D1_v2"
- }
- },
- "variables": {
- "vmssApiVersion": "2017-03-30",
- "lbApiVersion": "2015-06-15",
- "vNetApiVersion": "2015-06-15",
- "storageApiVersion": "2016-01-01",
- "publicIPApiVersion": "2015-06-15",
- "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]",
- "subnet0Ref": "[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]",
- "wadlogs": "",
- "wadperfcounters1": "",
- "wadperfcounters2": "",
- "wadcfgxstart": "[concat(variables('wadlogs'),variables('wadperfcounters1'),variables('wadperfcounters2'),'')]",
- "lbID0": "[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "lbIPConfig0": "[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]",
- "lbPoolID0": "[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]",
- "lbProbeID0": "[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]",
- "lbHttpProbeID0": "[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]",
- "lbNatPoolID0": "[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]",
- "vmStorageAccountName0": "[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]",
- "wadmetricsresourceid0": "[concat('/subscriptions/',subscription().subscriptionId,'/resourceGroups/',resourceGroup().name ,'/providers/','Microsoft.Compute/virtualMachineScaleSets/', parameters('vmNodeType0Name'))]"
- },
- "resources": [
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[parameters('supportLogStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('supportLogStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[parameters('applicationDiagnosticsStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('applicationDiagnosticsStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vNetApiVersion')]",
- "type": "Microsoft.Network/virtualNetworks",
- "name": "[parameters('virtualNetworkName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {
- "addressSpace": {
- "addressPrefixes": [
- "[parameters('addressPrefix')]"
- ]
- },
- "subnets": [
- {
- "name": "[parameters('subnet0Name')]",
- "properties": {
- "addressPrefix": "[parameters('subnet0Prefix')]"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('publicIPApiVersion')]",
- "type": "Microsoft.Network/publicIPAddresses",
- "name": "[concat(parameters('lbIPName'),'-','0')]",
- "location": "[parameters('computeLocation')]",
- "properties": {
- "dnsSettings": {
- "domainNameLabel": "[parameters('dnsName')]"
- },
- "publicIPAllocationMethod": "Dynamic"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('lbApiVersion')]",
- "type": "Microsoft.Network/loadBalancers",
- "name": "[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]"
- ],
- "properties": {
- "frontendIPConfigurations": [
- {
- "name": "LoadBalancerIPConfig",
- "properties": {
- "publicIPAddress": {
- "id": "[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]"
- }
- }
- }
- ],
- "backendAddressPools": [
- {
- "name": "LoadBalancerBEAddressPool",
- "properties": {}
- }
- ],
- "loadBalancingRules": [
- {
- "name": "LBRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "LBHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebMVCHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webMvcHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webMvcHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "WebSPAHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webSpaHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webSpaHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "WebStatusHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webStatusHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webStatusHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "IdSrvHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('IdSrvHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('IdSrvHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "BasketApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('BasketApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('BasketApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "CatalogApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('CatalogApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('CatalogApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "OrderingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('OrderingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('OrderingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "MarketingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('MarketingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('MarketingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "LocationsApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('LocationsApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('LocationsApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- }
- ],
- "probes": [
- {
- "name": "FabricGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricTcpGatewayPort')]",
- "protocol": "tcp"
- }
- },
- {
- "name": "FabricHttpGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricHttpGatewayPort')]",
- "protocol": "tcp"
- }
- }
- ],
- "inboundNatPools": [
- {
- "name": "LoadBalancerBEAddressNatPool",
- "properties": {
- "backendPort": "22",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPortRangeEnd": "4500",
- "frontendPortRangeStart": "3389",
- "protocol": "tcp"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vmssApiVersion')]",
- "type": "Microsoft.Compute/virtualMachineScaleSets",
- "name": "[parameters('vmNodeType0Name')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]",
- "[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]",
- "[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]"
- ],
- "properties": {
- "overprovision": "[parameters('overProvision')]",
- "upgradePolicy": {
- "mode": "Automatic"
- },
- "virtualMachineProfile": {
- "extensionProfile": {
- "extensions": [
- {
- "name": "[concat(parameters('vmNodeType0Name'),'_ServiceFabricLinuxNode')]",
- "properties": {
- "type": "ServiceFabricLinuxNode",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "StorageAccountKey1": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key1]",
- "StorageAccountKey2": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key2]"
- },
- "publisher": "Microsoft.Azure.ServiceFabric",
- "settings": {
- "clusterEndpoint": "[reference(parameters('clusterName')).clusterEndpoint]",
- "nodeTypeRef": "[parameters('vmNodeType0Name')]",
- "durabilityLevel": "Bronze",
- "enableParallelJobs": true,
- "nicPrefixOverride": "[parameters('subnet0Prefix')]",
- "certificate": {
- "thumbprint": "[parameters('certificateThumbprint')]",
- "x509StoreName": "[parameters('certificateStoreValue')]"
- }
- },
- "typeHandlerVersion": "1.0"
- }
- },
- {
- "name": "[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]",
- "properties": {
- "type": "LinuxDiagnostic",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "storageAccountName": "[parameters('applicationDiagnosticsStorageAccountName')]",
- "storageAccountKey": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]",
- "storageAccountEndPoint": "https://core.windows.net/"
- },
- "publisher": "Microsoft.OSTCExtensions",
- "settings": {
- "xmlCfg": "[base64(concat(variables('wadcfgxstart'),variables('wadmetricsresourceid0'),variables('wadcfgxend')))]",
- "StorageAccount": "[parameters('applicationDiagnosticsStorageAccountName')]"
- },
- "typeHandlerVersion": "2.3"
- }
- }
- ]
- },
- "networkProfile": {
- "networkInterfaceConfigurations": [
- {
- "name": "[concat(parameters('nicName'), '-0')]",
- "properties": {
- "ipConfigurations": [
- {
- "name": "[concat(parameters('nicName'),'-',0)]",
- "properties": {
- "loadBalancerBackendAddressPools": [
- {
- "id": "[variables('lbPoolID0')]"
- }
- ],
- "loadBalancerInboundNatPools": [
- {
- "id": "[variables('lbNatPoolID0')]"
- }
- ],
- "subnet": {
- "id": "[variables('subnet0Ref')]"
- }
- }
- }
- ],
- "primary": true
- }
- }
- ]
- },
- "osProfile": {
- "adminPassword": "[parameters('adminPassword')]",
- "adminUsername": "[parameters('adminUsername')]",
- "computernamePrefix": "[parameters('vmNodeType0Name')]",
- "secrets": [
- {
- "sourceVault": {
- "id": "[parameters('sourceVaultValue')]"
- },
- "vaultCertificates": [
- {
- "certificateUrl": "[parameters('certificateUrlValue')]"
- }
- ]
- }
- ]
- },
- "storageProfile": {
- "imageReference": {
- "publisher": "[parameters('vmImagePublisher')]",
- "offer": "[parameters('vmImageOffer')]",
- "sku": "[parameters('vmImageSku')]",
- "version": "[parameters('vmImageVersion')]"
- },
- "osDisk": {
- "caching": "ReadOnly",
- "createOption": "FromImage",
- "managedDisk": {
- "storageAccountType": "[parameters('storageAccountType')]"
- }
- }
- }
- }
- },
- "sku": {
- "name": "[parameters('vmNodeType0Size')]",
- "capacity": "[parameters('nt0InstanceCount')]",
- "tier": "Standard"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "2017-07-01-preview",
- "type": "Microsoft.ServiceFabric/clusters",
- "name": "[parameters('clusterName')]",
- "location": "[parameters('clusterLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]"
- ],
- "properties": {
- "addonFeatures": [
- "DnsService"
- ],
- "certificate": {
- "thumbprint": "[parameters('certificateThumbprint')]",
- "x509StoreName": "[parameters('certificateStoreValue')]"
- },
- "clientCertificateCommonNames": [],
- "clientCertificateThumbprints": [],
- "clusterCodeVersion": "6.0.120.1",
- "clusterState": "Default",
- "diagnosticsStorageAccountConfig": {
- "blobEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]",
- "protectedAccountKeyName": "StorageAccountKey1",
- "queueEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]",
- "storageAccountName": "[parameters('supportLogStorageAccountName')]",
- "tableEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]"
- },
- "fabricSettings": [
- {
- "parameters": [
- {
- "name": "ClusterProtectionLevel",
- "value": "[parameters('clusterProtectionLevel')]"
- }
- ],
- "name": "Security"
- }
- ],
- "managementEndpoint": "[concat('https://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]",
- "nodeTypes": [
- {
- "name": "[parameters('vmNodeType0Name')]",
- "applicationPorts": {
- "endPort": "[parameters('nt0applicationEndPort')]",
- "startPort": "[parameters('nt0applicationStartPort')]"
- },
- "clientConnectionEndpointPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "durabilityLevel": "Bronze",
- "ephemeralPorts": {
- "endPort": "[parameters('nt0ephemeralEndPort')]",
- "startPort": "[parameters('nt0ephemeralStartPort')]"
- },
- "httpGatewayEndpointPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "isPrimary": true,
- "vmInstanceCount": "[parameters('nt0InstanceCount')]"
- }
- ],
- "provisioningState": "Default",
- "reliabilityLevel": "Silver",
- "upgradeMode": "Manual",
- "vmImage": "Linux"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- }
- ],
- "outputs": {
- "clusterProperties": {
- "value": "[reference(parameters('clusterName'))]",
- "type": "object"
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploysecured.parameters.json b/deploy/az/servicefabric/LinuxContainers/servicefabricdeploysecured.parameters.json
deleted file mode 100644
index 65875cb318..0000000000
--- a/deploy/az/servicefabric/LinuxContainers/servicefabricdeploysecured.parameters.json
+++ /dev/null
@@ -1,102 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "clusterName": {
- "value": "pro-eshop-sflinux-cluster"
- },
- "clusterLocation": {
- "value": "westus"
- },
- "computeLocation": {
- "value": "westus"
- },
- "adminUserName": {
- "value": "eshop"
- },
- "adminPassword": {
- "value": "Pass@word1"
- },
- "nicName": {
- "value": "NIC-eshopsflinsec"
- },
- "publicIPAddressName": {
- "value": "eshopsflinsec-PubIP"
- },
- "dnsName": {
- "value": "pro-eshop-sflinux-cluster"
- },
- "virtualNetworkName": {
- "value": "VNet-eshopsflin"
- },
- "lbName": {
- "value": "LB-eshopsflin"
- },
- "lbIPName": {
- "value": "LBIP-eshopsflin"
- },
- "sourceVaultValue": {
- "value": "your-value-check-keyvault-at-azure"
- },
- "certificateUrlValue": {
- "value": "your-value-check-keyvault-at-azure"
- },
- "certificateThumbprint": {
- "value": "your-value-check-keyvault-at-azure"
- },
- "vmImageSku": {
- "value": "16.04-LTS"
- },
- "vmImageVersion": {
- "value": "latest"
- },
- "vmImagePublisher": {
- "value": "Canonical"
- },
- "nt0ephemeralStartPort": {
- "value": 49152
- },
- "nt0ephemeralEndPort": {
- "value": 65534
- },
- "nt0applicationStartPort": {
- "value": 20000
- },
- "nt0applicationEndPort": {
- "value": 30000
- },
- "nt0fabricTcpGatewayPort": {
- "value": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "value": 19080
- },
- "webMvcHttpPort": {
- "value": 5100
- },
- "webSpaHttpPort": {
- "value": 5104
- },
- "webStatusHttpPort": {
- "value": 5107
- },
- "IdSrvHttpRule": {
- "value": 5105
- },
- "BasketApiHttpRule": {
- "value": 5103
- },
- "CatalogApiHttpRule": {
- "value": 5101
- },
- "OrderingApiHttpRule": {
- "value": 5102
- },
- "MarketingApiHttpRule": {
- "value": 5110
- },
- "LocationsApiHttpRule": {
- "value": 5109
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/servicefabric/WindowsContainers/gen-keyvaultcert.ps1 b/deploy/az/servicefabric/WindowsContainers/gen-keyvaultcert.ps1
deleted file mode 100644
index c6fc34013e..0000000000
--- a/deploy/az/servicefabric/WindowsContainers/gen-keyvaultcert.ps1
+++ /dev/null
@@ -1,53 +0,0 @@
-Param(
- [parameter(Mandatory=$true)][string]$vaultName,
- [parameter(Mandatory=$true)][string]$certName,
- [parameter(Mandatory=$true)][string]$certPwd,
- [parameter(Mandatory=$true)][string]$subjectName,
- [parameter(Mandatory=$false)][string]$ValidityInMonths=12,
- [parameter(Mandatory=$true)][string]$saveDir
-)
-
-
-#Log in Azure Account
-Login-AzureRmAccount
-
-
-# Create Cert in KeyVault
-Write-Host "Creating certificate in Azure KeyVault..." -ForegroundColor Yellow
-$policy = New-AzureKeyVaultCertificatePolicy -SubjectName $subjectName -IssuerName Self -ValidityInMonths $ValidityInMonths
-Add-AzureKeyVaultCertificate -VaultName $vaultName -Name $certName -CertificatePolicy $policy
-
-# Downloading Certificate
-Write-Host "Downloading Certificate from KeyVault..." -ForegroundColor Yellow
-
-$Stoploop = $false
-$Retrycount = 0
-
-do {
- try {
-
- $kvSecret = Get-AzureKeyVaultSecret -VaultName $vaultName -Name $certName -ErrorAction SilentlyContinue
- $kvSecretBytes = [System.Convert]::FromBase64String($kvSecret.SecretValueText)
- $certCollection = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2Collection
- $certCollection.Import($kvSecretBytes,$null,[System.Security.Cryptography.X509Certificates.X509KeyStorageFlags]::Exportable)
- $protectedCertificateBytes = $certCollection.Export([System.Security.Cryptography.X509Certificates.X509ContentType]::Pkcs12, $certPwd)
- [System.IO.File]::WriteAllBytes($saveDir + "\" + $certName + ".pfx", $protectedCertificateBytes)
-
- $Stoploop = $true
- Write-Host "Finished!" -ForegroundColor Yellow
- }
- catch {
- if ($Retrycount -gt 5){
- $Stoploop = $true
- Write-Host "Not possible to retrieve the certificate!" -ForegroundColor Yellow
- }
- else {
- Start-Sleep -Seconds 20
- $Retrycount = $Retrycount + 1
- }
- }
-}
-While ($Stoploop -eq $false)
-
-# Show Certificate Values
-Get-AzureKeyVaultCertificate -VaultName $vaultName -Name $certName
\ No newline at end of file
diff --git a/deploy/az/servicefabric/WindowsContainers/readme.md b/deploy/az/servicefabric/WindowsContainers/readme.md
deleted file mode 100644
index 18aa8ad789..0000000000
--- a/deploy/az/servicefabric/WindowsContainers/readme.md
+++ /dev/null
@@ -1,138 +0,0 @@
-# Deploying a Service Fabric cluster based on Windows nodes
-
-## A. Unsecured cluster (SF Windows cluster)
-For a secured cluster, see option B. below.
-
-You can always deploy a SF cluster through the Azure portal, as explained in this article: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-azure-cluster
-
-However, when creating a cluster, there are quite a few configurations to take into account, like enabling the internal DNS service or Reverse Proxy service, choosing between Linux/Windows, open/publish your application ports in the load-balancer and most of all (the most complex setup) how to create a secure cluster.
-
-Because of those reasons, we have created a set of ARM templates and scripts so you can create, re-create and configure the SF clusters much faster, as explained below:
-
-Within eShopOnContainers root folder, at the folder [..\deploy\az\servicefabric\WindowsContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/WindowsContainers), you can find the ARM template `servicefabricdeploy.json` and its parameters file (`servicefabricdeploy.parameters.json`) to create a Service Fabric cluster environment for Windows Containers (NOT SECURED CLUSTER).
-
-## Edit the servicefabricdeploy.parameters.json file
-
-Edit the following params in `servicefabricdeploy.parameters.json` file to set your values:
-
-- clusterName: Name of your SF cluster
-- clusterLocation: Datacenter location, like westus or westeurope
-- computeLocation: Datacenter location, like westus or westeurope
-- adminUserName: user-name for VMs administration
-- adminPassword: user-password for VMs administration
-- dnsName: Name assigned to your SF dns
-
-Optionally, you could modify which ports are opened in the LoadBalancer for the multiple eShopOnContainer apps and API services.
-By default, they are setup as:
-- webMvcHttpPort: 5100
-- webSpaHttpPort: 5104
-- webStatusHttpPort: 5107
-- IdSrvHttpRule: 5105
-- BasketApiHttpRule: 5103
-- CatalogApiHttpRule: 5101
-- OrderingApiHttpRule: 5102
-- MarketingApiHttpRule: 5110
-- LocationsApiHttpRule: 5109
-
-## Deploy the Service Fabric cluster using the script and ARM templates
-
-Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
-
-For example, to deploy the cluster to a new resourcegroup located in westus, using the Command Prompt, go to `deploy\az` folder and type:
-```
-create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploy qa-eshop-sfwin-resgrp -c westus
-```
-
-You should see a similar execution to the following:
-![image](https://user-images.githubusercontent.com/1712635/31638979-4881d7aa-b28b-11e7-873c-e1185043a9eb.png)
-
-Now, if you go to your subscription in Azure, you should be able to see the SF cluster already created and available, like in the following image:
-
-![image](https://user-images.githubusercontent.com/1712635/31639043-9b26c786-b28b-11e7-8d59-eeea97f74176.png)
-
-In this case, this is an unsecured SF cluster with a single Windows node, good for initial tests and getting started with SF.
-
-
-## B. Secured cluster (SF Windows cluster)
-
-Within eShopOnContainers root folder, at the folder [..\deploy\az\servicefabric\WindowsContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/WindowsContainers), you can find the ARM template `servicefabricdeploysecured.json` and its parameter file (`servicefabricdeploysecured.parameters.json`) to create a secured Service Fabric cluster environment for Windows Containers (IN THIS CASE, IT IS A SECURED CLUSTER USING A CERTIFICATE).
-
-## Create Azure Keyvault service
-Go to PortalAzure and create a Keyvault service. Make sure Enable access for deployment checkboxes are selected.
-
-![image](https://user-images.githubusercontent.com/1712635/31638848-9b266530-b28a-11e7-953b-1e3ec1a54f77.png)
-
-## Generate a certificate in Azure Keyvault
-In a POWER-SHELL window, move to the folder [..\deploy\az\servicefabric\WindowsContainers](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/WindowsContainers).
-
-**Select your Azure subscription** You might have [several Azure subscriptions](https://docs.microsoft.com/en-us/cli/azure/account#set) as shown if you type the following.
-
- >```
- >az account list
- >```
- If you have multiple subscription accounts, you first need to select the Azure subscription account you want to target. Type the following:
- >```
- >az account set --subscription "Your Azure Subscription Name or ID"
- >```
-
-**Execute the gen-keyvaultcert.ps1 script** to generate and download a certificate from Keyvault.
-Make sure you're going to run it against the Azure subscription you mean it.
-
-You might need to authenticate from the browser when running this PowerShell script.
-
-```
-.\gen-keyvaultcert.ps1 -vaultName -certName -certPwd -subjectName CN=.westus.cloudapp.azure.com -saveDir C:\Users\\Downloads
-
-```
-You should see a similar execution to the following:
-![image](https://user-images.githubusercontent.com/1712635/31640172-93efcca0-b291-11e7-970e-5b5e6bf07042.png)
-
-IMPORTANT: At this point, copy/cut the .PFX certificate file saved in the downloads forlder and save it in a secure place.
-
-## Install the certificate
-Install the certificate (by double-clicking on the .PFX file) under 'Current User' store location (by default location) and check it as exportable.
-
-
-
-Also, install the same certificate as CA (Certificate Authority) under Current User, too.
-
-![image](https://user-images.githubusercontent.com/1712635/31642795-c6ffa434-b2a1-11e7-8ff8-2a63549a780e.png)
-
-## Editing servicefabricdeploysecured.parameters.json file
-
-Edit the parameters in `servicefabricdeploysecured.parameters.json` in a similar way you can do with the unsecured .json file shown above (clusterName, dnsName, etc.), plus edit the following values:
-
-- sourceVaultValue: Your Azure Keyvault's RESOURCE ID (check Azure keyvault properties, similar to: /subscriptions/e1234ac1-c09c-3jaf-6767-98b3c5f1f246/resourceGroups/eshop-global-resgrp/providers/Microsoft.KeyVault/vaults/eshopkeyvault")
-
-- certificateUrlValue: Your certificate Secret Identifier (check Azure Keyvault secret certificate properties, should be in the format of https://.vault.azure.net:443/secrets/, similar to:
-https://eshopkeyvault.vault.azure.net/secrets/pro-eshop-sfwin-cluster-cert/w647684642cGE2sj83b3hfe4h8e08963)
-
-- certificateThumbprint: certificate thumbprint (check azure Keyvault certificate thumbprint, something like 88JK453486D55A6818573G0DW9100365HDK70HDK)
-
-## Deploy the secured SF cluster (Windows nodes)
-
-Once parameters file is edited you can deploy it using [create-resources script](../readme.md).
-
-Use a command prompt window positioned into the deploy\az folder.
-
-```
-create-resources.cmd servicefabric\WindowsContainers\servicefabricdeploysecured pro-eshop-sfwin-resgrp -c westus
-```
-The execution should be something like the following:
-
-![image](https://user-images.githubusercontent.com/1712635/31641955-0bc9d59e-b29d-11e7-9230-5ba02843d98a.png)
-
-Once the cluster is created you can explore it with Azure's portal, like in the following image:
-![image](https://user-images.githubusercontent.com/1712635/31642431-bf1c409e-b29f-11e7-980f-a7685a45108c.png)
-
-In this case, the ARM template is creating a 5 node cluster when creating a SECURE cluster for "production".
-
-
-# Deploy eShopOnServiceFabric with Visual Studio.
-
-Modify the cloud.xml file of each Service Fabric application in PublishProfile directory and set your certificate settings to be able to deploy eshopOnContainers in the secured cluster:
-
-
-
-
-
diff --git a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.json b/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.json
deleted file mode 100644
index b33d939ed4..0000000000
--- a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.json
+++ /dev/null
@@ -1,859 +0,0 @@
-{
- "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "prefix": {
- "type": "string"
- },
- "clusterLocation": {
- "type": "string",
- "metadata": {
- "description": "Location of the Cluster"
- }
- },
- "clusterName": {
- "type": "string",
- "defaultValue": "Cluster",
- "metadata": {
- "description": "Name of your cluster - Between 3 and 23 characters. Letters and numbers only"
- }
- },
- "nt0applicationStartPort": {
- "type": "int",
- "defaultValue": 20000
- },
- "nt0applicationEndPort": {
- "type": "int",
- "defaultValue": 30000
- },
- "nt0ephemeralStartPort": {
- "type": "int",
- "defaultValue": 49152
- },
- "nt0ephemeralEndPort": {
- "type": "int",
- "defaultValue": 65534
- },
- "nt0fabricTcpGatewayPort": {
- "type": "int",
- "defaultValue": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "type": "int",
- "defaultValue": 19080
- },
- "nt0reverseProxyEndpointPort": {
- "type": "int",
- "defaultValue": 19081
- },
- "webMvcHttpPort": {
- "type": "int",
- "defaultValue": 5100
- },
- "webSpaHttpPort": {
- "type": "int",
- "defaultValue": 5104
- },
- "webStatusHttpPort": {
- "type": "int",
- "defaultValue": 5107
- },
- "IdSrvHttpRule": {
- "type": "int",
- "defaultValue": 5105
- },
- "BasketApiHttpRule": {
- "type": "int",
- "defaultValue": 5103
- },
- "CatalogApiHttpRule": {
- "type": "int",
- "defaultValue": 5101
- },
- "OrderingApiHttpRule": {
- "type": "int",
- "defaultValue": 5102
- },
- "MarketingApiHttpRule": {
- "type": "int",
- "defaultValue": 5110
- },
- "LocationsApiHttpRule": {
- "type": "int",
- "defaultValue": 5109
- },
- "subnet0Name": {
- "type": "string",
- "defaultValue": "Subnet-0"
- },
- "subnet0Prefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/24"
- },
- "computeLocation": {
- "type": "string"
- },
- "publicIPAddressName": {
- "type": "string",
- "defaultValue": "PublicIP-VM"
- },
- "publicIPAddressType": {
- "type": "string",
- "allowedValues": [
- "Dynamic"
- ],
- "defaultValue": "Dynamic"
- },
- "vmStorageAccountContainerName": {
- "type": "string",
- "defaultValue": "vhds"
- },
- "adminUserName": {
- "type": "string",
- "defaultValue": "testadm",
- "metadata": {
- "description": "Remote desktop user Id"
- }
- },
- "adminPassword": {
- "type": "securestring",
- "metadata": {
- "description": "Remote desktop user password. Must be a strong password"
- }
- },
- "virtualNetworkName": {
- "type": "string",
- "defaultValue": "VNet"
- },
- "addressPrefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/16"
- },
- "dnsName": {
- "type": "string"
- },
- "nicName": {
- "type": "string",
- "defaultValue": "NIC"
- },
- "lbName": {
- "type": "string",
- "defaultValue": "LoadBalancer"
- },
- "lbIPName": {
- "type": "string",
- "defaultValue": "PublicIP-LB-FE"
- },
- "overProvision": {
- "type": "string",
- "defaultValue": "false"
- },
- "vmImagePublisher": {
- "type": "string",
- "defaultValue": "MicrosoftWindowsServer"
- },
- "vmImageOffer": {
- "type": "string",
- "defaultValue": "WindowsServer"
- },
- "vmImageSku": {
- "type": "string",
- "defaultValue": "2012-R2-Datacenter"
- },
- "vmImageVersion": {
- "type": "string",
- "defaultValue": "latest"
- },
- "storageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the VM image storage account"
- }
- },
- "supportLogStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the support log storage account"
- }
- },
- "supportLogStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]",
- "metadata": {
- "description": "Name for the storage account that contains support logs from the cluster"
- }
- },
- "applicationDiagnosticsStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the application diagnostics storage account"
- }
- },
- "applicationDiagnosticsStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower(concat(uniqueString(resourceGroup().id), '3' ))]",
- "metadata": {
- "description": "Name for the storage account that contains application diagnostics data from the cluster"
- }
- },
- "nt0InstanceCount": {
- "type": "int",
- "defaultValue": 1,
- "metadata": {
- "description": "Instance count for node type"
- }
- },
- "vmNodeType0Name": {
- "type": "string",
- "defaultValue": "primary",
- "maxLength": 9
- },
- "vmNodeType0Size": {
- "type": "string",
- "defaultValue": "Standard_D2_v2"
- }
- },
- "variables": {
- "vmssApiVersion": "2017-03-30",
- "lbApiVersion": "2015-06-15",
- "vNetApiVersion": "2015-06-15",
- "storageApiVersion": "2016-01-01",
- "publicIPApiVersion": "2015-06-15",
- "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]",
- "subnet0Ref": "[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]",
- "lbID0": "[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', variables('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "lbIPConfig0": "[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]",
- "lbPoolID0": "[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]",
- "lbProbeID0": "[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]",
- "lbHttpProbeID0": "[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]",
- "lbNatPoolID0": "[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]",
- "vmStorageAccountName0": "[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]",
- "supportLogStorageAccountName": "[take(concat(parameters('prefix'), parameters('supportLogStorageAccountName')),22)]",
- "applicationDiagnosticsStorageAccountName" : "[take(concat(parameters('prefix'), parameters('applicationDiagnosticsStorageAccountName')),22)]",
- "clusterName": "[concat(parameters('prefix'), parameters('clusterName'))]",
- "uniqueStringArray0": [
- "[concat(variables('vmStorageAccountName0'), '0')]",
- "[concat(variables('vmStorageAccountName0'), '1')]",
- "[concat(variables('vmStorageAccountName0'), '2')]",
- "[concat(variables('vmStorageAccountName0'), '3')]",
- "[concat(variables('vmStorageAccountName0'), '4')]"
- ]
- },
- "resources": [
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[variables('supportLogStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('supportLogStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[variables('applicationDiagnosticsStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('applicationDiagnosticsStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vNetApiVersion')]",
- "type": "Microsoft.Network/virtualNetworks",
- "name": "[parameters('virtualNetworkName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {
- "addressSpace": {
- "addressPrefixes": [
- "[parameters('addressPrefix')]"
- ]
- },
- "subnets": [
- {
- "name": "[parameters('subnet0Name')]",
- "properties": {
- "addressPrefix": "[parameters('subnet0Prefix')]"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('publicIPApiVersion')]",
- "type": "Microsoft.Network/publicIPAddresses",
- "name": "[concat(parameters('lbIPName'),'-','0')]",
- "location": "[parameters('computeLocation')]",
- "properties": {
- "dnsSettings": {
- "domainNameLabel": "[parameters('dnsName')]"
- },
- "publicIPAllocationMethod": "Dynamic"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('lbApiVersion')]",
- "type": "Microsoft.Network/loadBalancers",
- "name": "[concat('LB','-', variables('clusterName'),'-',parameters('vmNodeType0Name'))]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]"
- ],
- "properties": {
- "frontendIPConfigurations": [
- {
- "name": "LoadBalancerIPConfig",
- "properties": {
- "publicIPAddress": {
- "id": "[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]"
- }
- }
- }
- ],
- "backendAddressPools": [
- {
- "name": "LoadBalancerBEAddressPool",
- "properties": {}
- }
- ],
- "loadBalancingRules": [
- {
- "name": "LBRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "LBHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "ReverseProxyHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0reverseProxyEndpointPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0reverseProxyEndpointPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebMVCHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webMvcHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webMvcHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebSPAHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webSpaHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webSpaHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebStatusHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webStatusHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webStatusHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "IdSrvHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('IdSrvHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('IdSrvHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "BasketApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('BasketApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('BasketApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "CatalogApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('CatalogApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('CatalogApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "OrderingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('OrderingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('OrderingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "MarketingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('MarketingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('MarketingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "LocationsApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('LocationsApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('LocationsApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- }
- ],
- "probes": [
- {
- "name": "FabricGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricTcpGatewayPort')]",
- "protocol": "tcp"
- }
- },
- {
- "name": "FabricHttpGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricHttpGatewayPort')]",
- "protocol": "tcp"
- }
- }
- ],
- "inboundNatPools": [
- {
- "name": "LoadBalancerBEAddressNatPool",
- "properties": {
- "backendPort": "3389",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPortRangeEnd": "4500",
- "frontendPortRangeStart": "3389",
- "protocol": "tcp"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[variables('uniqueStringArray0')[copyIndex()]]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "copy": {
- "name": "storageLoop",
- "count": 5
- },
- "kind": "Storage",
- "sku": {
- "name": "[parameters('storageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vmssApiVersion')]",
- "type": "Microsoft.Compute/virtualMachineScaleSets",
- "name": "[parameters('vmNodeType0Name')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4])]",
- "[concat('Microsoft.Network/loadBalancers/', concat('LB','-', variables('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('supportLogStorageAccountName'))]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('applicationDiagnosticsStorageAccountName'))]"
- ],
- "properties": {
- "overprovision": "[parameters('overProvision')]",
- "upgradePolicy": {
- "mode": "Automatic"
- },
- "virtualMachineProfile": {
- "extensionProfile": {
- "extensions": [
- {
- "name": "[concat(parameters('vmNodeType0Name'),'_ServiceFabricNode')]",
- "properties": {
- "type": "ServiceFabricNode",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "StorageAccountKey1": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('supportLogStorageAccountName')),'2015-05-01-preview').key1]",
- "StorageAccountKey2": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('supportLogStorageAccountName')),'2015-05-01-preview').key2]"
- },
- "publisher": "Microsoft.Azure.ServiceFabric",
- "settings": {
- "clusterEndpoint": "[reference(variables('clusterName')).clusterEndpoint]",
- "nodeTypeRef": "[parameters('vmNodeType0Name')]",
- "dataPath": "D:\\\\SvcFab",
- "durabilityLevel": "Bronze",
- "enableParallelJobs": true,
- "nicPrefixOverride": "[parameters('subnet0Prefix')]"
- },
- "typeHandlerVersion": "1.0"
- }
- },
- {
- "name": "[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]",
- "properties": {
- "type": "IaaSDiagnostics",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "storageAccountName": "[variables('applicationDiagnosticsStorageAccountName')]",
- "storageAccountKey": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]",
- "storageAccountEndPoint": "https://core.windows.net/"
- },
- "publisher": "Microsoft.Azure.Diagnostics",
- "settings": {
- "WadCfg": {
- "DiagnosticMonitorConfiguration": {
- "overallQuotaInMB": "50000",
- "EtwProviders": {
- "EtwEventSourceProviderConfiguration": [
- {
- "provider": "Microsoft-ServiceFabric-Actors",
- "scheduledTransferKeywordFilter": "1",
- "scheduledTransferPeriod": "PT5M",
- "DefaultEvents": {
- "eventDestination": "ServiceFabricReliableActorEventTable"
- }
- },
- {
- "provider": "Microsoft-ServiceFabric-Services",
- "scheduledTransferPeriod": "PT5M",
- "DefaultEvents": {
- "eventDestination": "ServiceFabricReliableServiceEventTable"
- }
- }
- ],
- "EtwManifestProviderConfiguration": [
- {
- "provider": "cbd93bc2-71e5-4566-b3a7-595d8eeca6e8",
- "scheduledTransferLogLevelFilter": "Information",
- "scheduledTransferKeywordFilter": "4611686018427387904",
- "scheduledTransferPeriod": "PT5M",
- "DefaultEvents": {
- "eventDestination": "ServiceFabricSystemEventTable"
- }
- }
- ]
- }
- }
- },
- "StorageAccount": "[variables('applicationDiagnosticsStorageAccountName')]"
- },
- "typeHandlerVersion": "1.5"
- }
- }
- ]
- },
- "networkProfile": {
- "networkInterfaceConfigurations": [
- {
- "name": "[concat(parameters('nicName'), '-0')]",
- "properties": {
- "ipConfigurations": [
- {
- "name": "[concat(parameters('nicName'),'-',0)]",
- "properties": {
- "loadBalancerBackendAddressPools": [
- {
- "id": "[variables('lbPoolID0')]"
- }
- ],
- "loadBalancerInboundNatPools": [
- {
- "id": "[variables('lbNatPoolID0')]"
- }
- ],
- "subnet": {
- "id": "[variables('subnet0Ref')]"
- }
- }
- }
- ],
- "primary": true
- }
- }
- ]
- },
- "osProfile": {
- "adminPassword": "[parameters('adminPassword')]",
- "adminUsername": "[parameters('adminUsername')]",
- "computernamePrefix": "[parameters('vmNodeType0Name')]"
- },
- "storageProfile": {
- "imageReference": {
- "publisher": "[parameters('vmImagePublisher')]",
- "offer": "[parameters('vmImageOffer')]",
- "sku": "[parameters('vmImageSku')]",
- "version": "[parameters('vmImageVersion')]"
- },
- "osDisk": {
- "caching": "ReadOnly",
- "createOption": "FromImage",
- "vhdContainers": [
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]"
- ],
- "name": "vmssosdisk"
- }
- }
- }
- },
- "sku": {
- "name": "[parameters('vmNodeType0Size')]",
- "capacity": "[parameters('nt0InstanceCount')]",
- "tier": "Standard"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- },
- {
- "apiVersion": "2017-07-01-preview",
- "type": "Microsoft.ServiceFabric/clusters",
- "name": "[variables('clusterName')]",
- "location": "[parameters('clusterLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Storage/storageAccounts/', variables('supportLogStorageAccountName'))]"
- ],
- "properties": {
- "addonFeatures": [
- "DnsService"
- ],
- "clientCertificateCommonNames": [],
- "clientCertificateThumbprints": [],
- "clusterCodeVersion": "6.0.232.9494",
- "clusterState": "Default",
- "diagnosticsStorageAccountConfig": {
- "blobEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', variables('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]",
- "protectedAccountKeyName": "StorageAccountKey1",
- "queueEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', variables('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]",
- "storageAccountName": "[variables('supportLogStorageAccountName')]",
- "tableEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', variables('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]"
- },
- "fabricSettings": [],
- "managementEndpoint": "[concat('http://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]",
- "nodeTypes": [
- {
- "name": "[parameters('vmNodeType0Name')]",
- "applicationPorts": {
- "endPort": "[parameters('nt0applicationEndPort')]",
- "startPort": "[parameters('nt0applicationStartPort')]"
- },
- "clientConnectionEndpointPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "durabilityLevel": "Bronze",
- "ephemeralPorts": {
- "endPort": "[parameters('nt0ephemeralEndPort')]",
- "startPort": "[parameters('nt0ephemeralStartPort')]"
- },
- "httpGatewayEndpointPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "isPrimary": true,
- "reverseProxyEndpointPort": "[parameters('nt0reverseProxyEndpointPort')]",
- "vmInstanceCount": "[parameters('nt0InstanceCount')]"
- }
- ],
- "provisioningState": "Default",
- "reliabilityLevel": "None",
- "upgradeMode": "Manual",
- "vmImage": "Windows"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[variables('clusterName')]"
- }
- }
- ],
- "outputs": {
- "clusterProperties": {
- "value": "[reference(variables('clusterName'))]",
- "type": "object"
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json b/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json
deleted file mode 100644
index af7e1a6eef..0000000000
--- a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploy.parameters.json
+++ /dev/null
@@ -1,100 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "prefix": {
- "value": "qa"
- },
- "clusterName": {
- "value": "-eshop-sfwin-cluster"
- },
- "clusterLocation": {
- "value": "westus"
- },
- "computeLocation": {
- "value": "westus"
- },
- "adminUserName": {
- "value": "testedu"
- },
- "adminPassword": {
- "value": "testedu1234!"
- },
- "nicName": {
- "value": "NIC-eshopsfwin"
- },
- "publicIPAddressName": {
- "value": "eshopsfwin-PubIP"
- },
- "dnsName": {
- "value": "testedu-eshop-sfwin-cluster"
- },
- "virtualNetworkName": {
- "value": "VNet-eshopsfwin"
- },
- "lbName": {
- "value": "LB-eshopsfwin"
- },
- "lbIPName": {
- "value": "LBIP-eshopsfwin"
- },
- "applicationDiagnosticsStorageAccountName": {
- "value": "sfdiageshopw"
- },
- "supportLogStorageAccountName": {
- "value": "sflogeshopw"
- },
- "vmImageSku": {
- "value": "2016-Datacenter-with-Containers"
- },
- "nt0ephemeralStartPort": {
- "value": 49152
- },
- "nt0ephemeralEndPort": {
- "value": 65534
- },
- "nt0applicationStartPort": {
- "value": 20000
- },
- "nt0applicationEndPort": {
- "value": 30000
- },
- "nt0fabricTcpGatewayPort": {
- "value": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "value": 19080
- },
- "nt0reverseProxyEndpointPort": {
- "value": 19081
- },
- "webMvcHttpPort": {
- "value": 5100
- },
- "webSpaHttpPort": {
- "value": 5104
- },
- "webStatusHttpPort": {
- "value": 5107
- },
- "IdSrvHttpRule": {
- "value": 5105
- },
- "BasketApiHttpRule": {
- "value": 5103
- },
- "CatalogApiHttpRule": {
- "value": 5101
- },
- "OrderingApiHttpRule": {
- "value": 5102
- },
- "MarketingApiHttpRule": {
- "value": 5110
- },
- "LocationsApiHttpRule": {
- "value": 5109
- }
- }
-}
-
diff --git a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploysecured.json b/deploy/az/servicefabric/WindowsContainers/servicefabricdeploysecured.json
deleted file mode 100644
index 843f5c0d15..0000000000
--- a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploysecured.json
+++ /dev/null
@@ -1,924 +0,0 @@
-{
- "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "clusterLocation": {
- "type": "string",
- "metadata": {
- "description": "Location of the Cluster"
- }
- },
- "clusterName": {
- "type": "string",
- "defaultValue": "Cluster",
- "metadata": {
- "description": "Name of your cluster - Between 3 and 23 characters. Letters and numbers only"
- }
- },
- "nt0applicationStartPort": {
- "type": "int",
- "defaultValue": 20000
- },
- "nt0applicationEndPort": {
- "type": "int",
- "defaultValue": 30000
- },
- "nt0ephemeralStartPort": {
- "type": "int",
- "defaultValue": 49152
- },
- "nt0ephemeralEndPort": {
- "type": "int",
- "defaultValue": 65534
- },
- "nt0fabricTcpGatewayPort": {
- "type": "int",
- "defaultValue": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "type": "int",
- "defaultValue": 19080
- },
- "nt0reverseProxyEndpointPort": {
- "type": "int",
- "defaultValue": 19081
- },
- "webMvcHttpPort": {
- "type": "int",
- "defaultValue": 5100
- },
- "webSpaHttpPort": {
- "type": "int",
- "defaultValue": 5104
- },
- "webStatusHttpPort": {
- "type": "int",
- "defaultValue": 5107
- },
- "IdSrvHttpRule": {
- "type": "int",
- "defaultValue": 5105
- },
- "BasketApiHttpRule": {
- "type": "int",
- "defaultValue": 5103
- },
- "CatalogApiHttpRule": {
- "type": "int",
- "defaultValue": 5101
- },
- "OrderingApiHttpRule": {
- "type": "int",
- "defaultValue": 5102
- },
- "MarketingApiHttpRule": {
- "type": "int",
- "defaultValue": 5110
- },
- "LocationsApiHttpRule": {
- "type": "int",
- "defaultValue": 5109
- },
- "subnet0Name": {
- "type": "string",
- "defaultValue": "Subnet-0"
- },
- "subnet0Prefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/24"
- },
- "computeLocation": {
- "type": "string"
- },
- "publicIPAddressName": {
- "type": "string",
- "defaultValue": "PublicIP-VM"
- },
- "publicIPAddressType": {
- "type": "string",
- "allowedValues": [
- "Dynamic"
- ],
- "defaultValue": "Dynamic"
- },
- "vmStorageAccountContainerName": {
- "type": "string",
- "defaultValue": "vhds"
- },
- "adminUserName": {
- "type": "string",
- "defaultValue": "testadm",
- "metadata": {
- "description": "Remote desktop user Id"
- }
- },
- "adminPassword": {
- "type": "securestring",
- "metadata": {
- "description": "Remote desktop user password. Must be a strong password"
- }
- },
- "virtualNetworkName": {
- "type": "string",
- "defaultValue": "VNet"
- },
- "addressPrefix": {
- "type": "string",
- "defaultValue": "10.0.0.0/16"
- },
- "dnsName": {
- "type": "string"
- },
- "nicName": {
- "type": "string",
- "defaultValue": "NIC"
- },
- "lbName": {
- "type": "string",
- "defaultValue": "LoadBalancer"
- },
- "lbIPName": {
- "type": "string",
- "defaultValue": "PublicIP-LB-FE"
- },
- "overProvision": {
- "type": "string",
- "defaultValue": "false"
- },
- "vmImagePublisher": {
- "type": "string",
- "defaultValue": "MicrosoftWindowsServer"
- },
- "vmImageOffer": {
- "type": "string",
- "defaultValue": "WindowsServer"
- },
- "vmImageSku": {
- "type": "string",
- "defaultValue": "2012-R2-Datacenter"
- },
- "vmImageVersion": {
- "type": "string",
- "defaultValue": "latest"
- },
- "clusterProtectionLevel": {
- "type": "string",
- "allowedValues": [
- "None",
- "Sign",
- "EncryptAndSign"
- ],
- "defaultValue": "EncryptAndSign",
- "metadata": {
- "description": "Protection level.Three values are allowed - EncryptAndSign, Sign, None. It is best to keep the default of EncryptAndSign, unless you have a need not to"
- }
- },
- "certificateStoreValue": {
- "type": "string",
- "allowedValues": [
- "My"
- ],
- "defaultValue": "My",
- "metadata": {
- "description": "The store name where the cert will be deployed in the virtual machine"
- }
- },
- "certificateThumbprint": {
- "type": "string",
- "metadata": {
- "description": "Certificate Thumbprint"
- }
- },
- "sourceVaultValue": {
- "type": "string",
- "metadata": {
- "description": "Resource Id of the key vault, is should be in the format of /subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/"
- }
- },
- "certificateUrlValue": {
- "type": "string",
- "metadata": {
- "description": "Refers to the location URL in your key vault where the certificate was uploaded, it is should be in the format of https://.vault.azure.net:443/secrets/"
- }
- },
- "storageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the VM image storage account"
- }
- },
- "supportLogStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the support log storage account"
- }
- },
- "supportLogStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower( concat('sflogs', uniqueString(resourceGroup().id),'2'))]",
- "metadata": {
- "description": "Name for the storage account that contains support logs from the cluster"
- }
- },
- "applicationDiagnosticsStorageAccountType": {
- "type": "string",
- "allowedValues": [
- "Standard_LRS",
- "Standard_GRS"
- ],
- "defaultValue": "Standard_LRS",
- "metadata": {
- "description": "Replication option for the application diagnostics storage account"
- }
- },
- "applicationDiagnosticsStorageAccountName": {
- "type": "string",
- "defaultValue": "[toLower(concat(uniqueString(resourceGroup().id), '3' ))]",
- "metadata": {
- "description": "Name for the storage account that contains application diagnostics data from the cluster"
- }
- },
- "nt0InstanceCount": {
- "type": "int",
- "defaultValue": 5,
- "metadata": {
- "description": "Instance count for node type"
- }
- },
- "vmNodeType0Name": {
- "type": "string",
- "defaultValue": "primary",
- "maxLength": 9
- },
- "vmNodeType0Size": {
- "type": "string",
- "defaultValue": "Standard_D2_v2"
- }
- },
- "variables": {
- "vmssApiVersion": "2017-03-30",
- "lbApiVersion": "2015-06-15",
- "vNetApiVersion": "2015-06-15",
- "storageApiVersion": "2016-01-01",
- "publicIPApiVersion": "2015-06-15",
- "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',parameters('virtualNetworkName'))]",
- "subnet0Ref": "[concat(variables('vnetID'),'/subnets/',parameters('subnet0Name'))]",
- "lbID0": "[resourceId('Microsoft.Network/loadBalancers', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "lbIPConfig0": "[concat(variables('lbID0'),'/frontendIPConfigurations/LoadBalancerIPConfig')]",
- "lbPoolID0": "[concat(variables('lbID0'),'/backendAddressPools/LoadBalancerBEAddressPool')]",
- "lbProbeID0": "[concat(variables('lbID0'),'/probes/FabricGatewayProbe')]",
- "lbHttpProbeID0": "[concat(variables('lbID0'),'/probes/FabricHttpGatewayProbe')]",
- "lbNatPoolID0": "[concat(variables('lbID0'),'/inboundNatPools/LoadBalancerBEAddressNatPool')]",
- "vmStorageAccountName0": "[toLower(concat(uniqueString(resourceGroup().id), '1', '0' ))]",
- "uniqueStringArray0": [
- "[concat(variables('vmStorageAccountName0'), '0')]",
- "[concat(variables('vmStorageAccountName0'), '1')]",
- "[concat(variables('vmStorageAccountName0'), '2')]",
- "[concat(variables('vmStorageAccountName0'), '3')]",
- "[concat(variables('vmStorageAccountName0'), '4')]"
- ]
- },
- "resources": [
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[parameters('supportLogStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('supportLogStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[parameters('applicationDiagnosticsStorageAccountName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "kind": "Storage",
- "sku": {
- "name": "[parameters('applicationDiagnosticsStorageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vNetApiVersion')]",
- "type": "Microsoft.Network/virtualNetworks",
- "name": "[parameters('virtualNetworkName')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {
- "addressSpace": {
- "addressPrefixes": [
- "[parameters('addressPrefix')]"
- ]
- },
- "subnets": [
- {
- "name": "[parameters('subnet0Name')]",
- "properties": {
- "addressPrefix": "[parameters('subnet0Prefix')]"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('publicIPApiVersion')]",
- "type": "Microsoft.Network/publicIPAddresses",
- "name": "[concat(parameters('lbIPName'),'-','0')]",
- "location": "[parameters('computeLocation')]",
- "properties": {
- "dnsSettings": {
- "domainNameLabel": "[parameters('dnsName')]"
- },
- "publicIPAllocationMethod": "Dynamic"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('lbApiVersion')]",
- "type": "Microsoft.Network/loadBalancers",
- "name": "[concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name'))]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/publicIPAddresses/',concat(parameters('lbIPName'),'-','0'))]"
- ],
- "properties": {
- "frontendIPConfigurations": [
- {
- "name": "LoadBalancerIPConfig",
- "properties": {
- "publicIPAddress": {
- "id": "[resourceId('Microsoft.Network/publicIPAddresses',concat(parameters('lbIPName'),'-','0'))]"
- }
- }
- }
- ],
- "backendAddressPools": [
- {
- "name": "LoadBalancerBEAddressPool",
- "properties": {}
- }
- ],
- "loadBalancingRules": [
- {
- "name": "LBRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "LBHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "ReverseProxyHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('nt0reverseProxyEndpointPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('nt0reverseProxyEndpointPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebMVCHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webMvcHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webMvcHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebSPAHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webSpaHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webSpaHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "WebStatusHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('webStatusHttpPort')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('webStatusHttpPort')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "IdSrvHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('IdSrvHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('IdSrvHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "probe": {
- "id": "[variables('lbHttpProbeID0')]"
- },
- "protocol": "tcp"
- }
- },
- {
- "name": "BasketApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('BasketApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('BasketApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "CatalogApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('CatalogApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('CatalogApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "OrderingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('OrderingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('OrderingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "MarketingApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('MarketingApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('MarketingApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- },
- {
- "name": "LocationsApiHttpRule",
- "properties": {
- "backendAddressPool": {
- "id": "[variables('lbPoolID0')]"
- },
- "backendPort": "[parameters('LocationsApiHttpRule')]",
- "enableFloatingIP": "false",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPort": "[parameters('LocationsApiHttpRule')]",
- "idleTimeoutInMinutes": "5",
- "protocol": "tcp"
- }
- }
- ],
- "probes": [
- {
- "name": "FabricGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricTcpGatewayPort')]",
- "protocol": "tcp"
- }
- },
- {
- "name": "FabricHttpGatewayProbe",
- "properties": {
- "intervalInSeconds": 5,
- "numberOfProbes": 2,
- "port": "[parameters('nt0fabricHttpGatewayPort')]",
- "protocol": "tcp"
- }
- }
- ],
- "inboundNatPools": [
- {
- "name": "LoadBalancerBEAddressNatPool",
- "properties": {
- "backendPort": "3389",
- "frontendIPConfiguration": {
- "id": "[variables('lbIPConfig0')]"
- },
- "frontendPortRangeEnd": "4500",
- "frontendPortRangeStart": "3389",
- "protocol": "tcp"
- }
- }
- ]
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('storageApiVersion')]",
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[variables('uniqueStringArray0')[copyIndex()]]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [],
- "properties": {},
- "copy": {
- "name": "storageLoop",
- "count": 5
- },
- "kind": "Storage",
- "sku": {
- "name": "[parameters('storageAccountType')]"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "[variables('vmssApiVersion')]",
- "type": "Microsoft.Compute/virtualMachineScaleSets",
- "name": "[parameters('vmNodeType0Name')]",
- "location": "[parameters('computeLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Network/virtualNetworks/', parameters('virtualNetworkName'))]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3])]",
- "[concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4])]",
- "[concat('Microsoft.Network/loadBalancers/', concat('LB','-', parameters('clusterName'),'-',parameters('vmNodeType0Name')))]",
- "[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]",
- "[concat('Microsoft.Storage/storageAccounts/', parameters('applicationDiagnosticsStorageAccountName'))]"
- ],
- "properties": {
- "overprovision": "[parameters('overProvision')]",
- "upgradePolicy": {
- "mode": "Automatic"
- },
- "virtualMachineProfile": {
- "extensionProfile": {
- "extensions": [
- {
- "name": "[concat(parameters('vmNodeType0Name'),'_ServiceFabricNode')]",
- "properties": {
- "type": "ServiceFabricNode",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "StorageAccountKey1": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key1]",
- "StorageAccountKey2": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('supportLogStorageAccountName')),'2015-05-01-preview').key2]"
- },
- "publisher": "Microsoft.Azure.ServiceFabric",
- "settings": {
- "clusterEndpoint": "[reference(parameters('clusterName')).clusterEndpoint]",
- "nodeTypeRef": "[parameters('vmNodeType0Name')]",
- "dataPath": "D:\\\\SvcFab",
- "durabilityLevel": "Bronze",
- "enableParallelJobs": true,
- "nicPrefixOverride": "[parameters('subnet0Prefix')]",
- "certificate": {
- "thumbprint": "[parameters('certificateThumbprint')]",
- "x509StoreName": "[parameters('certificateStoreValue')]"
- }
- },
- "typeHandlerVersion": "1.0"
- }
- },
- {
- "name": "[concat('VMDiagnosticsVmExt','_vmNodeType0Name')]",
- "properties": {
- "type": "IaaSDiagnostics",
- "autoUpgradeMinorVersion": true,
- "protectedSettings": {
- "storageAccountName": "[parameters('applicationDiagnosticsStorageAccountName')]",
- "storageAccountKey": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', parameters('applicationDiagnosticsStorageAccountName')),'2015-05-01-preview').key1]",
- "storageAccountEndPoint": "https://core.windows.net/"
- },
- "publisher": "Microsoft.Azure.Diagnostics",
- "settings": {
- "WadCfg": {
- "DiagnosticMonitorConfiguration": {
- "overallQuotaInMB": "50000",
- "EtwProviders": {
- "EtwEventSourceProviderConfiguration": [
- {
- "provider": "Microsoft-ServiceFabric-Actors",
- "scheduledTransferKeywordFilter": "1",
- "scheduledTransferPeriod": "PT5M",
- "DefaultEvents": {
- "eventDestination": "ServiceFabricReliableActorEventTable"
- }
- },
- {
- "provider": "Microsoft-ServiceFabric-Services",
- "scheduledTransferPeriod": "PT5M",
- "DefaultEvents": {
- "eventDestination": "ServiceFabricReliableServiceEventTable"
- }
- }
- ],
- "EtwManifestProviderConfiguration": [
- {
- "provider": "cbd93bc2-71e5-4566-b3a7-595d8eeca6e8",
- "scheduledTransferLogLevelFilter": "Information",
- "scheduledTransferKeywordFilter": "4611686018427387904",
- "scheduledTransferPeriod": "PT5M",
- "DefaultEvents": {
- "eventDestination": "ServiceFabricSystemEventTable"
- }
- }
- ]
- }
- }
- },
- "StorageAccount": "[parameters('applicationDiagnosticsStorageAccountName')]"
- },
- "typeHandlerVersion": "1.5"
- }
- }
- ]
- },
- "networkProfile": {
- "networkInterfaceConfigurations": [
- {
- "name": "[concat(parameters('nicName'), '-0')]",
- "properties": {
- "ipConfigurations": [
- {
- "name": "[concat(parameters('nicName'),'-',0)]",
- "properties": {
- "loadBalancerBackendAddressPools": [
- {
- "id": "[variables('lbPoolID0')]"
- }
- ],
- "loadBalancerInboundNatPools": [
- {
- "id": "[variables('lbNatPoolID0')]"
- }
- ],
- "subnet": {
- "id": "[variables('subnet0Ref')]"
- }
- }
- }
- ],
- "primary": true
- }
- }
- ]
- },
- "osProfile": {
- "adminPassword": "[parameters('adminPassword')]",
- "adminUsername": "[parameters('adminUsername')]",
- "computernamePrefix": "[parameters('vmNodeType0Name')]",
- "secrets": [
- {
- "sourceVault": {
- "id": "[parameters('sourceVaultValue')]"
- },
- "vaultCertificates": [
- {
- "certificateStore": "[parameters('certificateStoreValue')]",
- "certificateUrl": "[parameters('certificateUrlValue')]"
- }
- ]
- }
- ]
- },
- "storageProfile": {
- "imageReference": {
- "publisher": "[parameters('vmImagePublisher')]",
- "offer": "[parameters('vmImageOffer')]",
- "sku": "[parameters('vmImageSku')]",
- "version": "[parameters('vmImageVersion')]"
- },
- "osDisk": {
- "caching": "ReadOnly",
- "createOption": "FromImage",
- "vhdContainers": [
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[0]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[1]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[2]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[3]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]",
- "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('uniqueStringArray0')[4]), variables('storageApiVersion')).primaryEndpoints.blob, parameters('vmStorageAccountContainerName'))]"
- ],
- "name": "vmssosdisk"
- }
- }
- }
- },
- "sku": {
- "name": "[parameters('vmNodeType0Size')]",
- "capacity": "[parameters('nt0InstanceCount')]",
- "tier": "Standard"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- },
- {
- "apiVersion": "2017-07-01-preview",
- "type": "Microsoft.ServiceFabric/clusters",
- "name": "[parameters('clusterName')]",
- "location": "[parameters('clusterLocation')]",
- "dependsOn": [
- "[concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName'))]"
- ],
- "properties": {
- "addonFeatures": [
- "DnsService"
- ],
- "certificate": {
- "thumbprint": "[parameters('certificateThumbprint')]",
- "x509StoreName": "[parameters('certificateStoreValue')]"
- },
- "clientCertificateCommonNames": [],
- "clientCertificateThumbprints": [],
- "clusterCodeVersion": "5.7.207.9494",
- "clusterState": "Default",
- "diagnosticsStorageAccountConfig": {
- "blobEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.blob]",
- "protectedAccountKeyName": "StorageAccountKey1",
- "queueEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.queue]",
- "storageAccountName": "[parameters('supportLogStorageAccountName')]",
- "tableEndpoint": "[reference(concat('Microsoft.Storage/storageAccounts/', parameters('supportLogStorageAccountName')), variables('storageApiVersion')).primaryEndpoints.table]"
- },
- "fabricSettings": [
- {
- "parameters": [
- {
- "name": "ClusterProtectionLevel",
- "value": "[parameters('clusterProtectionLevel')]"
- }
- ],
- "name": "Security"
- }
- ],
- "managementEndpoint": "[concat('https://',reference(concat(parameters('lbIPName'),'-','0')).dnsSettings.fqdn,':',parameters('nt0fabricHttpGatewayPort'))]",
- "nodeTypes": [
- {
- "name": "[parameters('vmNodeType0Name')]",
- "applicationPorts": {
- "endPort": "[parameters('nt0applicationEndPort')]",
- "startPort": "[parameters('nt0applicationStartPort')]"
- },
- "clientConnectionEndpointPort": "[parameters('nt0fabricTcpGatewayPort')]",
- "durabilityLevel": "Bronze",
- "ephemeralPorts": {
- "endPort": "[parameters('nt0ephemeralEndPort')]",
- "startPort": "[parameters('nt0ephemeralStartPort')]"
- },
- "httpGatewayEndpointPort": "[parameters('nt0fabricHttpGatewayPort')]",
- "isPrimary": true,
- "reverseProxyEndpointPort": "[parameters('nt0reverseProxyEndpointPort')]",
- "vmInstanceCount": "[parameters('nt0InstanceCount')]"
- }
- ],
- "provisioningState": "Default",
- "reliabilityLevel": "Silver",
- "upgradeMode": "Manual",
- "vmImage": "Windows"
- },
- "tags": {
- "resourceType": "Service Fabric",
- "clusterName": "[parameters('clusterName')]"
- }
- }
- ],
- "outputs": {
- "clusterProperties": {
- "value": "[reference(parameters('clusterName'))]",
- "type": "object"
- }
- }
-}
\ No newline at end of file
diff --git a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploysecured.parameters.json b/deploy/az/servicefabric/WindowsContainers/servicefabricdeploysecured.parameters.json
deleted file mode 100644
index bbc8eb6636..0000000000
--- a/deploy/az/servicefabric/WindowsContainers/servicefabricdeploysecured.parameters.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "clusterName": {
- "value": "pro-eshop-sfwin-cluster"
- },
- "clusterLocation": {
- "value": "westus"
- },
- "computeLocation": {
- "value": "westus"
- },
- "adminUserName": {
- "value": "eshop"
- },
- "adminPassword": {
- "value": "Your_complex_Pass@word1"
- },
- "nicName": {
- "value": "NIC-eshopsfwin"
- },
- "publicIPAddressName": {
- "value": "eshopsfwin-PubIP"
- },
- "dnsName": {
- "value": "pro-eshop-sfwin-cluster"
- },
- "virtualNetworkName": {
- "value": "VNet-eshopsfwin"
- },
- "lbName": {
- "value": "LB-eshopsfwin"
- },
- "lbIPName": {
- "value": "LBIP-eshopsfwin"
- },
- "applicationDiagnosticsStorageAccountName": {
- "value": "sfdgqaeshopsfwinsec"
- },
- "supportLogStorageAccountName": {
- "value": "sflogsqaeshopsfwinsec"
- },
- "sourceVaultValue": {
- "value": "your-value-check-keyvault-at-azure"
- },
- "certificateUrlValue": {
- "value": "your-value-check-keyvault-at-azure"
- },
- "certificateThumbprint": {
- "value": "your-value-check-keyvault-at-azure"
- },
- "vmImageSku": {
- "value": "2016-Datacenter-with-Containers"
- },
- "nt0ephemeralStartPort": {
- "value": 49152
- },
- "nt0ephemeralEndPort": {
- "value": 65534
- },
- "nt0applicationStartPort": {
- "value": 20000
- },
- "nt0applicationEndPort": {
- "value": 30000
- },
- "nt0fabricTcpGatewayPort": {
- "value": 19000
- },
- "nt0fabricHttpGatewayPort": {
- "value": 19080
- },
- "nt0reverseProxyEndpointPort": {
- "value": 19081
- },
- "webMvcHttpPort": {
- "value": 5100
- },
- "webSpaHttpPort": {
- "value": 5104
- },
- "webStatusHttpPort": {
- "value": 5107
- },
- "IdSrvHttpRule": {
- "value": 5105
- },
- "BasketApiHttpRule": {
- "value": 5103
- },
- "CatalogApiHttpRule": {
- "value": 5101
- },
- "OrderingApiHttpRule": {
- "value": 5102
- },
- "MarketingApiHttpRule": {
- "value": 5110
- },
- "LocationsApiHttpRule": {
- "value": 5109
- }
- }
-}
-
diff --git a/deploy/az/vms/docker-machine.md b/deploy/az/vms/docker-machine.md
deleted file mode 100644
index 71cbbd4a79..0000000000
--- a/deploy/az/vms/docker-machine.md
+++ /dev/null
@@ -1,48 +0,0 @@
-# Create a VM using docker-machine
-
-Ensure you are logged in the desired subscription Refer to [this article](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli) for more details.
-
-1. Use `az account show` to find your subscription id.
-2. Use `docker-machine create --driver azure --azure-subscription-id --azure-resource-group --azure-ssh-user `
-
-After use `docker-machine create` you'll need to authenticate in Azure (even thought if you are logged using `az`, because this is not an Azure CLI 2.0 command). This command will fully create the VM with all the needed settings to run Docker.
-
-**Note** Refer to this article with all the [parameters that docker-machine accepts when creating Azure VMs](https://docs.docker.com/machine/drivers/azure/#options) for finding more parameters.
-
-## Connecting your local environment with docker host running on the VM
-
-Using docker-machine you control the remote VM from your local development environment (you don't need to use ssh to login to remote VM).
-
-Connecting your local environment to a remote host is using by setting some environment variables, but the easiest way is to use again the docker-machine command. Just type `docker-machine env machine_name` (where machine_name is the name you gave when you created the VM). That command **do not change anything**, so do'nt do really nothing, but **outputs the environment variables you have to set**. This is the output of the command (running on a windows workstation):
-
-```
-SET DOCKER_TLS_VERIFY=1
-SET DOCKER_HOST=tcp://104.42.236.237:2376
-SET DOCKER_CERT_PATH=C:\Users\etoma\.docker\machine\machines\ufohost
-SET DOCKER_MACHINE_NAME=ufohost
-SET COMPOSE_CONVERT_WINDOWS_PATHS=true
-REM Run this command to configure your shell:
-REM @FOR /f "tokens=*" %i IN ('docker-machine env ufohost') DO @%i
-```
-
-You have to set all these environment variables, or (as the command suggest) just copy and paste the last line in your terminal.
-
-Once you did this, your local development machine is connected to VM running Docker on Azure: all docker and docker-compose commands will run in the VM instead of your local Docker machine!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/deploy/az/vms/linux-vm/linuxvm.json b/deploy/az/vms/linux-vm/linuxvm.json
deleted file mode 100644
index 5b4778ebe9..0000000000
--- a/deploy/az/vms/linux-vm/linuxvm.json
+++ /dev/null
@@ -1,199 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "newStorageAccountName": {
- "type": "string",
- "metadata": {
- "description": "Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed."
- }
- },
- "adminUsername": {
- "type": "string",
- "metadata": {
- "description": "Username for the Virtual Machine."
- }
- },
- "adminPassword": {
- "type": "securestring",
- "metadata": {
- "description": "Password for the Virtual Machine."
- }
- },
- "dnsNameForPublicIP": {
- "type": "string",
- "metadata": {
- "description": "Unique DNS Name for the Public IP used to access the Virtual Machine."
- }
- },
- "ubuntuOSVersion": {
- "type": "string",
- "defaultValue": "14.04.4-LTS",
- "metadata": {
- "description": "The Ubuntu version for deploying the Docker containers. This will pick a fully patched image of this given Ubuntu version. Allowed values: 14.04.4-LTS, 15.10, 16.04.0-LTS"
- },
- "allowedValues": [
- "14.04.4-LTS",
- "15.10",
- "16.04.0-LTS"
- ]
- },
- "VMName": {
- "type": "string",
- "metadata": {
- "description": "Name of VM in Azure"
- }
- }
- },
- "variables": {
- "newStorageAccountName": "[take(concat(parameters('newStorageAccountName'), uniqueString(resourceGroup().id)), 23)]",
- "dnsNameForPublicIP": "[concat(parameters('dnsNameForPublicIP'), uniqueString(resourceGroup().id))]",
- "imagePublisher": "Canonical",
- "imageOffer": "UbuntuServer",
- "OSDiskName": "osdiskfordockersimple",
- "nicName": "myVMNicD",
- "extensionName": "DockerExtension",
- "addressPrefix": "10.0.0.0/16",
- "subnetName": "Subnet",
- "subnetPrefix": "10.0.0.0/24",
- "storageAccountType": "Standard_LRS",
- "publicIPAddressName": "myPublicIPD",
- "publicIPAddressType": "Dynamic",
- "vmStorageAccountContainerName": "vhds",
- "vmName": "[parameters('VMName')]",
- "vmSize": "Standard_F1",
- "virtualNetworkName": "MyVNETD",
- "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
- "subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]"
- },
- "resources": [
- {
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[variables('newStorageAccountName')]",
- "apiVersion": "2015-05-01-preview",
- "location": "[resourceGroup().location]",
- "properties": {
- "accountType": "[variables('storageAccountType')]"
- }
- },
- {
- "apiVersion": "2015-05-01-preview",
- "type": "Microsoft.Network/publicIPAddresses",
- "name": "[variables('publicIPAddressName')]",
- "location": "[resourceGroup().location]",
- "properties": {
- "publicIPAllocationMethod": "[variables('publicIPAddressType')]",
- "dnsSettings": {
- "domainNameLabel": "[variables('dnsNameForPublicIP')]"
- }
- }
- },
- {
- "apiVersion": "2015-05-01-preview",
- "type": "Microsoft.Network/virtualNetworks",
- "name": "[variables('virtualNetworkName')]",
- "location": "[resourceGroup().location]",
- "properties": {
- "addressSpace": {
- "addressPrefixes": [
- "[variables('addressPrefix')]"
- ]
- },
- "subnets": [
- {
- "name": "[variables('subnetName')]",
- "properties": {
- "addressPrefix": "[variables('subnetPrefix')]"
- }
- }
- ]
- }
- },
- {
- "apiVersion": "2015-05-01-preview",
- "type": "Microsoft.Network/networkInterfaces",
- "name": "[variables('nicName')]",
- "location": "[resourceGroup().location]",
- "dependsOn": [
- "[concat('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]",
- "[concat('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]"
- ],
- "properties": {
- "ipConfigurations": [
- {
- "name": "ipconfig1",
- "properties": {
- "privateIPAllocationMethod": "Dynamic",
- "publicIPAddress": {
- "id": "[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]"
- },
- "subnet": {
- "id": "[variables('subnetRef')]"
- }
- }
- }
- ]
- }
- },
- {
- "apiVersion": "2015-05-01-preview",
- "type": "Microsoft.Compute/virtualMachines",
- "name": "[variables('vmName')]",
- "location": "[resourceGroup().location]",
- "dependsOn": [
- "[concat('Microsoft.Storage/storageAccounts/', variables('newStorageAccountName'))]",
- "[concat('Microsoft.Network/networkInterfaces/', variables('nicName'))]"
- ],
- "properties": {
- "hardwareProfile": {
- "vmSize": "[variables('vmSize')]"
- },
- "osProfile": {
- "computerName": "[variables('vmName')]",
- "adminUsername": "[parameters('adminUsername')]",
- "adminPassword": "[parameters('adminPassword')]"
- },
- "storageProfile": {
- "imageReference": {
- "publisher": "[variables('imagePublisher')]",
- "offer": "[variables('imageOffer')]",
- "sku": "[parameters('ubuntuOSVersion')]",
- "version": "latest"
- },
- "osDisk": {
- "name": "osdisk1",
- "vhd": {
- "uri": "[concat('http://',variables('newStorageAccountName'),'.blob.core.windows.net/',variables('vmStorageAccountContainerName'),'/',variables('OSDiskName'),'.vhd')]"
- },
- "caching": "ReadWrite",
- "createOption": "FromImage"
- }
- },
- "networkProfile": {
- "networkInterfaces": [
- {
- "id": "[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]"
- }
- ]
- }
- }
- },
- {
- "type": "Microsoft.Compute/virtualMachines/extensions",
- "name": "[concat(variables('vmName'),'/', variables('extensionName'))]",
- "apiVersion": "2015-05-01-preview",
- "location": "[resourceGroup().location]",
- "dependsOn": [
- "[concat('Microsoft.Compute/virtualMachines/', variables('vmName'))]"
- ],
- "properties": {
- "publisher": "Microsoft.Azure.Extensions",
- "type": "DockerExtension",
- "typeHandlerVersion": "1.0",
- "autoUpgradeMinorVersion": true,
- "settings": { }
- }
- }
- ]
-}
-
diff --git a/deploy/az/vms/linux-vm/linuxvm.parameters.json b/deploy/az/vms/linux-vm/linuxvm.parameters.json
deleted file mode 100644
index d34dfd1d97..0000000000
--- a/deploy/az/vms/linux-vm/linuxvm.parameters.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "newStorageAccountName": { "value": "eshopsrvmvstorage" },
- "adminUsername": { "value": "eshop" },
- "adminPassword": { "value": "Pass@word" },
- "dnsNameForPublicIP": { "value": "eshop-srv" },
- "VMName": {"value": "MyDockerVM2"}
-}
diff --git a/deploy/az/vms/plain-vm.md b/deploy/az/vms/plain-vm.md
deleted file mode 100644
index 4e06ed0d34..0000000000
--- a/deploy/az/vms/plain-vm.md
+++ /dev/null
@@ -1,77 +0,0 @@
-# Deploy a VM to run the services
-
-Follow these instructions to deploy a Linux-based VM with the Docker Host installed, or a VM with Windows Server 2016 plus
-windows containers and Docker Daemon.
-
-**Note**: Use this option, only if you want to provide an environment using images pulled from DockerHub (for example, to create a test environment). If you want to
-be able to deploy images built by yourself (but not pushed to DockerHub) follow the [instructions about using docker-machine](./docker-machine.md).
-
-You can use this machine to install the microservices and having a "development" environment (useful to develop and test the client apps).
-
-Please note that this deployment is not a production deployment. In a production-based scenario, you should deploy all containers in ACS.
-
-## Create the VM
-
-Ensure you are logged in the desired subscription (use `az login` and `az account set` if needed. Refer to [this article](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli) for more details.
-
-Go to `linux-vm` or `win-vm` folder (based on if you want a Linux or Windows VM). Then:
-
-1. Edit the file `linuxvm.parameters.json` or `windowsvm.parameters.json` (based on what VM do you want to create) with your desired values
-2. Run the [create-resources script](../readme.md) to deploy the desired template (`linux-vm/linuxvm.json` or `win-vm/windowsvm.json`).
-
-I. e. if you are in Windows and want to deploy a linux based VM, in a new resourcegroup located in westus, go to `deploy\az` folder and type:
-
-```
-create-resources.cmd vms\linux-vm\linuxvm newResourceGroup -c westus
-```
-
-**Note:** To avoid errors, ARM template used generates unique names for:
-
-1. VM used storage
-2. Public DNS
-
-Those public names are based on the parameters set in the parameters file.
-
-### The parameters file (linuxvm.parameters.json or winsowsvm.parameters.json)
-
-Both files are identical and contains the minimum set of parameters needed by the ARM template to deploy the VM. ARM template accepts some other parameters (set with default values). Look the template for more info.
-
-The parameters defined are:
-
-1. `newStorageAccountName`: Name of the storage created for the VM. To ensure uniqueness a unique suffix will be added to this value.
-2. `adminUsername`: Admin login
-3. `adminPassword`: Admin password
-4. `dnsNameForPublicIP`: DNS of the VM. To ensure uniqueness a unique suffix will be added to this value.
-5. `VMName`: Name of the VM inside Azure
-
-## Finding the IP and DNS of the VM
-
-To find the IP and FQDN of the VM you can type `az vm list --resource-group --output table --show-details` (where resourcegroup is the
-name of the resourcegroup where you created the VM). This command will generate output like:
-
-```
-Name ResourceGroup PowerState PublicIps Fqdns Location
----------- --------------- ------------ ------------- ------------------------------------------------ ----------
-MyDockerVM MyResourceGroup VM running xx.xx.xxx.xxx eshop-srvxxxxxxxxxxxxx.westus.cloudapp.azure.com westus
-```
-
-You can use this information to connect your new VM.
-
-## Deploy services in the VM
-
-We are providing public images of the services in DockerHub (https://hub.docker.com/u/eshop/). To use these images, just create a folder in the VM and copy
-following files to it (those files are in the root of the repo):
-
-1. `docker-compose.nobuild.yml`
-2. `docker-compose.prod.yml`
-
-**Note:** The `docker-compose.nobuild.yml` is just a version of the `docker-compose.yml` without the `build` section. Is neede due [docker-compose bug](https://github.com/docker/compose/issues/2945).
-
-Then log into the VM and run the command `docker-compose -f docker-compose.nobuild.yml -f docker-compose.prod.yml up --no-build -d` to start all the microservices.
-
-
-
-
-
-
-
diff --git a/deploy/az/vms/readme.md b/deploy/az/vms/readme.md
deleted file mode 100644
index 25085f75cf..0000000000
--- a/deploy/az/vms/readme.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## Create VM with Docker installed
-
-There are two options for creating VM machines with Docker installed:
-
-1. [Deploying a Linux VM to run single-server development environment using docker-machine (**Recommended for development environments**)](./docker-machine.md)
-2. [Deploying a Linux VM or Windows Server 2016 to run a single-server development environment using ARM template (**Recommended for creating testing environments**)](./plain-vm.md)
-
-If you want to create a VM for deploying images you build locally, then use the first option.
-
-If you want to create a VM to run images deployed to DockerHub (to provide some test environment) then use the second option.
\ No newline at end of file
diff --git a/deploy/az/vms/win-vm/windowsvm.json b/deploy/az/vms/win-vm/windowsvm.json
deleted file mode 100644
index 78bebdfef4..0000000000
--- a/deploy/az/vms/win-vm/windowsvm.json
+++ /dev/null
@@ -1,290 +0,0 @@
-{
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
-
- "VMName": {
- "type": "string",
- "metadata": {
- "description": "This name will also be used to prefix the network security group, storage, virtual network, network card, subnet and public IP address name."
- }
- },
-
- "adminUsername": {
- "type": "string",
- "metadata": {
- "description": "Username for the Virtual Machine."
- }
- },
-
- "adminPassword": {
- "type": "securestring",
- "metadata": {
- "description": "Password for the Virtual Machine."
- }
- },
-
- "dnsNameForPublicIP": {
- "type": "string",
- "metadata": {
- "description": "Unique DNS Name for the Public IP used to access the Virtual Machine."
- }
- },
-
- "newStorageAccountName": {
- "type": "string",
- "metadata": {
- "description": "Storage name for the Virtual Machine."
- }
- },
- "vmSize": {
- "type": "string",
- "defaultValue": "Standard_D1",
- "metadata": {
- "description": "VM Size"
- }
- }
- },
-
- "variables": {
- "newStorageAccountName": "[take(concat(parameters('newStorageAccountName'), uniqueString(resourceGroup().id)), 23)]",
- "dnsNameForPublicIP": "[concat(parameters('dnsNameForPublicIP'), uniqueString(resourceGroup().id))]",
- "windowsOSVersion": "2016-Datacenter",
- "imagePublisher": "MicrosoftWindowsServer",
- "imageOffer": "WindowsServer",
- "OSDiskName": "[concat(parameters('VMName'),'_osdisk')]",
- "nicName": "[concat(parameters('VMName'),'_nic')]",
- "addressPrefix": "10.0.0.0/16",
- "subnetName": "[concat(parameters('VMName'),'_subnet')]",
- "subnetPrefix": "10.0.0.0/24",
- "networkSecurityGroupName": "[concat(parameters('VMName'),'_nsg')]",
- "storageAccountType": "Standard_LRS",
- "publicIPAddressName": "[concat(parameters('VMName'),'_pubip')]",
- "publicIPAddressType": "Dynamic",
- "vmStorageAccountContainerName": "vhds",
- "apiVersion": "2015-05-01-preview",
- "virtualNetworkName": "[concat(parameters('VMName'),'_vnet')]",
- "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
- "subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]"
- },
- "resources": [
- {
- "type": "Microsoft.Network/networkSecurityGroups",
- "name": "[variables('networkSecurityGroupName')]",
- "apiVersion": "[variables('apiVersion')]",
- "location": "[resourceGroup().location]",
- "properties": {
- "securityRules": [
- {
- "name": "HTTP",
- "properties": {
- "description": "HTTP",
- "protocol": "Tcp",
- "sourcePortRange": "*",
- "destinationPortRange": "80",
- "sourceAddressPrefix": "*",
- "destinationAddressPrefix": "*",
- "access": "Allow",
- "priority": 100,
- "direction": "Inbound"
- }
- },
-
- {
- "name": "RDP",
- "properties": {
- "description": "RDP",
- "protocol": "Tcp",
- "sourcePortRange": "*",
- "destinationPortRange": "3389",
- "sourceAddressPrefix": "*",
- "destinationAddressPrefix": "*",
- "access": "Allow",
- "priority": 200,
- "direction": "Inbound"
- }
- },
-
- {
- "name": "Docker",
- "properties": {
- "description": "Docker",
- "protocol": "Tcp",
- "sourcePortRange": "*",
- "destinationPortRange": "2375",
- "sourceAddressPrefix": "*",
- "destinationAddressPrefix": "*",
- "access": "Allow",
- "priority": 300,
- "direction": "Inbound"
- }
- }
-
- ]
- }
- },
-
- {
- "type": "Microsoft.Storage/storageAccounts",
- "name": "[variables('newStorageAccountName')]",
- "apiVersion": "[variables('apiVersion')]",
- "location": "[resourceGroup().location]",
- "tags": {
- "displayName": "StorageAccount"
- },
- "properties": {
- "accountType": "[variables('storageAccountType')]"
- }
- },
-
- {
- "apiVersion": "[variables('apiVersion')]",
- "type": "Microsoft.Network/publicIPAddresses",
- "name": "[variables('publicIPAddressName')]",
- "location": "[resourceGroup().location]",
- "tags": {
- "displayName": "PublicIPAddress"
- },
- "properties": {
- "publicIPAllocationMethod": "[variables('publicIPAddressType')]",
- "dnsSettings": {
- "domainNameLabel": "[tolower(variables('dnsNameForPublicIP'))]"
- }
- }
- },
-
- {
- "apiVersion": "[variables('apiVersion')]",
- "type": "Microsoft.Network/virtualNetworks",
- "name": "[variables('virtualNetworkName')]",
- "location": "[resourceGroup().location]",
- "dependsOn": [
- "[concat('Microsoft.Network/networkSecurityGroups/', variables('networkSecurityGroupName'))]"
- ],
- "tags": {
- "displayName": "VirtualNetwork"
- },
- "properties": {
- "addressSpace": {
- "addressPrefixes": [
- "[variables('addressPrefix')]"
- ]
- },
- "subnets": [
- {
- "name": "[variables('subnetName')]",
- "properties": {
- "addressPrefix": "[variables('subnetPrefix')]",
- "networkSecurityGroup": {
- "id": "[resourceId('Microsoft.Network/networkSecurityGroups', variables('networkSecurityGroupName'))]"
- }
- }
- }
- ]
- }
- },
-
- {
- "apiVersion": "[variables('apiVersion')]",
- "type": "Microsoft.Network/networkInterfaces",
- "name": "[variables('nicName')]",
- "location": "[resourceGroup().location]",
- "tags": {
- "displayName": "NetworkInterface"
- },
- "dependsOn": [
- "[concat('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]",
- "[concat('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]"
- ],
- "properties": {
- "ipConfigurations": [
- {
- "name": "ipconfig1",
- "properties": {
- "privateIPAllocationMethod": "Dynamic",
- "publicIPAddress": {
- "id": "[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]"
- },
- "subnet": {
- "id": "[variables('subnetRef')]"
- }
- }
- }
- ]
- }
- },
-
- {
- "apiVersion": "[variables('apiVersion')]",
- "type": "Microsoft.Compute/virtualMachines",
- "name": "[parameters('VMName')]",
- "location": "[resourceGroup().location]",
- "tags": {
- "displayName": "VirtualMachine"
- },
- "dependsOn": [
- "[concat('Microsoft.Storage/storageAccounts/', variables('newStorageAccountName'))]",
- "[concat('Microsoft.Network/networkInterfaces/', variables('nicName'))]"
- ],
- "properties": {
- "hardwareProfile": {
- "vmSize": "[parameters('vmSize')]"
- },
- "osProfile": {
- "computername": "[parameters('VMName')]",
- "adminUsername": "[parameters('adminUsername')]",
- "adminPassword": "[parameters('adminPassword')]"
- },
- "storageProfile": {
- "imageReference": {
- "publisher": "[variables('imagePublisher')]",
- "offer": "[variables('imageOffer')]",
- "sku": "[variables('windowsOSVersion')]",
- "version": "latest"
- },
- "osDisk": {
- "name": "osdisk",
- "vhd": {
- "uri": "[concat(reference(concat('Microsoft.Storage/storageAccounts/', variables('newStorageAccountName')), variables('apiVersion')).primaryEndpoints.blob, variables('vmStorageAccountContainerName'),'/',variables('OSDiskName'),'.vhd')]"
- },
- "caching": "ReadWrite",
- "createOption": "FromImage"
- }
- },
- "networkProfile": {
- "networkInterfaces": [
- {
- "id": "[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]"
- }
- ]
- }
- },
- "resources": [
- {
- "name": "containerConfiguration",
- "type": "extensions",
- "location": "[resourceGroup().location]",
- "apiVersion": "2015-06-15",
- "dependsOn": [
- "[concat('Microsoft.Compute/virtualMachines/', parameters('VMName'))]"
- ],
- "tags": {
- "displayName": "containerConfiguration"
- },
- "properties": {
- "publisher": "Microsoft.Compute",
- "type": "CustomScriptExtension",
- "typeHandlerVersion": "1.2",
- "autoUpgradeMinorVersion": true,
- "settings": {
- "fileUris": [
- "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/windows-server-containers-preview/azure-containers.ps1"
- ],
- "commandToExecute": "[concat('powershell.exe -ExecutionPolicy Unrestricted -File azure-containers.ps1 -adminuser ',parameters('adminUsername'))]"
- }
- }
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/deploy/az/vms/win-vm/windowsvm.parameters.json b/deploy/az/vms/win-vm/windowsvm.parameters.json
deleted file mode 100644
index 7a2773a545..0000000000
--- a/deploy/az/vms/win-vm/windowsvm.parameters.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "newStorageAccountName": { "value": "eshopsrvmvstoragewin" },
- "adminUsername": { "value": "eshop" },
- "adminPassword": { "value": "Pass@word" },
- "dnsNameForPublicIP": { "value": "eshop-srv-win" },
- "VMName": {"value": "eshop-srv-win"}
-}
diff --git a/deploy/az/cosmos/deploycosmos.json b/deploy/azure/az/cosmos/deploycosmos.json
similarity index 100%
rename from deploy/az/cosmos/deploycosmos.json
rename to deploy/azure/az/cosmos/deploycosmos.json
diff --git a/deploy/az/cosmos/deploycosmos.parameters.json b/deploy/azure/az/cosmos/deploycosmos.parameters.json
similarity index 100%
rename from deploy/az/cosmos/deploycosmos.parameters.json
rename to deploy/azure/az/cosmos/deploycosmos.parameters.json
diff --git a/deploy/az/cosmos/readme.md b/deploy/azure/az/cosmos/readme.md
similarity index 100%
rename from deploy/az/cosmos/readme.md
rename to deploy/azure/az/cosmos/readme.md
diff --git a/deploy/az/create-resources.cmd b/deploy/azure/az/create-resources.cmd
similarity index 100%
rename from deploy/az/create-resources.cmd
rename to deploy/azure/az/create-resources.cmd
diff --git a/deploy/az/createresources.sh b/deploy/azure/az/createresources.sh
similarity index 100%
rename from deploy/az/createresources.sh
rename to deploy/azure/az/createresources.sh
diff --git a/deploy/az/readme.md b/deploy/azure/az/readme.md
similarity index 100%
rename from deploy/az/readme.md
rename to deploy/azure/az/readme.md
diff --git a/deploy/az/redis/readme.md b/deploy/azure/az/redis/readme.md
similarity index 100%
rename from deploy/az/redis/readme.md
rename to deploy/azure/az/redis/readme.md
diff --git a/deploy/az/redis/redisdeploy.json b/deploy/azure/az/redis/redisdeploy.json
similarity index 100%
rename from deploy/az/redis/redisdeploy.json
rename to deploy/azure/az/redis/redisdeploy.json
diff --git a/deploy/az/redis/redisdeploy.parameters.json b/deploy/azure/az/redis/redisdeploy.parameters.json
similarity index 100%
rename from deploy/az/redis/redisdeploy.parameters.json
rename to deploy/azure/az/redis/redisdeploy.parameters.json
diff --git a/deploy/az/servicebus/readme.md b/deploy/azure/az/servicebus/readme.md
similarity index 100%
rename from deploy/az/servicebus/readme.md
rename to deploy/azure/az/servicebus/readme.md
diff --git a/deploy/az/servicebus/sbusdeploy.json b/deploy/azure/az/servicebus/sbusdeploy.json
similarity index 100%
rename from deploy/az/servicebus/sbusdeploy.json
rename to deploy/azure/az/servicebus/sbusdeploy.json
diff --git a/deploy/az/servicebus/sbusdeploy.parameters.json b/deploy/azure/az/servicebus/sbusdeploy.parameters.json
similarity index 100%
rename from deploy/az/servicebus/sbusdeploy.parameters.json
rename to deploy/azure/az/servicebus/sbusdeploy.parameters.json
diff --git a/deploy/az/sql/readme.md b/deploy/azure/az/sql/readme.md
similarity index 100%
rename from deploy/az/sql/readme.md
rename to deploy/azure/az/sql/readme.md
diff --git a/deploy/az/sql/sqldeploy.json b/deploy/azure/az/sql/sqldeploy.json
similarity index 100%
rename from deploy/az/sql/sqldeploy.json
rename to deploy/azure/az/sql/sqldeploy.json
diff --git a/deploy/az/sql/sqldeploy.parameters.json b/deploy/azure/az/sql/sqldeploy.parameters.json
similarity index 100%
rename from deploy/az/sql/sqldeploy.parameters.json
rename to deploy/azure/az/sql/sqldeploy.parameters.json
diff --git a/deploy/az/storage/catalog/deploystorage.json b/deploy/azure/az/storage/catalog/deploystorage.json
similarity index 100%
rename from deploy/az/storage/catalog/deploystorage.json
rename to deploy/azure/az/storage/catalog/deploystorage.json
diff --git a/deploy/az/storage/catalog/deploystorage.parameters.json b/deploy/azure/az/storage/catalog/deploystorage.parameters.json
similarity index 100%
rename from deploy/az/storage/catalog/deploystorage.parameters.json
rename to deploy/azure/az/storage/catalog/deploystorage.parameters.json
diff --git a/deploy/az/storage/catalog/readme.md b/deploy/azure/az/storage/catalog/readme.md
similarity index 100%
rename from deploy/az/storage/catalog/readme.md
rename to deploy/azure/az/storage/catalog/readme.md
diff --git a/deploy/az/storage/marketing/deploystorage.json b/deploy/azure/az/storage/marketing/deploystorage.json
similarity index 100%
rename from deploy/az/storage/marketing/deploystorage.json
rename to deploy/azure/az/storage/marketing/deploystorage.json
diff --git a/deploy/az/storage/marketing/deploystorage.parameters.json b/deploy/azure/az/storage/marketing/deploystorage.parameters.json
similarity index 100%
rename from deploy/az/storage/marketing/deploystorage.parameters.json
rename to deploy/azure/az/storage/marketing/deploystorage.parameters.json
diff --git a/deploy/az/storage/marketing/readme.md b/deploy/azure/az/storage/marketing/readme.md
similarity index 100%
rename from deploy/az/storage/marketing/readme.md
rename to deploy/azure/az/storage/marketing/readme.md
diff --git a/deploy/readme.md b/deploy/azure/readme.md
similarity index 100%
rename from deploy/readme.md
rename to deploy/azure/readme.md
diff --git a/elk/Readme.md b/deploy/elk/Readme.md
similarity index 100%
rename from elk/Readme.md
rename to deploy/elk/Readme.md
diff --git a/elk/elasticsearch/Dockerfile b/deploy/elk/elasticsearch/Dockerfile
similarity index 100%
rename from elk/elasticsearch/Dockerfile
rename to deploy/elk/elasticsearch/Dockerfile
diff --git a/elk/elasticsearch/config/elasticsearch.yml b/deploy/elk/elasticsearch/config/elasticsearch.yml
similarity index 100%
rename from elk/elasticsearch/config/elasticsearch.yml
rename to deploy/elk/elasticsearch/config/elasticsearch.yml
diff --git a/img/elk/azure-nsg-inboundportsConfig.png b/deploy/elk/img/elk/azure-nsg-inboundportsConfig.png
similarity index 100%
rename from img/elk/azure-nsg-inboundportsConfig.png
rename to deploy/elk/img/elk/azure-nsg-inboundportsConfig.png
diff --git a/img/elk/bitnami_splash.png b/deploy/elk/img/elk/bitnami_splash.png
similarity index 100%
rename from img/elk/bitnami_splash.png
rename to deploy/elk/img/elk/bitnami_splash.png
diff --git a/img/elk/create-vm-elk-azure-last-step.png b/deploy/elk/img/elk/create-vm-elk-azure-last-step.png
similarity index 100%
rename from img/elk/create-vm-elk-azure-last-step.png
rename to deploy/elk/img/elk/create-vm-elk-azure-last-step.png
diff --git a/img/elk/create-vm-elk-azure-summary.png b/deploy/elk/img/elk/create-vm-elk-azure-summary.png
similarity index 100%
rename from img/elk/create-vm-elk-azure-summary.png
rename to deploy/elk/img/elk/create-vm-elk-azure-summary.png
diff --git a/img/elk/create-vm-elk-azure.png b/deploy/elk/img/elk/create-vm-elk-azure.png
similarity index 100%
rename from img/elk/create-vm-elk-azure.png
rename to deploy/elk/img/elk/create-vm-elk-azure.png
diff --git a/img/elk/discover-kibana.png b/deploy/elk/img/elk/discover-kibana.png
similarity index 100%
rename from img/elk/discover-kibana.png
rename to deploy/elk/img/elk/discover-kibana.png
diff --git a/img/elk/kibana_eshops_index.png b/deploy/elk/img/elk/kibana_eshops_index.png
similarity index 100%
rename from img/elk/kibana_eshops_index.png
rename to deploy/elk/img/elk/kibana_eshops_index.png
diff --git a/img/elk/kibana_result.png b/deploy/elk/img/elk/kibana_result.png
similarity index 100%
rename from img/elk/kibana_result.png
rename to deploy/elk/img/elk/kibana_result.png
diff --git a/img/elk/kibana_startup.png b/deploy/elk/img/elk/kibana_startup.png
similarity index 100%
rename from img/elk/kibana_startup.png
rename to deploy/elk/img/elk/kibana_startup.png
diff --git a/img/elk/kibana_working.png b/deploy/elk/img/elk/kibana_working.png
similarity index 100%
rename from img/elk/kibana_working.png
rename to deploy/elk/img/elk/kibana_working.png
diff --git a/elk/kibana/Dockerfile b/deploy/elk/kibana/Dockerfile
similarity index 100%
rename from elk/kibana/Dockerfile
rename to deploy/elk/kibana/Dockerfile
diff --git a/elk/kibana/config/kibana.yml b/deploy/elk/kibana/config/kibana.yml
similarity index 100%
rename from elk/kibana/config/kibana.yml
rename to deploy/elk/kibana/config/kibana.yml
diff --git a/elk/logstash/Dockerfile b/deploy/elk/logstash/Dockerfile
similarity index 100%
rename from elk/logstash/Dockerfile
rename to deploy/elk/logstash/Dockerfile
diff --git a/elk/logstash/config/logstash.yml b/deploy/elk/logstash/config/logstash.yml
similarity index 100%
rename from elk/logstash/config/logstash.yml
rename to deploy/elk/logstash/config/logstash.yml
diff --git a/elk/logstash/pipeline/logstash.conf b/deploy/elk/logstash/pipeline/logstash.conf
similarity index 100%
rename from elk/logstash/pipeline/logstash.conf
rename to deploy/elk/logstash/pipeline/logstash.conf
diff --git a/deploy/k8s/README.md b/deploy/k8s/README.md
new file mode 100644
index 0000000000..3e464c3d15
--- /dev/null
+++ b/deploy/k8s/README.md
@@ -0,0 +1,8 @@
+# Kubernetes deployment
+
+This folder contains the files required to deploy eShopOnContainers to a Kubernetes cluster.
+
+For more information see the following articles in the [wiki](https://github.com/dotnet-architecture/eShopOnContainers/wiki):
+
+- [Deploy to Local Kubernetes](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Deploy-to-Local-Kubernetes)
+- [Deploy to Azure Kubernetes Service (AKS)](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Deploy-to-Azure-Kubernetes-Service-(AKS))
diff --git a/deploy/k8s/create-aks.ps1 b/deploy/k8s/create-aks.ps1
new file mode 100644
index 0000000000..327f5fd6bf
--- /dev/null
+++ b/deploy/k8s/create-aks.ps1
@@ -0,0 +1,50 @@
+Param(
+ [parameter(Mandatory=$true)][string]$resourceGroupName,
+ [parameter(Mandatory=$true)][string]$location,
+ [parameter(Mandatory=$true)][string]$serviceName,
+ [parameter(Mandatory=$true)][string]$dnsNamePrefix,
+ [parameter(Mandatory=$false)][string]$registryName,
+ [parameter(Mandatory=$true)][bool]$createAcr=$true,
+ [parameter(Mandatory=$false)][int]$nodeCount=3,
+ [parameter(Mandatory=$false)][string]$nodeVMSize="Standard_D2_v2",
+ [parameter(Mandatory=$false)][bool]$enableHttpApplicationAddon=$true,
+ [parameter(Mandatory=$false)][bool]$enableAzureMonitoring=$false,
+ [parameter(Mandatory=$false)][ValidateSet("VirtualMachineScaleSets","AvailabilitySet",IgnoreCase=$true)]$vmSetType="VirtualMachineScaleSets"
+)
+
+# Create resource group
+Write-Host "Creating Azure Resource Group..." -ForegroundColor Yellow
+az group create --name=$resourceGroupName --location=$location
+
+if ($createAcr -eq $true) {
+ # Create Azure Container Registry
+ if ([string]::IsNullOrEmpty($registryName)) {
+ $registryName=$serviceName
+ }
+ Write-Host "Creating Azure Container Registry named $registryName" -ForegroundColor Yellow
+ az acr create -n $registryName -g $resourceGroupName -l $location --admin-enabled true --sku Basic
+}
+
+# Create kubernetes cluster in AKS
+Write-Host "Creating AKS $resourceGroupName/$serviceName" -ForegroundColor Yellow
+az aks create --resource-group=$resourceGroupName --name=$serviceName --dns-name-prefix=$dnsNamePrefix --generate-ssh-keys --node-count=$nodeCount --node-vm-size=$nodeVMSize --vm-set-type $vmSetType
+
+if ($enableHttpApplicationAddon) {
+ Write-Host "Enabling Http Applciation Routing in AKS $serviceName" -ForegroundColor Yellow
+ az aks enable-addons --resource-group $resourceGroupName --name $serviceName --addons http_application_routing
+}
+
+if ($enableAzureMonitoring) {
+ Write-Host "Enabling Azure Monitoring in AKS $serviceName" -ForegroundColor Yellow
+ az aks enable-addons --resource-group $resourceGroupName --name $serviceName --addons monitoring
+}
+
+# Retrieve kubernetes cluster configuration and save it under ~/.kube/config
+Write-Host "Getting Kubernetes config..." -ForegroundColor Yellow
+az aks get-credentials --resource-group=$resourceGroupName --name=$serviceName
+
+if ($createAcr -eq $true) {
+ # Show ACR credentials
+ Write-Host "ACR $registryName credentials:" -ForegroundColor Yellow
+ az acr credential show -n $registryName
+}
diff --git a/deploy/k8s/deploy-ingress-dockerlocal.ps1 b/deploy/k8s/deploy-ingress-dockerlocal.ps1
new file mode 100644
index 0000000000..43bf5704df
--- /dev/null
+++ b/deploy/k8s/deploy-ingress-dockerlocal.ps1
@@ -0,0 +1,2 @@
+kubectl apply -f nginx-ingress\cm.yaml
+kubectl apply -f nginx-ingress\cloud-generic.yaml
diff --git a/k8s/deploy-ingress.ps1 b/deploy/k8s/deploy-ingress.ps1
similarity index 96%
rename from k8s/deploy-ingress.ps1
rename to deploy/k8s/deploy-ingress.ps1
index 37abcbee20..5949867454 100644
--- a/k8s/deploy-ingress.ps1
+++ b/deploy/k8s/deploy-ingress.ps1
@@ -1,5 +1,2 @@
# Deploy nginx-ingress core files
kubectl apply -f nginx-ingress\mandatory.yaml
-
-
-
diff --git a/k8s/helm-rbac.yaml b/deploy/k8s/helm-rbac.yaml
similarity index 100%
rename from k8s/helm-rbac.yaml
rename to deploy/k8s/helm-rbac.yaml
diff --git a/k8s/helm/aks-httpaddon-cfg.yaml b/deploy/k8s/helm/aks-httpaddon-cfg.yaml
similarity index 100%
rename from k8s/helm/aks-httpaddon-cfg.yaml
rename to deploy/k8s/helm/aks-httpaddon-cfg.yaml
diff --git a/k8s/helm/apigwmm/.helmignore b/deploy/k8s/helm/apigwmm/.helmignore
similarity index 100%
rename from k8s/helm/apigwmm/.helmignore
rename to deploy/k8s/helm/apigwmm/.helmignore
diff --git a/k8s/helm/apigwmm/Chart.yaml b/deploy/k8s/helm/apigwmm/Chart.yaml
similarity index 100%
rename from k8s/helm/apigwmm/Chart.yaml
rename to deploy/k8s/helm/apigwmm/Chart.yaml
diff --git a/deploy/k8s/helm/apigwmm/envoy.yaml b/deploy/k8s/helm/apigwmm/envoy.yaml
new file mode 100644
index 0000000000..54b1afa060
--- /dev/null
+++ b/deploy/k8s/helm/apigwmm/envoy.yaml
@@ -0,0 +1,75 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "m-short"
+ match:
+ prefix: "/m/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/marketing-api/"
+ cluster: marketing
+ - name: "m-long"
+ match:
+ prefix: "/marketing-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: marketing
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: marketing
+ connect_timeout: 0.25s
+ type: logical_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: marketing-api
+ port_value: 80
+ - name: locations
+ connect_timeout: 0.25s
+ type: logical_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: locations-api
+ port_value: 80
diff --git a/k8s/helm/apigwmm/templates/NOTES.txt b/deploy/k8s/helm/apigwmm/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/apigwmm/templates/NOTES.txt
rename to deploy/k8s/helm/apigwmm/templates/NOTES.txt
diff --git a/k8s/helm/apigwmm/templates/_helpers.tpl b/deploy/k8s/helm/apigwmm/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/apigwmm/templates/_helpers.tpl
rename to deploy/k8s/helm/apigwmm/templates/_helpers.tpl
diff --git a/k8s/helm/apigwmm/templates/_names.tpl b/deploy/k8s/helm/apigwmm/templates/_names.tpl
similarity index 100%
rename from k8s/helm/apigwmm/templates/_names.tpl
rename to deploy/k8s/helm/apigwmm/templates/_names.tpl
diff --git a/k8s/helm/apigwmm/templates/deployment.yaml b/deploy/k8s/helm/apigwmm/templates/deployment.yaml
similarity index 86%
rename from k8s/helm/apigwmm/templates/deployment.yaml
rename to deploy/k8s/helm/apigwmm/templates/deployment.yaml
index c9abb0b627..f93706bb97 100644
--- a/k8s/helm/apigwmm/templates/deployment.yaml
+++ b/deploy/k8s/helm/apigwmm/templates/deployment.yaml
@@ -1,6 +1,6 @@
{{- $name := include "apigwmm.fullname" . -}}
{{- $cfgname := printf "%s-%s" "cfg" $name -}}
-{{- $ocelotcfgname := printf "%s-%s" "ocelot" $name -}}
+{{- $envoycfgname := printf "%s-%s" "envoy" $name -}}
apiVersion: apps/v1beta2
kind: Deployment
metadata:
@@ -22,6 +22,10 @@ spec:
labels:
app: {{ template "apigwmm.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -30,10 +34,10 @@ spec:
volumes:
- name: config
configMap:
- name: {{ $ocelotcfgname }}
+ name: {{ $envoycfgname }}
items:
- - key: configuration-mobile-marketing.json
- path: configuration.json
+ - key: envoy.yaml
+ path: envoy.yaml
containers:
- name: {{ .Chart.Name }}
{{ if .Values.probes -}}
@@ -58,10 +62,10 @@ spec:
{{- end -}}
{{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"
- imagePullPolicy: {{ .Values.image.pullPolicy }}
+ imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
- mountPath: {{ .Values.ocelot.configPath }}
+ mountPath: {{ .Values.envoy.configPath }}
env:
- name: PATH_BASE
value: {{ include "pathBase" . }}
@@ -86,6 +90,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: admin
+ containerPort: 8001
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/apigwmm/templates/ocelot-cm.yaml b/deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml
similarity index 70%
rename from k8s/helm/apigwmm/templates/ocelot-cm.yaml
rename to deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml
index c7c20ce064..71728d084c 100644
--- a/k8s/helm/apigwmm/templates/ocelot-cm.yaml
+++ b/deploy/k8s/helm/apigwmm/templates/envoy-cm.yaml
@@ -3,12 +3,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: "ocelot-{{ $name }}"
+ name: "envoy-{{ $name }}"
labels:
app: {{ template "apigwmm.name" . }}
chart: {{ template "apigwmm.chart" .}}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
- {{ (.Files.Glob "configuration-mobile-marketing.json").AsConfig | indent 2 }}
+ {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
diff --git a/k8s/helm/apigwmm/templates/ingress.yaml b/deploy/k8s/helm/apigwmm/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/apigwmm/templates/ingress.yaml
rename to deploy/k8s/helm/apigwmm/templates/ingress.yaml
index 290aac0b30..9322524009 100644
--- a/k8s/helm/apigwmm/templates/ingress.yaml
+++ b/deploy/k8s/helm/apigwmm/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/apigwmm/templates/service.yaml b/deploy/k8s/helm/apigwmm/templates/service.yaml
similarity index 81%
rename from k8s/helm/apigwmm/templates/service.yaml
rename to deploy/k8s/helm/apigwmm/templates/service.yaml
index dac59b23a8..286277c7d6 100644
--- a/k8s/helm/apigwmm/templates/service.yaml
+++ b/deploy/k8s/helm/apigwmm/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.adminPort }}
+ targetPort: admin
+ protocol: TCP
+ name: admin
selector:
app: {{ template "apigwmm.name" . }}
release: {{ .Release.Name }}
diff --git a/deploy/k8s/helm/apigwmm/values.yaml b/deploy/k8s/helm/apigwmm/values.yaml
new file mode 100644
index 0000000000..21f12f27ac
--- /dev/null
+++ b/deploy/k8s/helm/apigwmm/values.yaml
@@ -0,0 +1,45 @@
+replicaCount: 1
+clusterName: eshop-aks
+pathBase: /mobilemarketingapigw
+
+image:
+ repository: envoyproxy/envoy
+ tag: v1.11.1
+
+service:
+ type: ClusterIP
+ port: 80
+ adminPort: 8001
+
+ingress:
+ enabled: true
+ annotations:
+ nginx.ingress.kubernetes.io/rewrite-target: "/"
+ ingress.kubernetes.io/rewrite-target: "/"
+ tls: []
+
+resources: {}
+
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+env: {}
+
+envoy:
+ configPath: /etc/envoy
+
+probes:
+ liveness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 15
+ port: 8001
+ readiness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 60
+ port: 8001
\ No newline at end of file
diff --git a/k8s/helm/apigwms/.helmignore b/deploy/k8s/helm/apigwms/.helmignore
similarity index 100%
rename from k8s/helm/apigwms/.helmignore
rename to deploy/k8s/helm/apigwms/.helmignore
diff --git a/k8s/helm/apigwms/Chart.yaml b/deploy/k8s/helm/apigwms/Chart.yaml
similarity index 100%
rename from k8s/helm/apigwms/Chart.yaml
rename to deploy/k8s/helm/apigwms/Chart.yaml
diff --git a/deploy/k8s/helm/apigwms/envoy.yaml b/deploy/k8s/helm/apigwms/envoy.yaml
new file mode 100644
index 0000000000..373806b06e
--- /dev/null
+++ b/deploy/k8s/helm/apigwms/envoy.yaml
@@ -0,0 +1,124 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "c-short"
+ match:
+ prefix: "/c/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/catalog-api/"
+ cluster: catalog
+ - name: "c-long"
+ match:
+ prefix: "/catalog-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: catalog
+ - name: "o-short"
+ match:
+ prefix: "/o/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/ordering-api/"
+ cluster: ordering
+ - name: "o-long"
+ match:
+ prefix: "/ordering-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: ordering
+ - name: "b-short"
+ match:
+ prefix: "/b/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/basket-api/"
+ cluster: basket
+ - name: "b-long"
+ match:
+ prefix: "/basket-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: basket
+ - name: "agg"
+ match:
+ prefix: "/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/"
+ cluster: shoppingagg
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: shoppingagg
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: webshoppingagg
+ port_value: 80
+ - name: catalog
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: catalog-api
+ port_value: 80
+ - name: basket
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: basket-api
+ port_value: 80
+ - name: ordering
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: ordering-api
+ port_value: 80
\ No newline at end of file
diff --git a/k8s/helm/apigwms/templates/NOTES.txt b/deploy/k8s/helm/apigwms/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/apigwms/templates/NOTES.txt
rename to deploy/k8s/helm/apigwms/templates/NOTES.txt
diff --git a/k8s/helm/apigwms/templates/_helpers.tpl b/deploy/k8s/helm/apigwms/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/apigwms/templates/_helpers.tpl
rename to deploy/k8s/helm/apigwms/templates/_helpers.tpl
diff --git a/k8s/helm/apigwms/templates/_names.tpl b/deploy/k8s/helm/apigwms/templates/_names.tpl
similarity index 100%
rename from k8s/helm/apigwms/templates/_names.tpl
rename to deploy/k8s/helm/apigwms/templates/_names.tpl
diff --git a/k8s/helm/apigwms/templates/deployment.yaml b/deploy/k8s/helm/apigwms/templates/deployment.yaml
similarity index 86%
rename from k8s/helm/apigwms/templates/deployment.yaml
rename to deploy/k8s/helm/apigwms/templates/deployment.yaml
index b22922f896..2c5703103e 100644
--- a/k8s/helm/apigwms/templates/deployment.yaml
+++ b/deploy/k8s/helm/apigwms/templates/deployment.yaml
@@ -1,6 +1,6 @@
{{- $name := include "apigwms.fullname" . -}}
{{- $cfgname := printf "%s-%s" "cfg" $name -}}
-{{- $ocelotcfgname := printf "%s-%s" "ocelot" $name -}}
+{{- $envoycfgname := printf "%s-%s" "envoy" $name -}}
apiVersion: apps/v1beta2
kind: Deployment
metadata:
@@ -22,6 +22,10 @@ spec:
labels:
app: {{ template "apigwms.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -30,10 +34,10 @@ spec:
volumes:
- name: config
configMap:
- name: {{ $ocelotcfgname }}
+ name: {{ $envoycfgname }}
items:
- - key: configuration-mobile-shopping.json
- path: configuration.json
+ - key: envoy.yaml
+ path: envoy.yaml
containers:
- name: {{ .Chart.Name }}
{{ if .Values.probes -}}
@@ -58,10 +62,10 @@ spec:
{{- end -}}
{{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"
- imagePullPolicy: {{ .Values.image.pullPolicy }}
+ imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
- mountPath: {{ .Values.ocelot.configPath }}
+ mountPath: {{ .Values.envoy.configPath }}
env:
- name: PATH_BASE
value: {{ include "pathBase" . }}
@@ -86,6 +90,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: admin
+ containerPort: 8001
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/apigwms/templates/ocelot-cm.yaml b/deploy/k8s/helm/apigwms/templates/envoy-cm.yaml
similarity index 70%
rename from k8s/helm/apigwms/templates/ocelot-cm.yaml
rename to deploy/k8s/helm/apigwms/templates/envoy-cm.yaml
index 5f92ca409c..76da5832b9 100644
--- a/k8s/helm/apigwms/templates/ocelot-cm.yaml
+++ b/deploy/k8s/helm/apigwms/templates/envoy-cm.yaml
@@ -3,12 +3,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: "ocelot-{{ $name }}"
+ name: "envoy-{{ $name }}"
labels:
app: {{ template "apigwms.name" . }}
chart: {{ template "apigwms.chart" .}}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
- {{ (.Files.Glob "configuration-mobile-shopping.json").AsConfig | indent 2 }}
+ {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
diff --git a/k8s/helm/apigwms/templates/ingress.yaml b/deploy/k8s/helm/apigwms/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/apigwms/templates/ingress.yaml
rename to deploy/k8s/helm/apigwms/templates/ingress.yaml
index e93ddc2c68..5efb36868a 100644
--- a/k8s/helm/apigwms/templates/ingress.yaml
+++ b/deploy/k8s/helm/apigwms/templates/ingress.yaml
@@ -15,6 +15,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/apigwms/templates/service.yaml b/deploy/k8s/helm/apigwms/templates/service.yaml
similarity index 81%
rename from k8s/helm/apigwms/templates/service.yaml
rename to deploy/k8s/helm/apigwms/templates/service.yaml
index 2a37d3c14e..aa087d4286 100644
--- a/k8s/helm/apigwms/templates/service.yaml
+++ b/deploy/k8s/helm/apigwms/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.adminPort }}
+ targetPort: admin
+ protocol: TCP
+ name: admin
selector:
app: {{ template "apigwms.name" . }}
release: {{ .Release.Name }}
diff --git a/deploy/k8s/helm/apigwms/values.yaml b/deploy/k8s/helm/apigwms/values.yaml
new file mode 100644
index 0000000000..4a92d85e91
--- /dev/null
+++ b/deploy/k8s/helm/apigwms/values.yaml
@@ -0,0 +1,45 @@
+replicaCount: 1
+clusterName: eshop-aks
+pathBase: /mobileshoppingapigw
+
+image:
+ repository: envoyproxy/envoy
+ tag: v1.11.1
+
+service:
+ type: ClusterIP
+ port: 80
+ adminPort: 8001
+
+ingress:
+ enabled: true
+ annotations:
+ nginx.ingress.kubernetes.io/rewrite-target: "/"
+ ingress.kubernetes.io/rewrite-target: "/"
+ tls: []
+
+resources: {}
+
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+env: {}
+
+envoy:
+ configPath: /etc/envoy
+
+probes:
+ liveness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 15
+ port: 8001
+ readiness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 60
+ port: 8001
\ No newline at end of file
diff --git a/k8s/helm/apigwwm/.helmignore b/deploy/k8s/helm/apigwwm/.helmignore
similarity index 100%
rename from k8s/helm/apigwwm/.helmignore
rename to deploy/k8s/helm/apigwwm/.helmignore
diff --git a/k8s/helm/apigwwm/Chart.yaml b/deploy/k8s/helm/apigwwm/Chart.yaml
similarity index 100%
rename from k8s/helm/apigwwm/Chart.yaml
rename to deploy/k8s/helm/apigwwm/Chart.yaml
diff --git a/deploy/k8s/helm/apigwwm/envoy.yaml b/deploy/k8s/helm/apigwwm/envoy.yaml
new file mode 100644
index 0000000000..c6f3421de4
--- /dev/null
+++ b/deploy/k8s/helm/apigwwm/envoy.yaml
@@ -0,0 +1,75 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "m-short"
+ match:
+ prefix: "/m/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/marketing-api/"
+ cluster: marketing
+ - name: "m-long"
+ match:
+ prefix: "/marketing-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: marketing
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: marketing
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: marketing-api
+ port_value: 80
+ - name: locations
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: locations-api
+ port_value: 80
diff --git a/k8s/helm/apigwwm/templates/NOTES.txt b/deploy/k8s/helm/apigwwm/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/apigwwm/templates/NOTES.txt
rename to deploy/k8s/helm/apigwwm/templates/NOTES.txt
diff --git a/k8s/helm/apigwwm/templates/_helpers.tpl b/deploy/k8s/helm/apigwwm/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/apigwwm/templates/_helpers.tpl
rename to deploy/k8s/helm/apigwwm/templates/_helpers.tpl
diff --git a/k8s/helm/apigwwm/templates/_names.tpl b/deploy/k8s/helm/apigwwm/templates/_names.tpl
similarity index 100%
rename from k8s/helm/apigwwm/templates/_names.tpl
rename to deploy/k8s/helm/apigwwm/templates/_names.tpl
diff --git a/k8s/helm/apigwwm/templates/deployment.yaml b/deploy/k8s/helm/apigwwm/templates/deployment.yaml
similarity index 86%
rename from k8s/helm/apigwwm/templates/deployment.yaml
rename to deploy/k8s/helm/apigwwm/templates/deployment.yaml
index d1f39ab6c8..6ceb1fa1bf 100644
--- a/k8s/helm/apigwwm/templates/deployment.yaml
+++ b/deploy/k8s/helm/apigwwm/templates/deployment.yaml
@@ -1,6 +1,6 @@
{{- $name := include "apigwwm.fullname" . -}}
{{- $cfgname := printf "%s-%s" "cfg" $name -}}
-{{- $ocelotcfgname := printf "%s-%s" "ocelot" $name -}}
+{{- $envoycfgname := printf "%s-%s" "envoy" $name -}}
apiVersion: apps/v1beta2
kind: Deployment
metadata:
@@ -22,6 +22,10 @@ spec:
labels:
app: {{ template "apigwwm.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -30,10 +34,10 @@ spec:
volumes:
- name: config
configMap:
- name: {{ $ocelotcfgname }}
+ name: {{ $envoycfgname }}
items:
- - key: configuration-web-marketing.json
- path: configuration.json
+ - key: envoy.yaml
+ path: envoy.yaml
containers:
- name: {{ .Chart.Name }}
{{ if .Values.probes -}}
@@ -58,10 +62,10 @@ spec:
{{- end -}}
{{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"
- imagePullPolicy: {{ .Values.image.pullPolicy }}
+ imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
- mountPath: {{ .Values.ocelot.configPath }}
+ mountPath: {{ .Values.envoy.configPath }}
env:
- name: PATH_BASE
value: {{ include "pathBase" . }}
@@ -86,6 +90,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: admin
+ containerPort: 8001
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/apigwwm/templates/ocelot-cm.yaml b/deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml
similarity index 70%
rename from k8s/helm/apigwwm/templates/ocelot-cm.yaml
rename to deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml
index 3de28b1a16..4d6307e36f 100644
--- a/k8s/helm/apigwwm/templates/ocelot-cm.yaml
+++ b/deploy/k8s/helm/apigwwm/templates/envoy-cm.yaml
@@ -3,12 +3,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: "ocelot-{{ $name }}"
+ name: "envoy-{{ $name }}"
labels:
app: {{ template "apigwwm.name" . }}
chart: {{ template "apigwwm.chart" .}}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
- {{ (.Files.Glob "configuration-web-marketing.json").AsConfig | indent 2 -}}
+ {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 -}}
diff --git a/k8s/helm/apigwwm/templates/ingress.yaml b/deploy/k8s/helm/apigwwm/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/apigwwm/templates/ingress.yaml
rename to deploy/k8s/helm/apigwwm/templates/ingress.yaml
index 297fea52b8..708488f3c8 100644
--- a/k8s/helm/apigwwm/templates/ingress.yaml
+++ b/deploy/k8s/helm/apigwwm/templates/ingress.yaml
@@ -15,6 +15,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/apigwwm/templates/service.yaml b/deploy/k8s/helm/apigwwm/templates/service.yaml
similarity index 81%
rename from k8s/helm/apigwwm/templates/service.yaml
rename to deploy/k8s/helm/apigwwm/templates/service.yaml
index 0ee3c4fb0a..cb11cc6653 100644
--- a/k8s/helm/apigwwm/templates/service.yaml
+++ b/deploy/k8s/helm/apigwwm/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.adminPort }}
+ targetPort: admin
+ protocol: TCP
+ name: admin
selector:
app: {{ template "apigwwm.name" . }}
release: {{ .Release.Name }}
diff --git a/deploy/k8s/helm/apigwwm/values.yaml b/deploy/k8s/helm/apigwwm/values.yaml
new file mode 100644
index 0000000000..d866c2d3c7
--- /dev/null
+++ b/deploy/k8s/helm/apigwwm/values.yaml
@@ -0,0 +1,46 @@
+replicaCount: 1
+clusterName: eshop-aks
+pathBase: /webmarketingapigw
+
+image:
+ repository: envoyproxy/envoy
+ tag: v1.11.1
+
+service:
+ type: ClusterIP
+ port: 80
+ adminPort: 8001
+
+ingress:
+ enabled: true
+ annotations:
+ nginx.ingress.kubernetes.io/rewrite-target: "/"
+ ingress.kubernetes.io/rewrite-target: "/"
+ tls: []
+
+resources: {}
+
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+# env defines the environment variables that will be declared in the pod
+env: {}
+
+envoy:
+ configPath: /etc/envoy
+
+probes:
+ liveness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 15
+ port: 8001
+ readiness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 60
+ port: 8001
\ No newline at end of file
diff --git a/k8s/helm/apigwws/.helmignore b/deploy/k8s/helm/apigwws/.helmignore
similarity index 100%
rename from k8s/helm/apigwws/.helmignore
rename to deploy/k8s/helm/apigwws/.helmignore
diff --git a/k8s/helm/apigwws/Chart.yaml b/deploy/k8s/helm/apigwws/Chart.yaml
similarity index 100%
rename from k8s/helm/apigwws/Chart.yaml
rename to deploy/k8s/helm/apigwws/Chart.yaml
diff --git a/deploy/k8s/helm/apigwws/envoy.yaml b/deploy/k8s/helm/apigwws/envoy.yaml
new file mode 100644
index 0000000000..1491f37af2
--- /dev/null
+++ b/deploy/k8s/helm/apigwws/envoy.yaml
@@ -0,0 +1,124 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "c-short"
+ match:
+ prefix: "/c/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/catalog-api/"
+ cluster: catalog
+ - name: "c-long"
+ match:
+ prefix: "/catalog-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: catalog
+ - name: "o-short"
+ match:
+ prefix: "/o/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/ordering-api/"
+ cluster: ordering
+ - name: "o-long"
+ match:
+ prefix: "/ordering-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: ordering
+ - name: "b-short"
+ match:
+ prefix: "/b/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/basket-api/"
+ cluster: basket
+ - name: "b-long"
+ match:
+ prefix: "/basket-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: basket
+ - name: "agg"
+ match:
+ prefix: "/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/"
+ cluster: shoppingagg
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: shoppingagg
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: webshoppingagg
+ port_value: 80
+ - name: catalog
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: catalog-api
+ port_value: 80
+ - name: basket
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: basket-api
+ port_value: 80
+ - name: ordering
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: ordering-api
+ port_value: 80
\ No newline at end of file
diff --git a/k8s/helm/apigwws/templates/NOTES.txt b/deploy/k8s/helm/apigwws/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/apigwws/templates/NOTES.txt
rename to deploy/k8s/helm/apigwws/templates/NOTES.txt
diff --git a/k8s/helm/apigwws/templates/_helpers.tpl b/deploy/k8s/helm/apigwws/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/apigwws/templates/_helpers.tpl
rename to deploy/k8s/helm/apigwws/templates/_helpers.tpl
diff --git a/k8s/helm/apigwws/templates/_names.tpl b/deploy/k8s/helm/apigwws/templates/_names.tpl
similarity index 100%
rename from k8s/helm/apigwws/templates/_names.tpl
rename to deploy/k8s/helm/apigwws/templates/_names.tpl
diff --git a/k8s/helm/apigwws/templates/deployment.yaml b/deploy/k8s/helm/apigwws/templates/deployment.yaml
similarity index 88%
rename from k8s/helm/apigwws/templates/deployment.yaml
rename to deploy/k8s/helm/apigwws/templates/deployment.yaml
index 327eb50b77..3aedde6dd1 100644
--- a/k8s/helm/apigwws/templates/deployment.yaml
+++ b/deploy/k8s/helm/apigwws/templates/deployment.yaml
@@ -1,6 +1,6 @@
{{- $name := include "apigwws.fullname" . -}}
{{- $cfgname := printf "%s-%s" "cfg" $name -}}
-{{- $ocelotcfgname := printf "%s-%s" "ocelot" $name -}}
+{{- $envoycfgname := printf "%s-%s" "envoy" $name -}}
apiVersion: apps/v1beta2
kind: Deployment
metadata:
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "apigwws.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -29,10 +33,10 @@ spec:
volumes:
- name: config
configMap:
- name: {{ $ocelotcfgname }}
+ name: {{ $envoycfgname }}
items:
- - key: configuration-web-shopping.json
- path: configuration.json
+ - key: envoy.yaml
+ path: envoy.yaml
containers:
- name: {{ .Chart.Name }}
{{ if .Values.probes -}}
@@ -60,7 +64,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:
- name: config
- mountPath: {{ .Values.ocelot.configPath }}
+ mountPath: {{ .Values.envoy.configPath }}
env:
- name: PATH_BASE
value: {{ include "pathBase" . }}
@@ -85,6 +89,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: admin
+ containerPort: 8001
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/apigwws/templates/ocelot-cm.yaml b/deploy/k8s/helm/apigwws/templates/envoy-cm.yaml
similarity index 71%
rename from k8s/helm/apigwws/templates/ocelot-cm.yaml
rename to deploy/k8s/helm/apigwws/templates/envoy-cm.yaml
index 39b27f29a1..6d41bd2e21 100644
--- a/k8s/helm/apigwws/templates/ocelot-cm.yaml
+++ b/deploy/k8s/helm/apigwws/templates/envoy-cm.yaml
@@ -3,12 +3,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: "ocelot-{{ $name }}"
+ name: "envoy-{{ $name }}"
labels:
app: {{ template "apigwws.name" . }}
chart: {{ template "apigwws.chart" .}}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
- {{ (.Files.Glob "configuration-web-shopping.json").AsConfig | indent 2 }}
+ {{ (.Files.Glob "envoy.yaml").AsConfig | indent 2 }}
diff --git a/k8s/helm/apigwws/templates/ingress.yaml b/deploy/k8s/helm/apigwws/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/apigwws/templates/ingress.yaml
rename to deploy/k8s/helm/apigwws/templates/ingress.yaml
index 8bd2cfc6d1..b536f2dc91 100644
--- a/k8s/helm/apigwws/templates/ingress.yaml
+++ b/deploy/k8s/helm/apigwws/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/apigwws/templates/service.yaml b/deploy/k8s/helm/apigwws/templates/service.yaml
similarity index 82%
rename from k8s/helm/apigwws/templates/service.yaml
rename to deploy/k8s/helm/apigwws/templates/service.yaml
index 5d74c2ad0a..55f6daf3f6 100644
--- a/k8s/helm/apigwws/templates/service.yaml
+++ b/deploy/k8s/helm/apigwws/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.adminPort }}
+ targetPort: admin
+ protocol: TCP
+ name: admin
selector:
app: {{ template "apigwws.name" . }}
release: {{ .Release.Name }}
diff --git a/deploy/k8s/helm/apigwws/values.yaml b/deploy/k8s/helm/apigwws/values.yaml
new file mode 100644
index 0000000000..fb1182dacd
--- /dev/null
+++ b/deploy/k8s/helm/apigwws/values.yaml
@@ -0,0 +1,46 @@
+replicaCount: 1
+clusterName: eshop-aks
+pathBase: /webshoppingapigw
+
+image:
+ repository: envoyproxy/envoy
+ tag: v1.11.1
+
+service:
+ type: ClusterIP
+ port: 80
+ adminPort: 8001
+
+ingress:
+ enabled: true
+ annotations:
+ nginx.ingress.kubernetes.io/rewrite-target: "/"
+ ingress.kubernetes.io/rewrite-target: "/"
+ tls: []
+
+resources: {}
+
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+# env defines the environment variables that will be declared in the pod
+env: {}
+
+envoy:
+ configPath: /etc/envoy
+
+probes:
+ liveness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 15
+ port: 8001
+ readiness:
+ path: /ready
+ initialDelaySeconds: 5
+ periodSeconds: 60
+ port: 8001
\ No newline at end of file
diff --git a/deploy/k8s/helm/app.yaml b/deploy/k8s/helm/app.yaml
new file mode 100644
index 0000000000..e83ea28232
--- /dev/null
+++ b/deploy/k8s/helm/app.yaml
@@ -0,0 +1,46 @@
+# This helm values file defines app-based settings
+# Charts use those values, so this file **MUST** be included in all chart releases
+
+app: # app global settings
+ name: "my-eshop" # Override for custom app name
+ ingress: # ingress related settings
+ entries:
+ basket: basket-api # ingress entry for basket api
+ catalog: catalog-api # ingress entry for catalog api
+ ordering: ordering-api # ingress entry for ordering api
+ identity: identity # ingress entry for identity api
+ mvc: webmvc # ingress entry for web mvc
+ spa: "" # ingress entry for web spa
+ status: webstatus # ingress entry for web status
+ webshoppingapigw: webshoppingapigw # ingress entry for web shopping Agw
+ webmarketingapigw: webmarketingapigw # ingress entry for web mkg Agw
+ mobilemarketingapigw: mobilemarketingapigw # ingress entry for mobile mkg Agw
+ mobileshoppingapigw: mobileshoppingapigw # ingress entry for mobile shopping Agw
+ webshoppingagg: webshoppingagg # ingress entry for web shopping aggregator
+ mobileshoppingagg: mobileshoppingagg # ingress entry for mobile shopping aggregator
+ payment: payment-api # ingress entry for payment api
+ locations: locations-api # ingress entry for locations api
+ marketing: marketing-api # ingress entry for marketing api
+ webhooks: webhooks-api # ingress entry for webhooks api
+ webhooksweb: webhooks-web # ingress entry for webhooks web demo client
+ svc:
+ basket: basket-api # service name for basket api
+ catalog: catalog-api # service name for catalog api
+ ordering: ordering-api # service name for ordering api
+ orderingbackgroundtasks: ordering-backgroundtasks # service name for orderingbackgroundtasks
+ orderingsignalrhub: ordering-signalrhub # service name for orderingsignalrhub
+ identity: identity-api # service name for identity api
+ mvc: webmvc # service name for web mvc
+ spa: webspa # service name for web spa
+ status: webstatus # service name for web status
+ webshoppingapigw: webshoppingapigw # service name for web shopping Agw
+ webmarketingapigw: webmarketingapigw # service name for web mkg Agw
+ mobilemarketingapigw: mobilemarketingapigw # service name for mobile mkg Agw
+ mobileshoppingapigw: mobileshoppingapigw # service name for mobile shopping Agw
+ webshoppingagg: webshoppingagg # service name for web shopping aggregator
+ mobileshoppingagg: mobileshoppingagg # service name for mobile shopping aggregator
+ payment: payment-api # service name for payment api
+ locations: locations-api # service name for locations api
+ marketing: marketing-api # service name for marketing ap
+ webhooks: webhooks-api # service name for webhooks api
+ webhooksweb: webhooks-client # service name for webhooks web
diff --git a/k8s/helm/basket-api/.helmignore b/deploy/k8s/helm/basket-api/.helmignore
similarity index 100%
rename from k8s/helm/basket-api/.helmignore
rename to deploy/k8s/helm/basket-api/.helmignore
diff --git a/k8s/helm/basket-api/Chart.yaml b/deploy/k8s/helm/basket-api/Chart.yaml
similarity index 100%
rename from k8s/helm/basket-api/Chart.yaml
rename to deploy/k8s/helm/basket-api/Chart.yaml
diff --git a/k8s/helm/basket-api/templates/NOTES.txt b/deploy/k8s/helm/basket-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/basket-api/templates/NOTES.txt
rename to deploy/k8s/helm/basket-api/templates/NOTES.txt
diff --git a/k8s/helm/basket-api/templates/_helpers.tpl b/deploy/k8s/helm/basket-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/basket-api/templates/_helpers.tpl
rename to deploy/k8s/helm/basket-api/templates/_helpers.tpl
diff --git a/k8s/helm/basket-api/templates/_names.tpl b/deploy/k8s/helm/basket-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/basket-api/templates/_names.tpl
rename to deploy/k8s/helm/basket-api/templates/_names.tpl
diff --git a/k8s/helm/basket-api/templates/configmap.yaml b/deploy/k8s/helm/basket-api/templates/configmap.yaml
similarity index 82%
rename from k8s/helm/basket-api/templates/configmap.yaml
rename to deploy/k8s/helm/basket-api/templates/configmap.yaml
index 911318fc18..2de0e28c79 100644
--- a/k8s/helm/basket-api/templates/configmap.yaml
+++ b/deploy/k8s/helm/basket-api/templates/configmap.yaml
@@ -1,5 +1,4 @@
{{- $name := include "basket-api.fullname" . -}}
-{{- $identity := include "url-of" (list .Values.app.ingress.entries.identity .) -}}
apiVersion: v1
kind: ConfigMap
@@ -12,7 +11,7 @@ metadata:
heritage: {{ .Release.Service }}
data:
basket__ConnectionString: {{ .Values.inf.redis.basket.constr }}
- urls__IdentityUrl: http://{{ $identity }}
+ urls__IdentityUrl: http://{{ .Values.app.svc.identity }}
basket__EnableLoadTest: "{{ .Values.inf.misc.useLoadTest }}"
all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}"
diff --git a/k8s/helm/basket-api/templates/deployment.yaml b/deploy/k8s/helm/basket-api/templates/deployment.yaml
similarity index 93%
rename from k8s/helm/basket-api/templates/deployment.yaml
rename to deploy/k8s/helm/basket-api/templates/deployment.yaml
index d96c0cacf4..dc90666f59 100644
--- a/k8s/helm/basket-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/basket-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "basket-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -75,6 +79,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: grpc
+ containerPort: 81
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/basket-api/templates/ingress.yaml b/deploy/k8s/helm/basket-api/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/basket-api/templates/ingress.yaml
rename to deploy/k8s/helm/basket-api/templates/ingress.yaml
index f99bd55a6c..83745a1feb 100644
--- a/k8s/helm/basket-api/templates/ingress.yaml
+++ b/deploy/k8s/helm/basket-api/templates/ingress.yaml
@@ -15,6 +15,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/basket-api/templates/service.yaml b/deploy/k8s/helm/basket-api/templates/service.yaml
similarity index 82%
rename from k8s/helm/basket-api/templates/service.yaml
rename to deploy/k8s/helm/basket-api/templates/service.yaml
index 20224c3b52..1783c59aa6 100644
--- a/k8s/helm/basket-api/templates/service.yaml
+++ b/deploy/k8s/helm/basket-api/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.grpcPort }}
+ targetPort: grpc
+ protocol: TCP
+ name: grpc
selector:
app: {{ template "basket-api.name" . }}
release: {{ .Release.Name }}
diff --git a/k8s/helm/basket-api/values.yaml b/deploy/k8s/helm/basket-api/values.yaml
similarity index 93%
rename from k8s/helm/basket-api/values.yaml
rename to deploy/k8s/helm/basket-api/values.yaml
index a773700fe5..121de02def 100644
--- a/k8s/helm/basket-api/values.yaml
+++ b/deploy/k8s/helm/basket-api/values.yaml
@@ -10,6 +10,7 @@ image:
service:
type: ClusterIP
port: 80
+ grpcPort: 81
resources: {}
@@ -41,6 +42,10 @@ env:
values:
- name: OrchestratorType
value: 'K8S'
+ - name: PORT
+ value: "80"
+ - name: GRPC_PORT
+ value: "81"
probes:
liveness:
path: /liveness
diff --git a/k8s/helm/basket-data/.helmignore b/deploy/k8s/helm/basket-data/.helmignore
similarity index 100%
rename from k8s/helm/basket-data/.helmignore
rename to deploy/k8s/helm/basket-data/.helmignore
diff --git a/k8s/helm/basket-data/Chart.yaml b/deploy/k8s/helm/basket-data/Chart.yaml
similarity index 100%
rename from k8s/helm/basket-data/Chart.yaml
rename to deploy/k8s/helm/basket-data/Chart.yaml
diff --git a/k8s/helm/basket-data/templates/NOTES.txt b/deploy/k8s/helm/basket-data/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/basket-data/templates/NOTES.txt
rename to deploy/k8s/helm/basket-data/templates/NOTES.txt
diff --git a/k8s/helm/basket-data/templates/_helpers.tpl b/deploy/k8s/helm/basket-data/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/basket-data/templates/_helpers.tpl
rename to deploy/k8s/helm/basket-data/templates/_helpers.tpl
diff --git a/k8s/helm/basket-data/templates/deployment.yaml b/deploy/k8s/helm/basket-data/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/basket-data/templates/deployment.yaml
rename to deploy/k8s/helm/basket-data/templates/deployment.yaml
diff --git a/k8s/helm/basket-data/templates/service.yaml b/deploy/k8s/helm/basket-data/templates/service.yaml
similarity index 100%
rename from k8s/helm/basket-data/templates/service.yaml
rename to deploy/k8s/helm/basket-data/templates/service.yaml
diff --git a/k8s/helm/basket-data/values.yaml b/deploy/k8s/helm/basket-data/values.yaml
similarity index 100%
rename from k8s/helm/basket-data/values.yaml
rename to deploy/k8s/helm/basket-data/values.yaml
diff --git a/k8s/helm/catalog-api/.helmignore b/deploy/k8s/helm/catalog-api/.helmignore
similarity index 100%
rename from k8s/helm/catalog-api/.helmignore
rename to deploy/k8s/helm/catalog-api/.helmignore
diff --git a/k8s/helm/catalog-api/Chart.yaml b/deploy/k8s/helm/catalog-api/Chart.yaml
similarity index 100%
rename from k8s/helm/catalog-api/Chart.yaml
rename to deploy/k8s/helm/catalog-api/Chart.yaml
diff --git a/k8s/helm/catalog-api/templates/NOTES.txt b/deploy/k8s/helm/catalog-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/catalog-api/templates/NOTES.txt
rename to deploy/k8s/helm/catalog-api/templates/NOTES.txt
diff --git a/k8s/helm/catalog-api/templates/_helpers.tpl b/deploy/k8s/helm/catalog-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/catalog-api/templates/_helpers.tpl
rename to deploy/k8s/helm/catalog-api/templates/_helpers.tpl
diff --git a/k8s/helm/catalog-api/templates/_names.tpl b/deploy/k8s/helm/catalog-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/catalog-api/templates/_names.tpl
rename to deploy/k8s/helm/catalog-api/templates/_names.tpl
diff --git a/k8s/helm/catalog-api/templates/configmap.yaml b/deploy/k8s/helm/catalog-api/templates/configmap.yaml
similarity index 93%
rename from k8s/helm/catalog-api/templates/configmap.yaml
rename to deploy/k8s/helm/catalog-api/templates/configmap.yaml
index 902b65f5cf..d859290806 100644
--- a/k8s/helm/catalog-api/templates/configmap.yaml
+++ b/deploy/k8s/helm/catalog-api/templates/configmap.yaml
@@ -13,7 +13,7 @@ metadata:
heritage: {{ .Release.Service }}
data:
catalog__ConnectionString: Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.catalog.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
- catalog__PicBaseUrl: http://{{ $webshoppingapigw }}/api/v1/c/catalog/items/[0]/pic/
+ catalog__PicBaseUrl: http://{{ $webshoppingapigw }}/c/api/v1/catalog/items/[0]/pic/
catalog__AzureStorageEnabled: "{{ .Values.inf.misc.useAzureStorage }}"
all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}"
diff --git a/k8s/helm/catalog-api/templates/deployment.yaml b/deploy/k8s/helm/catalog-api/templates/deployment.yaml
similarity index 93%
rename from k8s/helm/catalog-api/templates/deployment.yaml
rename to deploy/k8s/helm/catalog-api/templates/deployment.yaml
index d7a424a998..33a0ad5b40 100644
--- a/k8s/helm/catalog-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/catalog-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "catalog-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -75,6 +79,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: grpc
+ containerPort: 81
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/catalog-api/templates/ingress.yaml b/deploy/k8s/helm/catalog-api/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/catalog-api/templates/ingress.yaml
rename to deploy/k8s/helm/catalog-api/templates/ingress.yaml
index 238d7b07ec..234be08264 100644
--- a/k8s/helm/catalog-api/templates/ingress.yaml
+++ b/deploy/k8s/helm/catalog-api/templates/ingress.yaml
@@ -15,6 +15,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/catalog-api/templates/service.yaml b/deploy/k8s/helm/catalog-api/templates/service.yaml
similarity index 81%
rename from k8s/helm/catalog-api/templates/service.yaml
rename to deploy/k8s/helm/catalog-api/templates/service.yaml
index e63d4a4fc5..f634a7088d 100644
--- a/k8s/helm/catalog-api/templates/service.yaml
+++ b/deploy/k8s/helm/catalog-api/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.grpcPort }}
+ targetPort: grpc
+ protocol: TCP
+ name: grpc
selector:
app: {{ template "catalog-api.name" . }}
release: {{ .Release.Name }}
diff --git a/k8s/helm/catalog-api/values.yaml b/deploy/k8s/helm/catalog-api/values.yaml
similarity index 93%
rename from k8s/helm/catalog-api/values.yaml
rename to deploy/k8s/helm/catalog-api/values.yaml
index 836db61256..0de49b7f6c 100644
--- a/k8s/helm/catalog-api/values.yaml
+++ b/deploy/k8s/helm/catalog-api/values.yaml
@@ -10,7 +10,7 @@ image:
service:
type: ClusterIP
port: 80
-
+ grpcPort: 81
resources: {}
@@ -44,6 +44,10 @@ env:
value: Development
- name: OrchestratorType
value: 'K8S'
+ - name: PORT
+ value: "80"
+ - name: GRPC_PORT
+ value: "81"
probes:
liveness:
path: /liveness
diff --git a/k8s/helm/deploy-all.ps1 b/deploy/k8s/helm/deploy-all.ps1
similarity index 58%
rename from k8s/helm/deploy-all.ps1
rename to deploy/k8s/helm/deploy-all.ps1
index 9b02ab5fe0..ae49de6253 100644
--- a/k8s/helm/deploy-all.ps1
+++ b/deploy/k8s/helm/deploy-all.ps1
@@ -11,7 +11,10 @@ Param(
[parameter(Mandatory=$false)][string]$aksRg="",
[parameter(Mandatory=$false)][string]$imageTag="latest",
[parameter(Mandatory=$false)][bool]$useLocalk8s=$false,
- [parameter(Mandatory=$false)][bool]$useLocalImages=$false
+ [parameter(Mandatory=$false)][bool]$useMesh=$false,
+ [parameter(Mandatory=$false)][string][ValidateSet('Always','IfNotPresent','Never', IgnoreCase=$false)]$imagePullPolicy="Always",
+ [parameter(Mandatory=$false)][string]$chartsToDeploy="*",
+ [parameter(Mandatory=$false)][string]$ingressMeshAnnotationsFile="ingress_values_linkerd.yaml"
)
$dns = $externalDns
@@ -23,12 +26,6 @@ if ($useLocalk8s -eq $true) {
$dns="localhost"
}
-$pullPolicy = "Always"
-
-if ($useLocalImages -eq $true) {
- $pullPolicy = "IfNotPresent"
-}
-
if ($externalDns -eq "aks") {
if ([string]::IsNullOrEmpty($aksName) -or [string]::IsNullOrEmpty($aksRg)) {
Write-Host "Error: When using -dns aks, MUST set -aksName and -aksRg too." -ForegroundColor Red
@@ -69,7 +66,8 @@ if (-not [string]::IsNullOrEmpty($registry)) {
Write-Host "Begin eShopOnContainers installation using Helm" -ForegroundColor Green
$infras = ("sql-data", "nosql-data", "rabbitmq", "keystore-data", "basket-data")
-$charts = ("eshop-common", "apigwmm", "apigwms", "apigwwm", "apigwws", "basket-api","catalog-api", "identity-api", "locations-api", "marketing-api", "mobileshoppingagg","ordering-api","ordering-backgroundtasks","ordering-signalrhub", "payment-api", "webmvc", "webshoppingagg", "webspa", "webstatus", "webhooks-api", "webhooks-web")
+$charts = ("eshop-common", "basket-api","catalog-api", "identity-api", "locations-api", "marketing-api", "mobileshoppingagg","ordering-api","ordering-backgroundtasks","ordering-signalrhub", "payment-api", "webmvc", "webshoppingagg", "webspa", "webstatus", "webhooks-api", "webhooks-web")
+$gateways = ("apigwmm", "apigwms", "apigwwm", "apigwws")
if ($deployInfrastructure) {
foreach ($infra in $infras) {
@@ -83,14 +81,23 @@ else {
if ($deployCharts) {
foreach ($chart in $charts) {
- Write-Host "Installing: $chart" -ForegroundColor Green
- if ($useCustomRegistry) {
- helm install --set inf.registry.server=$registry --set inf.registry.login=$dockerUser --set inf.registry.pwd=$dockerPassword --set inf.registry.secretName=eshop-docker-scret --values app.yaml --values inf.yaml --values $ingressValuesFile --set app.name=$appName --set inf.k8s.dns=$dns --set "ingress.hosts={$dns}" --set image.tag=$imageTag --set image.pullPolicy=Always --name="$appName-$chart" $chart
- }
- else {
- if ($chart -ne "eshop-common") { # eshop-common is ignored when no secret must be deployed
- helm install --values app.yaml --values inf.yaml --values $ingressValuesFile --set app.name=$appName --set inf.k8s.dns=$dns --set "ingress.hosts={$dns}" --set image.tag=$imageTag --set image.pullPolicy=$pullPolicy --name="$appName-$chart" $chart
+ if ($chartsToDeploy -eq "*" -or $chartsToDeploy.Contains($chart)) {
+ Write-Host "Installing: $chart" -ForegroundColor Green
+ if ($useCustomRegistry) {
+ helm install --set inf.registry.server=$registry --set inf.registry.login=$dockerUser --set inf.registry.pwd=$dockerPassword --set inf.registry.secretName=eshop-docker-scret --values app.yaml --values inf.yaml --values $ingressValuesFile --values $ingressMeshAnnotationsFile --set app.name=$appName --set inf.k8s.dns=$dns --set "ingress.hosts={$dns}" --set image.tag=$imageTag --set image.pullPolicy=$imagePullPolicy --set inf.mesh.enabled=$useMesh --set inf.k8s.local=$useLocalk8s --name="$appName-$chart" $chart
}
+ else {
+ if ($chart -ne "eshop-common") { # eshop-common is ignored when no secret must be deployed
+ helm install --values app.yaml --values inf.yaml --values $ingressValuesFile --values $ingressMeshAnnotationsFile --set app.name=$appName --set inf.k8s.dns=$dns --set "ingress.hosts={$dns}" --set image.tag=$imageTag --set image.pullPolicy=$imagePullPolicy --set inf.mesh.enabled=$useMesh --set inf.k8s.local=$useLocalk8s --name="$appName-$chart" $chart
+ }
+ }
+ }
+ }
+
+ foreach ($chart in $gateways) {
+ if ($chartsToDeploy -eq "*" -or $chartsToDeploy.Contains($chart)) {
+ Write-Host "Installing Api Gateway Chart: $chart" -ForegroundColor Green
+ helm install --values app.yaml --values inf.yaml --values $ingressValuesFile --values $ingressMeshAnnotationsFile --set app.name=$appName --set inf.k8s.dns=$dns --set "ingress.hosts={$dns}" --set image.pullPolicy=$imagePullPolicy --set inf.mesh.enabled=$useMesh --name="$appName-$chart" $chart
}
}
}
diff --git a/k8s/helm/deploy-all.sh b/deploy/k8s/helm/deploy-all.sh
old mode 100755
new mode 100644
similarity index 100%
rename from k8s/helm/deploy-all.sh
rename to deploy/k8s/helm/deploy-all.sh
diff --git a/k8s/helm/eshop-common/.helmignore b/deploy/k8s/helm/eshop-common/.helmignore
similarity index 100%
rename from k8s/helm/eshop-common/.helmignore
rename to deploy/k8s/helm/eshop-common/.helmignore
diff --git a/k8s/helm/eshop-common/Chart.yaml b/deploy/k8s/helm/eshop-common/Chart.yaml
similarity index 100%
rename from k8s/helm/eshop-common/Chart.yaml
rename to deploy/k8s/helm/eshop-common/Chart.yaml
diff --git a/k8s/helm/eshop-common/templates/NOTES.txt b/deploy/k8s/helm/eshop-common/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/eshop-common/templates/NOTES.txt
rename to deploy/k8s/helm/eshop-common/templates/NOTES.txt
diff --git a/k8s/helm/eshop-common/templates/_helpers.tpl b/deploy/k8s/helm/eshop-common/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/eshop-common/templates/_helpers.tpl
rename to deploy/k8s/helm/eshop-common/templates/_helpers.tpl
diff --git a/k8s/helm/eshop-common/templates/_names.tpl b/deploy/k8s/helm/eshop-common/templates/_names.tpl
similarity index 100%
rename from k8s/helm/eshop-common/templates/_names.tpl
rename to deploy/k8s/helm/eshop-common/templates/_names.tpl
diff --git a/k8s/helm/eshop-common/templates/secret.yaml b/deploy/k8s/helm/eshop-common/templates/secret.yaml
similarity index 100%
rename from k8s/helm/eshop-common/templates/secret.yaml
rename to deploy/k8s/helm/eshop-common/templates/secret.yaml
diff --git a/k8s/helm/eshop-common/values.yaml b/deploy/k8s/helm/eshop-common/values.yaml
similarity index 100%
rename from k8s/helm/eshop-common/values.yaml
rename to deploy/k8s/helm/eshop-common/values.yaml
diff --git a/k8s/helm/identity-api/.helmignore b/deploy/k8s/helm/identity-api/.helmignore
similarity index 100%
rename from k8s/helm/identity-api/.helmignore
rename to deploy/k8s/helm/identity-api/.helmignore
diff --git a/k8s/helm/identity-api/Chart.yaml b/deploy/k8s/helm/identity-api/Chart.yaml
similarity index 100%
rename from k8s/helm/identity-api/Chart.yaml
rename to deploy/k8s/helm/identity-api/Chart.yaml
diff --git a/k8s/helm/identity-api/templates/NOTES.txt b/deploy/k8s/helm/identity-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/identity-api/templates/NOTES.txt
rename to deploy/k8s/helm/identity-api/templates/NOTES.txt
diff --git a/k8s/helm/identity-api/templates/_helpers.tpl b/deploy/k8s/helm/identity-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/identity-api/templates/_helpers.tpl
rename to deploy/k8s/helm/identity-api/templates/_helpers.tpl
diff --git a/k8s/helm/identity-api/templates/_names.tpl b/deploy/k8s/helm/identity-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/identity-api/templates/_names.tpl
rename to deploy/k8s/helm/identity-api/templates/_names.tpl
diff --git a/k8s/helm/identity-api/templates/configmap.yaml b/deploy/k8s/helm/identity-api/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/identity-api/templates/configmap.yaml
rename to deploy/k8s/helm/identity-api/templates/configmap.yaml
diff --git a/k8s/helm/identity-api/templates/deployment.yaml b/deploy/k8s/helm/identity-api/templates/deployment.yaml
similarity index 96%
rename from k8s/helm/identity-api/templates/deployment.yaml
rename to deploy/k8s/helm/identity-api/templates/deployment.yaml
index 0a4ee2722c..c6ad69067d 100644
--- a/k8s/helm/identity-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/identity-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "identity-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml b/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml
new file mode 100644
index 0000000000..b6a8980f2c
--- /dev/null
+++ b/deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml
@@ -0,0 +1,33 @@
+{{- if .Values.ingress.enabled -}}
+{{- if .Values.inf.k8s.local -}}
+{{- $ingressPath := include "pathBase" . -}}
+{{- $serviceName := .Values.app.svc.identity }}
+{{- $name := include "identity-api.fullname" . -}}
+apiVersion: extensions/v1beta1
+kind: Ingress
+metadata:
+ name: {{ $name }}-local
+ labels:
+ app: {{ template "identity-api.name" . }}
+ chart: {{ template "identity-api.chart" . }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+{{- with .Values.ingress.annotations }}
+ annotations:
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
+spec:
+ rules:
+ - http:
+ paths:
+ - backend:
+ serviceName: {{ $serviceName }}
+ servicePort: http
+ path: {{ $ingressPath }}
+{{- end -}}
+{{- end -}}
\ No newline at end of file
diff --git a/k8s/helm/identity-api/templates/ingress.yaml b/deploy/k8s/helm/identity-api/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/identity-api/templates/ingress.yaml
rename to deploy/k8s/helm/identity-api/templates/ingress.yaml
index 1d2d3d5d54..56ce5d8bff 100644
--- a/k8s/helm/identity-api/templates/ingress.yaml
+++ b/deploy/k8s/helm/identity-api/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/identity-api/templates/service.yaml b/deploy/k8s/helm/identity-api/templates/service.yaml
similarity index 100%
rename from k8s/helm/identity-api/templates/service.yaml
rename to deploy/k8s/helm/identity-api/templates/service.yaml
diff --git a/k8s/helm/identity-api/values.yaml b/deploy/k8s/helm/identity-api/values.yaml
similarity index 100%
rename from k8s/helm/identity-api/values.yaml
rename to deploy/k8s/helm/identity-api/values.yaml
diff --git a/k8s/helm/inf.yaml b/deploy/k8s/helm/inf.yaml
similarity index 95%
rename from k8s/helm/inf.yaml
rename to deploy/k8s/helm/inf.yaml
index ee4d1fde63..073233ad77 100644
--- a/k8s/helm/inf.yaml
+++ b/deploy/k8s/helm/inf.yaml
@@ -2,6 +2,8 @@
# It is used on all charts, so ** MUST BE INCLUDED ** on every deployment
inf:
+ mesh:
+ enabled: true
sql: # inf.sql defines the sql server databases & logins
# host: my-sql-server # Uncomment to specify a custom sql-server to be used. By default "sql-data-" will be used
common:
@@ -39,6 +41,7 @@ inf:
key: "" # App insights to use
k8s: # inf.k8s defines Kubernetes cluster global config
dns: "" # k8s external DNS. This value or ip value MUST BE PROVIDED
+ local: false # True when deploying on "local K8s" provided by Docker Desktop.
misc: # inf.misc contains miscellaneous configuration related to infrastructure
useLoadTest: false # If running under loading test or not
useAzureStorage: false # If catalog api uses azure storage or not
diff --git a/k8s/helm/ingress_values.yaml b/deploy/k8s/helm/ingress_values.yaml
similarity index 66%
rename from k8s/helm/ingress_values.yaml
rename to deploy/k8s/helm/ingress_values.yaml
index 88540574df..5f4d653c05 100644
--- a/k8s/helm/ingress_values.yaml
+++ b/deploy/k8s/helm/ingress_values.yaml
@@ -1,5 +1,8 @@
+# This file contains common ingress annotations when using AKS with Http Application Routing
+
ingress:
annotations:
kubernetes.io/ingress.class: addon-http-application-routing
ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
+
diff --git a/k8s/helm/ingress_values_dockerk8s.yaml b/deploy/k8s/helm/ingress_values_dockerk8s.yaml
similarity index 63%
rename from k8s/helm/ingress_values_dockerk8s.yaml
rename to deploy/k8s/helm/ingress_values_dockerk8s.yaml
index 75597aac91..f69af8a5b8 100644
--- a/k8s/helm/ingress_values_dockerk8s.yaml
+++ b/deploy/k8s/helm/ingress_values_dockerk8s.yaml
@@ -1,3 +1,5 @@
+# This file contains common ingress annotations when using Kubernetes included in Docker Desktop
+
ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
diff --git a/deploy/k8s/helm/ingress_values_linkerd.yaml b/deploy/k8s/helm/ingress_values_linkerd.yaml
new file mode 100644
index 0000000000..f85a3a57fa
--- /dev/null
+++ b/deploy/k8s/helm/ingress_values_linkerd.yaml
@@ -0,0 +1,16 @@
+# This file contains extra annotations to make Linkerd work with ingress.
+# ingress.mesh.annotations are inserted into ingress.annotations of the resource being generated, if mesh is deployed
+#
+# It is designed to work with NGINX ingress controller or the Http Application Routing
+#
+# Check https://linkerd.io/2/tasks/using-ingress/ for more info or other ingress controllers
+#
+# If using your custom file, use -ingressMeshAnnotationsFile parameter in deploy-all.ps1
+
+ingress:
+ mesh:
+ annotations:
+ nginx.ingress.kubernetes.io/configuration-snippet: |
+ proxy_set_header l5d-dst-override $service_name.$namespace.svc.cluster.local:$service_port;
+ proxy_hide_header l5d-remote-ip;
+ proxy_hide_header l5d-server-id;
\ No newline at end of file
diff --git a/k8s/helm/istio/doc.md b/deploy/k8s/helm/istio/doc.md
similarity index 99%
rename from k8s/helm/istio/doc.md
rename to deploy/k8s/helm/istio/doc.md
index b8c0a02573..5694fe30be 100644
--- a/k8s/helm/istio/doc.md
+++ b/deploy/k8s/helm/istio/doc.md
@@ -173,7 +173,7 @@ The file `inf.yaml` contains the description of the infrastructure used. File is
Using Azure storage for catalog (and marketing) photos is not directly supported, but you can accomplish it by editing the file `k8s/helm/catalog-api/templates/configmap.yaml`. Search for lines:
```
-catalog__PicBaseUrl: http://{{ $webshoppingapigw }}/api/v1/c/catalog/items/[0]/pic/
+catalog__PicBaseUrl: http://{{ $webshoppingapigw }}/c/api/v1/catalog/items/[0]/pic/
```
And replace it for:
@@ -185,7 +185,7 @@ catalog__PicBaseUrl: http:///
In the same way, to use Azure storage for the marketing service, have to edit the file `k8s/helm/marketing-api/templates/configmap.yaml` and replacing the line:
```
-marketing__PicBaseUrl: http://{{ $webshoppingapigw }}/api/v1/c/catalog/items/[0]/pic/
+marketing__PicBaseUrl: http://{{ $webshoppingapigw }}/c/api/v1/catalog/items/[0]/pic/
```
by:
diff --git a/k8s/helm/istio/gateway.yml b/deploy/k8s/helm/istio/gateway.yml
similarity index 100%
rename from k8s/helm/istio/gateway.yml
rename to deploy/k8s/helm/istio/gateway.yml
diff --git a/k8s/helm/istio/virtualservices.yml b/deploy/k8s/helm/istio/virtualservices.yml
similarity index 100%
rename from k8s/helm/istio/virtualservices.yml
rename to deploy/k8s/helm/istio/virtualservices.yml
diff --git a/k8s/helm/keystore-data/.helmignore b/deploy/k8s/helm/keystore-data/.helmignore
similarity index 100%
rename from k8s/helm/keystore-data/.helmignore
rename to deploy/k8s/helm/keystore-data/.helmignore
diff --git a/k8s/helm/keystore-data/Chart.yaml b/deploy/k8s/helm/keystore-data/Chart.yaml
similarity index 100%
rename from k8s/helm/keystore-data/Chart.yaml
rename to deploy/k8s/helm/keystore-data/Chart.yaml
diff --git a/k8s/helm/keystore-data/templates/NOTES.txt b/deploy/k8s/helm/keystore-data/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/keystore-data/templates/NOTES.txt
rename to deploy/k8s/helm/keystore-data/templates/NOTES.txt
diff --git a/k8s/helm/keystore-data/templates/_helpers.tpl b/deploy/k8s/helm/keystore-data/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/keystore-data/templates/_helpers.tpl
rename to deploy/k8s/helm/keystore-data/templates/_helpers.tpl
diff --git a/k8s/helm/keystore-data/templates/deployment.yaml b/deploy/k8s/helm/keystore-data/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/keystore-data/templates/deployment.yaml
rename to deploy/k8s/helm/keystore-data/templates/deployment.yaml
diff --git a/k8s/helm/keystore-data/templates/service.yaml b/deploy/k8s/helm/keystore-data/templates/service.yaml
similarity index 100%
rename from k8s/helm/keystore-data/templates/service.yaml
rename to deploy/k8s/helm/keystore-data/templates/service.yaml
diff --git a/k8s/helm/keystore-data/values.yaml b/deploy/k8s/helm/keystore-data/values.yaml
similarity index 100%
rename from k8s/helm/keystore-data/values.yaml
rename to deploy/k8s/helm/keystore-data/values.yaml
diff --git a/k8s/helm/locations-api/.helmignore b/deploy/k8s/helm/locations-api/.helmignore
similarity index 100%
rename from k8s/helm/locations-api/.helmignore
rename to deploy/k8s/helm/locations-api/.helmignore
diff --git a/k8s/helm/locations-api/Chart.yaml b/deploy/k8s/helm/locations-api/Chart.yaml
similarity index 100%
rename from k8s/helm/locations-api/Chart.yaml
rename to deploy/k8s/helm/locations-api/Chart.yaml
diff --git a/k8s/helm/locations-api/templates/NOTES.txt b/deploy/k8s/helm/locations-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/locations-api/templates/NOTES.txt
rename to deploy/k8s/helm/locations-api/templates/NOTES.txt
diff --git a/k8s/helm/locations-api/templates/_helpers.tpl b/deploy/k8s/helm/locations-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/locations-api/templates/_helpers.tpl
rename to deploy/k8s/helm/locations-api/templates/_helpers.tpl
diff --git a/k8s/helm/locations-api/templates/_names.tpl b/deploy/k8s/helm/locations-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/locations-api/templates/_names.tpl
rename to deploy/k8s/helm/locations-api/templates/_names.tpl
diff --git a/k8s/helm/locations-api/templates/configmap.yaml b/deploy/k8s/helm/locations-api/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/locations-api/templates/configmap.yaml
rename to deploy/k8s/helm/locations-api/templates/configmap.yaml
diff --git a/k8s/helm/locations-api/templates/deployment.yaml b/deploy/k8s/helm/locations-api/templates/deployment.yaml
similarity index 96%
rename from k8s/helm/locations-api/templates/deployment.yaml
rename to deploy/k8s/helm/locations-api/templates/deployment.yaml
index 9667eb9671..9a5bb608c5 100644
--- a/k8s/helm/locations-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/locations-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "locations-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/locations-api/templates/ingress.yaml b/deploy/k8s/helm/locations-api/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/locations-api/templates/ingress.yaml
rename to deploy/k8s/helm/locations-api/templates/ingress.yaml
index 8c846944e3..5254ba5c01 100644
--- a/k8s/helm/locations-api/templates/ingress.yaml
+++ b/deploy/k8s/helm/locations-api/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/locations-api/templates/service.yaml b/deploy/k8s/helm/locations-api/templates/service.yaml
similarity index 100%
rename from k8s/helm/locations-api/templates/service.yaml
rename to deploy/k8s/helm/locations-api/templates/service.yaml
diff --git a/k8s/helm/locations-api/values.yaml b/deploy/k8s/helm/locations-api/values.yaml
similarity index 100%
rename from k8s/helm/locations-api/values.yaml
rename to deploy/k8s/helm/locations-api/values.yaml
diff --git a/k8s/helm/marketing-api/.helmignore b/deploy/k8s/helm/marketing-api/.helmignore
similarity index 100%
rename from k8s/helm/marketing-api/.helmignore
rename to deploy/k8s/helm/marketing-api/.helmignore
diff --git a/k8s/helm/marketing-api/Chart.yaml b/deploy/k8s/helm/marketing-api/Chart.yaml
similarity index 100%
rename from k8s/helm/marketing-api/Chart.yaml
rename to deploy/k8s/helm/marketing-api/Chart.yaml
diff --git a/k8s/helm/marketing-api/templates/NOTES.txt b/deploy/k8s/helm/marketing-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/marketing-api/templates/NOTES.txt
rename to deploy/k8s/helm/marketing-api/templates/NOTES.txt
diff --git a/k8s/helm/marketing-api/templates/_helpers.tpl b/deploy/k8s/helm/marketing-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/marketing-api/templates/_helpers.tpl
rename to deploy/k8s/helm/marketing-api/templates/_helpers.tpl
diff --git a/k8s/helm/marketing-api/templates/_names.tpl b/deploy/k8s/helm/marketing-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/marketing-api/templates/_names.tpl
rename to deploy/k8s/helm/marketing-api/templates/_names.tpl
diff --git a/k8s/helm/marketing-api/templates/configmap.yaml b/deploy/k8s/helm/marketing-api/templates/configmap.yaml
similarity index 95%
rename from k8s/helm/marketing-api/templates/configmap.yaml
rename to deploy/k8s/helm/marketing-api/templates/configmap.yaml
index 123b21adfe..aa68f3003a 100644
--- a/k8s/helm/marketing-api/templates/configmap.yaml
+++ b/deploy/k8s/helm/marketing-api/templates/configmap.yaml
@@ -23,4 +23,4 @@ data:
marketing__ConnectionString: Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.marketing.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
marketing__MongoConnectionString: mongodb://{{ $mongo }}
marketing__MongoDatabase: {{ .Values.inf.mongo.marketing.database }}
- marketing__PicBaseUrl: http://{{ $webshoppingapigw }}/api/v1/c/catalog/items/[0]/pic/
\ No newline at end of file
+ marketing__PicBaseUrl: http://{{ $webshoppingapigw }}/c/api/v1/catalog/items/[0]/pic/
\ No newline at end of file
diff --git a/k8s/helm/marketing-api/templates/deployment.yaml b/deploy/k8s/helm/marketing-api/templates/deployment.yaml
similarity index 96%
rename from k8s/helm/marketing-api/templates/deployment.yaml
rename to deploy/k8s/helm/marketing-api/templates/deployment.yaml
index c49026c1ba..60d4cd1a30 100644
--- a/k8s/helm/marketing-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/marketing-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "marketing-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/marketing-api/templates/ingress.yaml b/deploy/k8s/helm/marketing-api/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/marketing-api/templates/ingress.yaml
rename to deploy/k8s/helm/marketing-api/templates/ingress.yaml
index 7a5b29b12f..94c470f493 100644
--- a/k8s/helm/marketing-api/templates/ingress.yaml
+++ b/deploy/k8s/helm/marketing-api/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/marketing-api/templates/service.yaml b/deploy/k8s/helm/marketing-api/templates/service.yaml
similarity index 100%
rename from k8s/helm/marketing-api/templates/service.yaml
rename to deploy/k8s/helm/marketing-api/templates/service.yaml
diff --git a/k8s/helm/marketing-api/values.yaml b/deploy/k8s/helm/marketing-api/values.yaml
similarity index 100%
rename from k8s/helm/marketing-api/values.yaml
rename to deploy/k8s/helm/marketing-api/values.yaml
diff --git a/k8s/helm/mobileshoppingagg/.helmignore b/deploy/k8s/helm/mobileshoppingagg/.helmignore
similarity index 100%
rename from k8s/helm/mobileshoppingagg/.helmignore
rename to deploy/k8s/helm/mobileshoppingagg/.helmignore
diff --git a/k8s/helm/mobileshoppingagg/Chart.yaml b/deploy/k8s/helm/mobileshoppingagg/Chart.yaml
similarity index 100%
rename from k8s/helm/mobileshoppingagg/Chart.yaml
rename to deploy/k8s/helm/mobileshoppingagg/Chart.yaml
diff --git a/k8s/helm/mobileshoppingagg/templates/NOTES.txt b/deploy/k8s/helm/mobileshoppingagg/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/mobileshoppingagg/templates/NOTES.txt
rename to deploy/k8s/helm/mobileshoppingagg/templates/NOTES.txt
diff --git a/k8s/helm/mobileshoppingagg/templates/_helpers.tpl b/deploy/k8s/helm/mobileshoppingagg/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/mobileshoppingagg/templates/_helpers.tpl
rename to deploy/k8s/helm/mobileshoppingagg/templates/_helpers.tpl
diff --git a/k8s/helm/mobileshoppingagg/templates/_names.tpl b/deploy/k8s/helm/mobileshoppingagg/templates/_names.tpl
similarity index 100%
rename from k8s/helm/mobileshoppingagg/templates/_names.tpl
rename to deploy/k8s/helm/mobileshoppingagg/templates/_names.tpl
diff --git a/k8s/helm/mobileshoppingagg/templates/configmap.yaml b/deploy/k8s/helm/mobileshoppingagg/templates/configmap.yaml
similarity index 80%
rename from k8s/helm/mobileshoppingagg/templates/configmap.yaml
rename to deploy/k8s/helm/mobileshoppingagg/templates/configmap.yaml
index 6cad653a95..1ca69509ff 100644
--- a/k8s/helm/mobileshoppingagg/templates/configmap.yaml
+++ b/deploy/k8s/helm/mobileshoppingagg/templates/configmap.yaml
@@ -24,3 +24,6 @@ data:
internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc
+ internalurls__grpcBasket: "http://{{ .Values.app.svc.basket }}:{{ .Values.service.grpcPort }}"
+ internalurls__grpcCatalog: "http://{{ .Values.app.svc.catalog }}:{{ .Values.service.grpcPort }}"
+ internalurls__grpcOrdering: "http://{{ .Values.app.svc.ordering }}:{{ .Values.service.grpcPort }}"
diff --git a/k8s/helm/mobileshoppingagg/templates/deployment.yaml b/deploy/k8s/helm/mobileshoppingagg/templates/deployment.yaml
similarity index 96%
rename from k8s/helm/mobileshoppingagg/templates/deployment.yaml
rename to deploy/k8s/helm/mobileshoppingagg/templates/deployment.yaml
index 0f23b3be64..41e1fa75ce 100644
--- a/k8s/helm/mobileshoppingagg/templates/deployment.yaml
+++ b/deploy/k8s/helm/mobileshoppingagg/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "mobileshoppingagg.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/mobileshoppingagg/templates/ingress.yaml b/deploy/k8s/helm/mobileshoppingagg/templates/ingress.yaml
similarity index 88%
rename from k8s/helm/mobileshoppingagg/templates/ingress.yaml
rename to deploy/k8s/helm/mobileshoppingagg/templates/ingress.yaml
index 6c50a574ed..c87af986bb 100644
--- a/k8s/helm/mobileshoppingagg/templates/ingress.yaml
+++ b/deploy/k8s/helm/mobileshoppingagg/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/mobileshoppingagg/templates/service.yaml b/deploy/k8s/helm/mobileshoppingagg/templates/service.yaml
similarity index 100%
rename from k8s/helm/mobileshoppingagg/templates/service.yaml
rename to deploy/k8s/helm/mobileshoppingagg/templates/service.yaml
diff --git a/k8s/helm/mobileshoppingagg/values.yaml b/deploy/k8s/helm/mobileshoppingagg/values.yaml
similarity index 89%
rename from k8s/helm/mobileshoppingagg/values.yaml
rename to deploy/k8s/helm/mobileshoppingagg/values.yaml
index fd26c7794f..844a59441f 100644
--- a/k8s/helm/mobileshoppingagg/values.yaml
+++ b/deploy/k8s/helm/mobileshoppingagg/values.yaml
@@ -10,6 +10,7 @@ image:
service:
type: ClusterIP
port: 80
+ grpcPort: 81
ingress:
enabled: false
@@ -54,6 +55,12 @@ env:
key: internalurls__payment__hc
- name: LocationUrlHC
key: internalurls__location__hc
+ - name: urls__grpcBasket
+ key: internalurls__grpcBasket
+ - name: urls__grpcCatalog
+ key: internalurls__grpcCatalog
+ - name: urls__grpcOrdering
+ key: internalurls__grpcOrdering
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:
- name: ASPNETCORE_ENVIRONMENT
diff --git a/k8s/helm/nosql-data/.helmignore b/deploy/k8s/helm/nosql-data/.helmignore
similarity index 100%
rename from k8s/helm/nosql-data/.helmignore
rename to deploy/k8s/helm/nosql-data/.helmignore
diff --git a/k8s/helm/nosql-data/Chart.yaml b/deploy/k8s/helm/nosql-data/Chart.yaml
similarity index 100%
rename from k8s/helm/nosql-data/Chart.yaml
rename to deploy/k8s/helm/nosql-data/Chart.yaml
diff --git a/k8s/helm/nosql-data/templates/NOTES.txt b/deploy/k8s/helm/nosql-data/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/nosql-data/templates/NOTES.txt
rename to deploy/k8s/helm/nosql-data/templates/NOTES.txt
diff --git a/k8s/helm/nosql-data/templates/_helpers.tpl b/deploy/k8s/helm/nosql-data/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/nosql-data/templates/_helpers.tpl
rename to deploy/k8s/helm/nosql-data/templates/_helpers.tpl
diff --git a/k8s/helm/nosql-data/templates/_names.tpl b/deploy/k8s/helm/nosql-data/templates/_names.tpl
similarity index 100%
rename from k8s/helm/nosql-data/templates/_names.tpl
rename to deploy/k8s/helm/nosql-data/templates/_names.tpl
diff --git a/k8s/helm/nosql-data/templates/deployment.yaml b/deploy/k8s/helm/nosql-data/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/nosql-data/templates/deployment.yaml
rename to deploy/k8s/helm/nosql-data/templates/deployment.yaml
diff --git a/k8s/helm/nosql-data/templates/service.yaml b/deploy/k8s/helm/nosql-data/templates/service.yaml
similarity index 100%
rename from k8s/helm/nosql-data/templates/service.yaml
rename to deploy/k8s/helm/nosql-data/templates/service.yaml
diff --git a/k8s/helm/nosql-data/values.yaml b/deploy/k8s/helm/nosql-data/values.yaml
similarity index 100%
rename from k8s/helm/nosql-data/values.yaml
rename to deploy/k8s/helm/nosql-data/values.yaml
diff --git a/k8s/helm/ordering-api/.helmignore b/deploy/k8s/helm/ordering-api/.helmignore
similarity index 100%
rename from k8s/helm/ordering-api/.helmignore
rename to deploy/k8s/helm/ordering-api/.helmignore
diff --git a/k8s/helm/ordering-api/Chart.yaml b/deploy/k8s/helm/ordering-api/Chart.yaml
similarity index 100%
rename from k8s/helm/ordering-api/Chart.yaml
rename to deploy/k8s/helm/ordering-api/Chart.yaml
diff --git a/k8s/helm/ordering-api/templates/NOTES.txt b/deploy/k8s/helm/ordering-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/ordering-api/templates/NOTES.txt
rename to deploy/k8s/helm/ordering-api/templates/NOTES.txt
diff --git a/k8s/helm/ordering-api/templates/_helpers.tpl b/deploy/k8s/helm/ordering-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/ordering-api/templates/_helpers.tpl
rename to deploy/k8s/helm/ordering-api/templates/_helpers.tpl
diff --git a/k8s/helm/ordering-api/templates/_names.tpl b/deploy/k8s/helm/ordering-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/ordering-api/templates/_names.tpl
rename to deploy/k8s/helm/ordering-api/templates/_names.tpl
diff --git a/k8s/helm/ordering-api/templates/configmap.yaml b/deploy/k8s/helm/ordering-api/templates/configmap.yaml
similarity index 85%
rename from k8s/helm/ordering-api/templates/configmap.yaml
rename to deploy/k8s/helm/ordering-api/templates/configmap.yaml
index efc829cda9..e64a6c8413 100644
--- a/k8s/helm/ordering-api/templates/configmap.yaml
+++ b/deploy/k8s/helm/ordering-api/templates/configmap.yaml
@@ -1,6 +1,5 @@
{{- $name := include "ordering-api.fullname" . -}}
{{- $sqlsrv := include "sql-name" . -}}
-{{- $identity := include "url-of" (list .Values.app.ingress.entries.identity .) -}}
apiVersion: v1
kind: ConfigMap
@@ -14,7 +13,7 @@ metadata:
data:
ordering__ConnectionString: Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.ordering.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
ordering__EnableLoadTest: "{{ .Values.inf.misc.useLoadTest }}"
- urls__IdentityUrl: http://{{ $identity }}
+ urls__IdentityUrl: http://{{ .Values.app.svc.identity }}
all__EventBusConnection: {{ .Values.inf.eventbus.constr }}
all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}"
all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}"
\ No newline at end of file
diff --git a/k8s/helm/ordering-api/templates/deployment.yaml b/deploy/k8s/helm/ordering-api/templates/deployment.yaml
similarity index 93%
rename from k8s/helm/ordering-api/templates/deployment.yaml
rename to deploy/k8s/helm/ordering-api/templates/deployment.yaml
index a99ccdc288..3270407014 100644
--- a/k8s/helm/ordering-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/ordering-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "ordering-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
@@ -75,6 +79,9 @@ spec:
- name: http
containerPort: 80
protocol: TCP
+ - name: grpc
+ containerPort: 81
+ protocol: TCP
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
diff --git a/k8s/helm/ordering-api/templates/service.yaml b/deploy/k8s/helm/ordering-api/templates/service.yaml
similarity index 82%
rename from k8s/helm/ordering-api/templates/service.yaml
rename to deploy/k8s/helm/ordering-api/templates/service.yaml
index bedfd6f01b..7c2cb0945e 100644
--- a/k8s/helm/ordering-api/templates/service.yaml
+++ b/deploy/k8s/helm/ordering-api/templates/service.yaml
@@ -14,6 +14,10 @@ spec:
targetPort: http
protocol: TCP
name: http
+ - port: {{ .Values.service.grpcPort }}
+ targetPort: grpc
+ protocol: TCP
+ name: grpc
selector:
app: {{ template "ordering-api.name" . }}
release: {{ .Release.Name }}
diff --git a/k8s/helm/ordering-api/values.yaml b/deploy/k8s/helm/ordering-api/values.yaml
similarity index 93%
rename from k8s/helm/ordering-api/values.yaml
rename to deploy/k8s/helm/ordering-api/values.yaml
index c717d27933..7eff1a48b1 100644
--- a/k8s/helm/ordering-api/values.yaml
+++ b/deploy/k8s/helm/ordering-api/values.yaml
@@ -10,6 +10,7 @@ image:
service:
type: ClusterIP
port: 80
+ grpcPort: 81
ingress:
enabled: false
@@ -50,6 +51,10 @@ env:
value: Development
- name: OrchestratorType
value: 'K8S'
+ - name: PORT
+ value: "80"
+ - name: GRPC_PORT
+ value: "81"
probes:
liveness:
path: /liveness
diff --git a/k8s/helm/ordering-backgroundtasks/.helmignore b/deploy/k8s/helm/ordering-backgroundtasks/.helmignore
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/.helmignore
rename to deploy/k8s/helm/ordering-backgroundtasks/.helmignore
diff --git a/k8s/helm/ordering-backgroundtasks/Chart.yaml b/deploy/k8s/helm/ordering-backgroundtasks/Chart.yaml
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/Chart.yaml
rename to deploy/k8s/helm/ordering-backgroundtasks/Chart.yaml
diff --git a/k8s/helm/ordering-backgroundtasks/templates/NOTES.txt b/deploy/k8s/helm/ordering-backgroundtasks/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/templates/NOTES.txt
rename to deploy/k8s/helm/ordering-backgroundtasks/templates/NOTES.txt
diff --git a/k8s/helm/ordering-backgroundtasks/templates/_helpers.tpl b/deploy/k8s/helm/ordering-backgroundtasks/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/templates/_helpers.tpl
rename to deploy/k8s/helm/ordering-backgroundtasks/templates/_helpers.tpl
diff --git a/k8s/helm/ordering-backgroundtasks/templates/_names.tpl b/deploy/k8s/helm/ordering-backgroundtasks/templates/_names.tpl
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/templates/_names.tpl
rename to deploy/k8s/helm/ordering-backgroundtasks/templates/_names.tpl
diff --git a/k8s/helm/ordering-backgroundtasks/templates/configmap.yaml b/deploy/k8s/helm/ordering-backgroundtasks/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/templates/configmap.yaml
rename to deploy/k8s/helm/ordering-backgroundtasks/templates/configmap.yaml
diff --git a/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml b/deploy/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/templates/deployment.yaml
rename to deploy/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml
diff --git a/k8s/helm/ordering-backgroundtasks/templates/service.yaml b/deploy/k8s/helm/ordering-backgroundtasks/templates/service.yaml
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/templates/service.yaml
rename to deploy/k8s/helm/ordering-backgroundtasks/templates/service.yaml
diff --git a/k8s/helm/ordering-backgroundtasks/values.yaml b/deploy/k8s/helm/ordering-backgroundtasks/values.yaml
similarity index 100%
rename from k8s/helm/ordering-backgroundtasks/values.yaml
rename to deploy/k8s/helm/ordering-backgroundtasks/values.yaml
diff --git a/k8s/helm/ordering-signalrhub/.helmignore b/deploy/k8s/helm/ordering-signalrhub/.helmignore
similarity index 100%
rename from k8s/helm/ordering-signalrhub/.helmignore
rename to deploy/k8s/helm/ordering-signalrhub/.helmignore
diff --git a/k8s/helm/ordering-signalrhub/Chart.yaml b/deploy/k8s/helm/ordering-signalrhub/Chart.yaml
similarity index 100%
rename from k8s/helm/ordering-signalrhub/Chart.yaml
rename to deploy/k8s/helm/ordering-signalrhub/Chart.yaml
diff --git a/k8s/helm/ordering-signalrhub/templates/NOTES.txt b/deploy/k8s/helm/ordering-signalrhub/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/ordering-signalrhub/templates/NOTES.txt
rename to deploy/k8s/helm/ordering-signalrhub/templates/NOTES.txt
diff --git a/k8s/helm/ordering-signalrhub/templates/_helpers.tpl b/deploy/k8s/helm/ordering-signalrhub/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/ordering-signalrhub/templates/_helpers.tpl
rename to deploy/k8s/helm/ordering-signalrhub/templates/_helpers.tpl
diff --git a/k8s/helm/ordering-signalrhub/templates/_names.tpl b/deploy/k8s/helm/ordering-signalrhub/templates/_names.tpl
similarity index 100%
rename from k8s/helm/ordering-signalrhub/templates/_names.tpl
rename to deploy/k8s/helm/ordering-signalrhub/templates/_names.tpl
diff --git a/k8s/helm/ordering-signalrhub/templates/configmap.yaml b/deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/ordering-signalrhub/templates/configmap.yaml
rename to deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml
diff --git a/k8s/helm/ordering-signalrhub/templates/deployment.yaml b/deploy/k8s/helm/ordering-signalrhub/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/ordering-signalrhub/templates/deployment.yaml
rename to deploy/k8s/helm/ordering-signalrhub/templates/deployment.yaml
diff --git a/k8s/helm/ordering-signalrhub/templates/service.yaml b/deploy/k8s/helm/ordering-signalrhub/templates/service.yaml
similarity index 100%
rename from k8s/helm/ordering-signalrhub/templates/service.yaml
rename to deploy/k8s/helm/ordering-signalrhub/templates/service.yaml
diff --git a/k8s/helm/ordering-signalrhub/values.yaml b/deploy/k8s/helm/ordering-signalrhub/values.yaml
similarity index 100%
rename from k8s/helm/ordering-signalrhub/values.yaml
rename to deploy/k8s/helm/ordering-signalrhub/values.yaml
diff --git a/k8s/helm/payment-api/.helmignore b/deploy/k8s/helm/payment-api/.helmignore
similarity index 100%
rename from k8s/helm/payment-api/.helmignore
rename to deploy/k8s/helm/payment-api/.helmignore
diff --git a/k8s/helm/payment-api/Chart.yaml b/deploy/k8s/helm/payment-api/Chart.yaml
similarity index 100%
rename from k8s/helm/payment-api/Chart.yaml
rename to deploy/k8s/helm/payment-api/Chart.yaml
diff --git a/k8s/helm/payment-api/templates/NOTES.txt b/deploy/k8s/helm/payment-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/payment-api/templates/NOTES.txt
rename to deploy/k8s/helm/payment-api/templates/NOTES.txt
diff --git a/k8s/helm/payment-api/templates/_helpers.tpl b/deploy/k8s/helm/payment-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/payment-api/templates/_helpers.tpl
rename to deploy/k8s/helm/payment-api/templates/_helpers.tpl
diff --git a/k8s/helm/payment-api/templates/_names.tpl b/deploy/k8s/helm/payment-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/payment-api/templates/_names.tpl
rename to deploy/k8s/helm/payment-api/templates/_names.tpl
diff --git a/k8s/helm/payment-api/templates/configmap.yaml b/deploy/k8s/helm/payment-api/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/payment-api/templates/configmap.yaml
rename to deploy/k8s/helm/payment-api/templates/configmap.yaml
diff --git a/k8s/helm/payment-api/templates/deployment.yaml b/deploy/k8s/helm/payment-api/templates/deployment.yaml
similarity index 96%
rename from k8s/helm/payment-api/templates/deployment.yaml
rename to deploy/k8s/helm/payment-api/templates/deployment.yaml
index 8b01f73941..f83eb37da5 100644
--- a/k8s/helm/payment-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/payment-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "payment-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/payment-api/templates/service.yaml b/deploy/k8s/helm/payment-api/templates/service.yaml
similarity index 100%
rename from k8s/helm/payment-api/templates/service.yaml
rename to deploy/k8s/helm/payment-api/templates/service.yaml
diff --git a/k8s/helm/payment-api/values.yaml b/deploy/k8s/helm/payment-api/values.yaml
similarity index 100%
rename from k8s/helm/payment-api/values.yaml
rename to deploy/k8s/helm/payment-api/values.yaml
diff --git a/k8s/helm/rabbitmq/.helmignore b/deploy/k8s/helm/rabbitmq/.helmignore
similarity index 100%
rename from k8s/helm/rabbitmq/.helmignore
rename to deploy/k8s/helm/rabbitmq/.helmignore
diff --git a/k8s/helm/rabbitmq/Chart.yaml b/deploy/k8s/helm/rabbitmq/Chart.yaml
similarity index 100%
rename from k8s/helm/rabbitmq/Chart.yaml
rename to deploy/k8s/helm/rabbitmq/Chart.yaml
diff --git a/k8s/helm/rabbitmq/templates/NOTES.txt b/deploy/k8s/helm/rabbitmq/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/rabbitmq/templates/NOTES.txt
rename to deploy/k8s/helm/rabbitmq/templates/NOTES.txt
diff --git a/k8s/helm/rabbitmq/templates/_helpers.tpl b/deploy/k8s/helm/rabbitmq/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/rabbitmq/templates/_helpers.tpl
rename to deploy/k8s/helm/rabbitmq/templates/_helpers.tpl
diff --git a/k8s/helm/rabbitmq/templates/_names.tpl b/deploy/k8s/helm/rabbitmq/templates/_names.tpl
similarity index 100%
rename from k8s/helm/rabbitmq/templates/_names.tpl
rename to deploy/k8s/helm/rabbitmq/templates/_names.tpl
diff --git a/k8s/helm/rabbitmq/templates/deployment.yaml b/deploy/k8s/helm/rabbitmq/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/rabbitmq/templates/deployment.yaml
rename to deploy/k8s/helm/rabbitmq/templates/deployment.yaml
diff --git a/k8s/helm/rabbitmq/templates/service.yaml b/deploy/k8s/helm/rabbitmq/templates/service.yaml
similarity index 100%
rename from k8s/helm/rabbitmq/templates/service.yaml
rename to deploy/k8s/helm/rabbitmq/templates/service.yaml
diff --git a/k8s/helm/rabbitmq/values.yaml b/deploy/k8s/helm/rabbitmq/values.yaml
similarity index 100%
rename from k8s/helm/rabbitmq/values.yaml
rename to deploy/k8s/helm/rabbitmq/values.yaml
diff --git a/k8s/helm/sql-data/.helmignore b/deploy/k8s/helm/sql-data/.helmignore
similarity index 100%
rename from k8s/helm/sql-data/.helmignore
rename to deploy/k8s/helm/sql-data/.helmignore
diff --git a/k8s/helm/sql-data/Chart.yaml b/deploy/k8s/helm/sql-data/Chart.yaml
similarity index 100%
rename from k8s/helm/sql-data/Chart.yaml
rename to deploy/k8s/helm/sql-data/Chart.yaml
diff --git a/k8s/helm/sql-data/templates/NOTES.txt b/deploy/k8s/helm/sql-data/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/sql-data/templates/NOTES.txt
rename to deploy/k8s/helm/sql-data/templates/NOTES.txt
diff --git a/k8s/helm/sql-data/templates/_helpers.tpl b/deploy/k8s/helm/sql-data/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/sql-data/templates/_helpers.tpl
rename to deploy/k8s/helm/sql-data/templates/_helpers.tpl
diff --git a/k8s/helm/sql-data/templates/_names.tpl b/deploy/k8s/helm/sql-data/templates/_names.tpl
similarity index 100%
rename from k8s/helm/sql-data/templates/_names.tpl
rename to deploy/k8s/helm/sql-data/templates/_names.tpl
diff --git a/k8s/helm/sql-data/templates/deployment.yaml b/deploy/k8s/helm/sql-data/templates/deployment.yaml
similarity index 100%
rename from k8s/helm/sql-data/templates/deployment.yaml
rename to deploy/k8s/helm/sql-data/templates/deployment.yaml
diff --git a/k8s/helm/sql-data/templates/service.yaml b/deploy/k8s/helm/sql-data/templates/service.yaml
similarity index 100%
rename from k8s/helm/sql-data/templates/service.yaml
rename to deploy/k8s/helm/sql-data/templates/service.yaml
diff --git a/k8s/helm/sql-data/values.yaml b/deploy/k8s/helm/sql-data/values.yaml
similarity index 100%
rename from k8s/helm/sql-data/values.yaml
rename to deploy/k8s/helm/sql-data/values.yaml
diff --git a/k8s/helm/webhooks-api/.helmignore b/deploy/k8s/helm/webhooks-api/.helmignore
similarity index 100%
rename from k8s/helm/webhooks-api/.helmignore
rename to deploy/k8s/helm/webhooks-api/.helmignore
diff --git a/k8s/helm/webhooks-api/Chart.yaml b/deploy/k8s/helm/webhooks-api/Chart.yaml
similarity index 100%
rename from k8s/helm/webhooks-api/Chart.yaml
rename to deploy/k8s/helm/webhooks-api/Chart.yaml
diff --git a/k8s/helm/webhooks-api/templates/NOTES.txt b/deploy/k8s/helm/webhooks-api/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/webhooks-api/templates/NOTES.txt
rename to deploy/k8s/helm/webhooks-api/templates/NOTES.txt
diff --git a/k8s/helm/webhooks-api/templates/_helpers.tpl b/deploy/k8s/helm/webhooks-api/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/webhooks-api/templates/_helpers.tpl
rename to deploy/k8s/helm/webhooks-api/templates/_helpers.tpl
diff --git a/k8s/helm/webhooks-api/templates/_names.tpl b/deploy/k8s/helm/webhooks-api/templates/_names.tpl
similarity index 100%
rename from k8s/helm/webhooks-api/templates/_names.tpl
rename to deploy/k8s/helm/webhooks-api/templates/_names.tpl
diff --git a/k8s/helm/webhooks-api/templates/configmap.yaml b/deploy/k8s/helm/webhooks-api/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/webhooks-api/templates/configmap.yaml
rename to deploy/k8s/helm/webhooks-api/templates/configmap.yaml
diff --git a/k8s/helm/webhooks-api/templates/deployment.yaml b/deploy/k8s/helm/webhooks-api/templates/deployment.yaml
similarity index 94%
rename from k8s/helm/webhooks-api/templates/deployment.yaml
rename to deploy/k8s/helm/webhooks-api/templates/deployment.yaml
index 9eef1d6f14..2ecb885bf2 100644
--- a/k8s/helm/webhooks-api/templates/deployment.yaml
+++ b/deploy/k8s/helm/webhooks-api/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "webhooks-api.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/webhooks-api/templates/ingress.yaml b/deploy/k8s/helm/webhooks-api/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/webhooks-api/templates/ingress.yaml
rename to deploy/k8s/helm/webhooks-api/templates/ingress.yaml
index debf0f84a5..1f46b2eb69 100644
--- a/k8s/helm/webhooks-api/templates/ingress.yaml
+++ b/deploy/k8s/helm/webhooks-api/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/webhooks-api/templates/service.yaml b/deploy/k8s/helm/webhooks-api/templates/service.yaml
similarity index 100%
rename from k8s/helm/webhooks-api/templates/service.yaml
rename to deploy/k8s/helm/webhooks-api/templates/service.yaml
diff --git a/k8s/helm/webhooks-api/values.yaml b/deploy/k8s/helm/webhooks-api/values.yaml
similarity index 100%
rename from k8s/helm/webhooks-api/values.yaml
rename to deploy/k8s/helm/webhooks-api/values.yaml
diff --git a/k8s/helm/webhooks-web/.helmignore b/deploy/k8s/helm/webhooks-web/.helmignore
similarity index 100%
rename from k8s/helm/webhooks-web/.helmignore
rename to deploy/k8s/helm/webhooks-web/.helmignore
diff --git a/k8s/helm/webhooks-web/Chart.yaml b/deploy/k8s/helm/webhooks-web/Chart.yaml
similarity index 100%
rename from k8s/helm/webhooks-web/Chart.yaml
rename to deploy/k8s/helm/webhooks-web/Chart.yaml
diff --git a/k8s/helm/webhooks-web/templates/NOTES.txt b/deploy/k8s/helm/webhooks-web/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/webhooks-web/templates/NOTES.txt
rename to deploy/k8s/helm/webhooks-web/templates/NOTES.txt
diff --git a/k8s/helm/webhooks-web/templates/_helpers.tpl b/deploy/k8s/helm/webhooks-web/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/webhooks-web/templates/_helpers.tpl
rename to deploy/k8s/helm/webhooks-web/templates/_helpers.tpl
diff --git a/k8s/helm/webhooks-web/templates/_names.tpl b/deploy/k8s/helm/webhooks-web/templates/_names.tpl
similarity index 100%
rename from k8s/helm/webhooks-web/templates/_names.tpl
rename to deploy/k8s/helm/webhooks-web/templates/_names.tpl
diff --git a/k8s/helm/webhooks-web/templates/configmap.yaml b/deploy/k8s/helm/webhooks-web/templates/configmap.yaml
similarity index 100%
rename from k8s/helm/webhooks-web/templates/configmap.yaml
rename to deploy/k8s/helm/webhooks-web/templates/configmap.yaml
diff --git a/k8s/helm/webhooks-web/templates/deployment.yaml b/deploy/k8s/helm/webhooks-web/templates/deployment.yaml
similarity index 94%
rename from k8s/helm/webhooks-web/templates/deployment.yaml
rename to deploy/k8s/helm/webhooks-web/templates/deployment.yaml
index 4c930124ac..43d406524d 100644
--- a/k8s/helm/webhooks-web/templates/deployment.yaml
+++ b/deploy/k8s/helm/webhooks-web/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "webhooks-web.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/webhooks-web/templates/ingress.yaml b/deploy/k8s/helm/webhooks-web/templates/ingress.yaml
similarity index 100%
rename from k8s/helm/webhooks-web/templates/ingress.yaml
rename to deploy/k8s/helm/webhooks-web/templates/ingress.yaml
diff --git a/k8s/helm/webhooks-web/templates/service.yaml b/deploy/k8s/helm/webhooks-web/templates/service.yaml
similarity index 100%
rename from k8s/helm/webhooks-web/templates/service.yaml
rename to deploy/k8s/helm/webhooks-web/templates/service.yaml
diff --git a/k8s/helm/webhooks-web/values.yaml b/deploy/k8s/helm/webhooks-web/values.yaml
similarity index 100%
rename from k8s/helm/webhooks-web/values.yaml
rename to deploy/k8s/helm/webhooks-web/values.yaml
diff --git a/k8s/helm/webmvc/.helmignore b/deploy/k8s/helm/webmvc/.helmignore
similarity index 100%
rename from k8s/helm/webmvc/.helmignore
rename to deploy/k8s/helm/webmvc/.helmignore
diff --git a/k8s/helm/webmvc/Chart.yaml b/deploy/k8s/helm/webmvc/Chart.yaml
similarity index 100%
rename from k8s/helm/webmvc/Chart.yaml
rename to deploy/k8s/helm/webmvc/Chart.yaml
diff --git a/k8s/helm/webmvc/templates/NOTES.txt b/deploy/k8s/helm/webmvc/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/webmvc/templates/NOTES.txt
rename to deploy/k8s/helm/webmvc/templates/NOTES.txt
diff --git a/k8s/helm/webmvc/templates/_helpers.tpl b/deploy/k8s/helm/webmvc/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/webmvc/templates/_helpers.tpl
rename to deploy/k8s/helm/webmvc/templates/_helpers.tpl
diff --git a/k8s/helm/webmvc/templates/_names.tpl b/deploy/k8s/helm/webmvc/templates/_names.tpl
similarity index 100%
rename from k8s/helm/webmvc/templates/_names.tpl
rename to deploy/k8s/helm/webmvc/templates/_names.tpl
diff --git a/k8s/helm/webmvc/templates/configmap.yaml b/deploy/k8s/helm/webmvc/templates/configmap.yaml
similarity index 87%
rename from k8s/helm/webmvc/templates/configmap.yaml
rename to deploy/k8s/helm/webmvc/templates/configmap.yaml
index 3e1e10cd15..ac94f51943 100644
--- a/k8s/helm/webmvc/templates/configmap.yaml
+++ b/deploy/k8s/helm/webmvc/templates/configmap.yaml
@@ -3,7 +3,6 @@
{{- $webshoppingapigw := include "url-of" (list .Values.app.ingress.entries.webshoppingapigw .) -}}
{{- $mvc := include "url-of" (list .Values.app.ingress.entries.mvc .) -}}
-
apiVersion: v1
kind: ConfigMap
metadata:
@@ -20,9 +19,7 @@ data:
webmvc__keystore: {{ .Values.inf.redis.keystore.constr }}
internalurls__apigwws: http://{{ .Values.app.svc.webshoppingapigw }}
internalurls__apigwwm: http://{{ .Values.app.svc.webmarketingapigw }}
- internalurls__apigwws__hc: http://{{ .Values.app.svc.webshoppingapigw }}/hc
internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
- internalurls__apigwwm__hc: http://{{ .Values.app.svc.webmarketingapigw }}/hc
urls__apigwws: http://{{ $webshoppingapigw }}
urls__mvc: http://{{ $mvc }}
urls__IdentityUrl: http://{{ $identity }}
diff --git a/k8s/helm/webmvc/templates/deployment.yaml b/deploy/k8s/helm/webmvc/templates/deployment.yaml
similarity index 94%
rename from k8s/helm/webmvc/templates/deployment.yaml
rename to deploy/k8s/helm/webmvc/templates/deployment.yaml
index d972db448f..2889dc7577 100644
--- a/k8s/helm/webmvc/templates/deployment.yaml
+++ b/deploy/k8s/helm/webmvc/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "webmvc.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/deploy/k8s/helm/webmvc/templates/ingress-dockerk8s.yaml b/deploy/k8s/helm/webmvc/templates/ingress-dockerk8s.yaml
new file mode 100644
index 0000000000..72e043039b
--- /dev/null
+++ b/deploy/k8s/helm/webmvc/templates/ingress-dockerk8s.yaml
@@ -0,0 +1,33 @@
+{{- if .Values.ingress.enabled -}}
+{{- if .Values.inf.k8s.local -}}
+{{- $ingressPath := include "pathBase" . -}}
+{{- $serviceName := .Values.app.svc.mvc }}
+{{- $name := include "webmvc.fullname" . -}}
+apiVersion: extensions/v1beta1
+kind: Ingress
+metadata:
+ name: {{ $name }}-local
+ labels:
+ app: {{ template "webmvc.name" . }}
+ chart: {{ template "webmvc.chart" . }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+{{- with .Values.ingress.annotations }}
+ annotations:
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
+spec:
+ rules:
+ - http:
+ paths:
+ - backend:
+ serviceName: {{ $serviceName }}
+ servicePort: http
+ path: {{ $ingressPath }}
+{{- end -}}
+{{- end -}}
\ No newline at end of file
diff --git a/k8s/helm/webmvc/templates/ingress.yaml b/deploy/k8s/helm/webmvc/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/webmvc/templates/ingress.yaml
rename to deploy/k8s/helm/webmvc/templates/ingress.yaml
index 892fa42730..1195bd4a6e 100644
--- a/k8s/helm/webmvc/templates/ingress.yaml
+++ b/deploy/k8s/helm/webmvc/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/webmvc/templates/service.yaml b/deploy/k8s/helm/webmvc/templates/service.yaml
similarity index 100%
rename from k8s/helm/webmvc/templates/service.yaml
rename to deploy/k8s/helm/webmvc/templates/service.yaml
diff --git a/k8s/helm/webmvc/values.yaml b/deploy/k8s/helm/webmvc/values.yaml
similarity index 91%
rename from k8s/helm/webmvc/values.yaml
rename to deploy/k8s/helm/webmvc/values.yaml
index f4d077fc2b..973f187f5b 100644
--- a/k8s/helm/webmvc/values.yaml
+++ b/deploy/k8s/helm/webmvc/values.yaml
@@ -46,12 +46,8 @@ env:
key: urls__IdentityUrl
- name: MarketingUrl
key: internalurls__apigwwm
- - name: PurchaseUrlHC
- key: internalurls__apigwws__hc
- name: IdentityUrlHC
key: internalurls__identity__hc
- - name: MarketingUrlHC
- key: internalurls__apigwwm__hc
- name: SignalrHubUrl
key: urls__apigwws
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
diff --git a/k8s/helm/webshoppingagg/.helmignore b/deploy/k8s/helm/webshoppingagg/.helmignore
similarity index 100%
rename from k8s/helm/webshoppingagg/.helmignore
rename to deploy/k8s/helm/webshoppingagg/.helmignore
diff --git a/k8s/helm/webshoppingagg/Chart.yaml b/deploy/k8s/helm/webshoppingagg/Chart.yaml
similarity index 100%
rename from k8s/helm/webshoppingagg/Chart.yaml
rename to deploy/k8s/helm/webshoppingagg/Chart.yaml
diff --git a/k8s/helm/webshoppingagg/templates/NOTES.txt b/deploy/k8s/helm/webshoppingagg/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/webshoppingagg/templates/NOTES.txt
rename to deploy/k8s/helm/webshoppingagg/templates/NOTES.txt
diff --git a/k8s/helm/webshoppingagg/templates/_helpers.tpl b/deploy/k8s/helm/webshoppingagg/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/webshoppingagg/templates/_helpers.tpl
rename to deploy/k8s/helm/webshoppingagg/templates/_helpers.tpl
diff --git a/k8s/helm/webshoppingagg/templates/_names.tpl b/deploy/k8s/helm/webshoppingagg/templates/_names.tpl
similarity index 100%
rename from k8s/helm/webshoppingagg/templates/_names.tpl
rename to deploy/k8s/helm/webshoppingagg/templates/_names.tpl
diff --git a/k8s/helm/webshoppingagg/templates/configmap.yaml b/deploy/k8s/helm/webshoppingagg/templates/configmap.yaml
similarity index 80%
rename from k8s/helm/webshoppingagg/templates/configmap.yaml
rename to deploy/k8s/helm/webshoppingagg/templates/configmap.yaml
index efa3c7eaf9..d01de8dcdd 100644
--- a/k8s/helm/webshoppingagg/templates/configmap.yaml
+++ b/deploy/k8s/helm/webshoppingagg/templates/configmap.yaml
@@ -24,3 +24,6 @@ data:
internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc
+ internalurls__grpcBasket: "http://{{ .Values.app.svc.basket }}:{{ .Values.service.grpcPort }}"
+ internalurls__grpcCatalog: "http://{{ .Values.app.svc.catalog }}:{{ .Values.service.grpcPort }}"
+ internalurls__grpcOrdering: "http://{{ .Values.app.svc.ordering }}:{{ .Values.service.grpcPort }}"
diff --git a/k8s/helm/webshoppingagg/templates/deployment.yaml b/deploy/k8s/helm/webshoppingagg/templates/deployment.yaml
similarity index 94%
rename from k8s/helm/webshoppingagg/templates/deployment.yaml
rename to deploy/k8s/helm/webshoppingagg/templates/deployment.yaml
index 8007c74c8d..ab5bfc0c9e 100644
--- a/k8s/helm/webshoppingagg/templates/deployment.yaml
+++ b/deploy/k8s/helm/webshoppingagg/templates/deployment.yaml
@@ -5,11 +5,10 @@ kind: Deployment
metadata:
name: {{ template "webshoppingagg.fullname" . }}
labels:
- ufo: {{ $cfgname}}
app: {{ template "webshoppingagg.name" . }}
chart: {{ template "webshoppingagg.chart" . }}
release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
+ heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
@@ -21,6 +20,10 @@ spec:
labels:
app: {{ template "webshoppingagg.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/webshoppingagg/templates/ingress.yaml b/deploy/k8s/helm/webshoppingagg/templates/ingress.yaml
similarity index 88%
rename from k8s/helm/webshoppingagg/templates/ingress.yaml
rename to deploy/k8s/helm/webshoppingagg/templates/ingress.yaml
index 742db4d303..8993b1b09d 100644
--- a/k8s/helm/webshoppingagg/templates/ingress.yaml
+++ b/deploy/k8s/helm/webshoppingagg/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/webshoppingagg/templates/service.yaml b/deploy/k8s/helm/webshoppingagg/templates/service.yaml
similarity index 100%
rename from k8s/helm/webshoppingagg/templates/service.yaml
rename to deploy/k8s/helm/webshoppingagg/templates/service.yaml
diff --git a/k8s/helm/webshoppingagg/values.yaml b/deploy/k8s/helm/webshoppingagg/values.yaml
similarity index 89%
rename from k8s/helm/webshoppingagg/values.yaml
rename to deploy/k8s/helm/webshoppingagg/values.yaml
index f4f2c5fd7b..15501c727b 100644
--- a/k8s/helm/webshoppingagg/values.yaml
+++ b/deploy/k8s/helm/webshoppingagg/values.yaml
@@ -10,6 +10,7 @@ image:
service:
type: ClusterIP
port: 80
+ grpcPort: 81
ingress:
enabled: false
@@ -54,6 +55,13 @@ env:
key: internalurls__payment__hc
- name: LocationUrlHC
key: internalurls__location__hc
+ - name: urls__grpcBasket
+ key: internalurls__grpcBasket
+ - name: urls__grpcCatalog
+ key: internalurls__grpcCatalog
+ - name: urls__grpcOrdering
+ key: internalurls__grpcOrdering
+
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values:
- name: ASPNETCORE_ENVIRONMENT
diff --git a/k8s/helm/webspa/.helmignore b/deploy/k8s/helm/webspa/.helmignore
similarity index 100%
rename from k8s/helm/webspa/.helmignore
rename to deploy/k8s/helm/webspa/.helmignore
diff --git a/k8s/helm/webspa/Chart.yaml b/deploy/k8s/helm/webspa/Chart.yaml
similarity index 100%
rename from k8s/helm/webspa/Chart.yaml
rename to deploy/k8s/helm/webspa/Chart.yaml
diff --git a/k8s/helm/webspa/templates/NOTES.txt b/deploy/k8s/helm/webspa/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/webspa/templates/NOTES.txt
rename to deploy/k8s/helm/webspa/templates/NOTES.txt
diff --git a/k8s/helm/webspa/templates/_helpers.tpl b/deploy/k8s/helm/webspa/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/webspa/templates/_helpers.tpl
rename to deploy/k8s/helm/webspa/templates/_helpers.tpl
diff --git a/k8s/helm/webspa/templates/_names.tpl b/deploy/k8s/helm/webspa/templates/_names.tpl
similarity index 100%
rename from k8s/helm/webspa/templates/_names.tpl
rename to deploy/k8s/helm/webspa/templates/_names.tpl
diff --git a/k8s/helm/webspa/templates/configmap.yaml b/deploy/k8s/helm/webspa/templates/configmap.yaml
similarity index 88%
rename from k8s/helm/webspa/templates/configmap.yaml
rename to deploy/k8s/helm/webspa/templates/configmap.yaml
index ea745436b1..d49f8b2d35 100644
--- a/k8s/helm/webspa/templates/configmap.yaml
+++ b/deploy/k8s/helm/webspa/templates/configmap.yaml
@@ -20,9 +20,7 @@ data:
all_EnableLoadTest: "{{ .Values.inf.misc.useLoadTest }}"
webspa__keystore: {{ .Values.inf.redis.keystore.constr }}
internalurls__apigwws: http://{{ .Values.app.svc.webshoppingapigw }}
- internalurls__apigwws__hc: http://{{ .Values.app.svc.webshoppingapigw }}/hc
internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
- internalurls__apigwwm__hc: http://{{ .Values.app.svc.webmarketingapigw }}/hc
urls__apigwws: http://{{ $webshoppingapigw }}
urls__spa: http://{{ $spa }}
urls__IdentityUrl: http://{{ $identity }}
diff --git a/k8s/helm/webspa/templates/deployment.yaml b/deploy/k8s/helm/webspa/templates/deployment.yaml
similarity index 94%
rename from k8s/helm/webspa/templates/deployment.yaml
rename to deploy/k8s/helm/webspa/templates/deployment.yaml
index 62af2d8b1d..20dc696bf4 100644
--- a/k8s/helm/webspa/templates/deployment.yaml
+++ b/deploy/k8s/helm/webspa/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "webspa.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/webspa/templates/ingress.yaml b/deploy/k8s/helm/webspa/templates/ingress.yaml
similarity index 86%
rename from k8s/helm/webspa/templates/ingress.yaml
rename to deploy/k8s/helm/webspa/templates/ingress.yaml
index 85419f8e71..aeb9a4a496 100644
--- a/k8s/helm/webspa/templates/ingress.yaml
+++ b/deploy/k8s/helm/webspa/templates/ingress.yaml
@@ -13,6 +13,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/webspa/templates/service.yaml b/deploy/k8s/helm/webspa/templates/service.yaml
similarity index 100%
rename from k8s/helm/webspa/templates/service.yaml
rename to deploy/k8s/helm/webspa/templates/service.yaml
diff --git a/k8s/helm/webspa/values.yaml b/deploy/k8s/helm/webspa/values.yaml
similarity index 91%
rename from k8s/helm/webspa/values.yaml
rename to deploy/k8s/helm/webspa/values.yaml
index 056b58a0d0..e1547ed394 100644
--- a/k8s/helm/webspa/values.yaml
+++ b/deploy/k8s/helm/webspa/values.yaml
@@ -44,12 +44,8 @@ env:
key: urls__IdentityUrl
- name: MarketingUrl
key: urls__apigwwm
- - name: PurchaseUrlHC
- key: internalurls__apigwws__hc
- name: IdentityUrlHC
key: internalurls__identity__hc
- - name: MarketingUrlHC
- key: internalurls__apigwwm__hc
- name: SignalrHubUrl
key: urls__apigwws
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
diff --git a/k8s/helm/webstatus/.helmignore b/deploy/k8s/helm/webstatus/.helmignore
similarity index 100%
rename from k8s/helm/webstatus/.helmignore
rename to deploy/k8s/helm/webstatus/.helmignore
diff --git a/k8s/helm/webstatus/Chart.yaml b/deploy/k8s/helm/webstatus/Chart.yaml
similarity index 100%
rename from k8s/helm/webstatus/Chart.yaml
rename to deploy/k8s/helm/webstatus/Chart.yaml
diff --git a/k8s/helm/webstatus/templates/NOTES.txt b/deploy/k8s/helm/webstatus/templates/NOTES.txt
similarity index 100%
rename from k8s/helm/webstatus/templates/NOTES.txt
rename to deploy/k8s/helm/webstatus/templates/NOTES.txt
diff --git a/k8s/helm/webstatus/templates/_helpers.tpl b/deploy/k8s/helm/webstatus/templates/_helpers.tpl
similarity index 100%
rename from k8s/helm/webstatus/templates/_helpers.tpl
rename to deploy/k8s/helm/webstatus/templates/_helpers.tpl
diff --git a/k8s/helm/webstatus/templates/_names.tpl b/deploy/k8s/helm/webstatus/templates/_names.tpl
similarity index 100%
rename from k8s/helm/webstatus/templates/_names.tpl
rename to deploy/k8s/helm/webstatus/templates/_names.tpl
diff --git a/k8s/helm/webstatus/templates/configmap.yaml b/deploy/k8s/helm/webstatus/templates/configmap.yaml
similarity index 96%
rename from k8s/helm/webstatus/templates/configmap.yaml
rename to deploy/k8s/helm/webstatus/templates/configmap.yaml
index 4a1b612f21..ae0c0691c1 100644
--- a/k8s/helm/webstatus/templates/configmap.yaml
+++ b/deploy/k8s/helm/webstatus/templates/configmap.yaml
@@ -24,13 +24,13 @@ data:
name__spa__hc: WebSPA HTTP Check
internalurls__spa__hc: http://{{ .Values.app.svc.spa }}/hc
name__apigwws__hc: Web Shopping API GW HTTP Check
- internalurls__apigwws__hc: http://{{ .Values.app.svc.webshoppingapigw }}/hc
+ internalurls__apigwws__hc: http://{{ .Values.app.svc.webshoppingapigw }}:8001/ready
name__apigwwm__hc: Web Marketing API GW HTTP Check
- internalurls__apigwwm__hc: http://{{ .Values.app.svc.webmarketingapigw }}/hc
+ internalurls__apigwwm__hc: http://{{ .Values.app.svc.webmarketingapigw }}:8001/ready
name__apigwms__hc: Mobile Shopping API GW HTTP Check
- internalurls__apigwms__hc: http://{{ .Values.app.svc.mobileshoppingapigw }}/hc
+ internalurls__apigwms__hc: http://{{ .Values.app.svc.mobileshoppingapigw }}:8001/ready
name__apigwmm__hc: Mobile Marketing API GW HTTP Check
- internalurls__apigwmm__hc: http://{{ .Values.app.svc.mobilemarketingapigw }}/hc
+ internalurls__apigwmm__hc: http://{{ .Values.app.svc.mobilemarketingapigw }}:8001/ready
name__apigwwsagg__hc: Web Shopping Aggregator GW HTTP Check
internalurls__apigwwsagg__hc: http://{{ .Values.app.svc.webshoppingagg }}/hc
name__apigwmsagg__hc: Mobile Shopping Aggregator HTTP Check
diff --git a/k8s/helm/webstatus/templates/deployment.yaml b/deploy/k8s/helm/webstatus/templates/deployment.yaml
similarity index 94%
rename from k8s/helm/webstatus/templates/deployment.yaml
rename to deploy/k8s/helm/webstatus/templates/deployment.yaml
index 6f96f81fb7..70b9535772 100644
--- a/k8s/helm/webstatus/templates/deployment.yaml
+++ b/deploy/k8s/helm/webstatus/templates/deployment.yaml
@@ -21,6 +21,10 @@ spec:
labels:
app: {{ template "webstatus.name" . }}
release: {{ .Release.Name }}
+ {{ if .Values.inf.mesh.enabled -}}
+ annotations:
+ linkerd.io/inject: enabled
+ {{- end }}
spec:
{{ if .Values.inf.registry -}}
imagePullSecrets:
diff --git a/k8s/helm/webstatus/templates/ingress.yaml b/deploy/k8s/helm/webstatus/templates/ingress.yaml
similarity index 87%
rename from k8s/helm/webstatus/templates/ingress.yaml
rename to deploy/k8s/helm/webstatus/templates/ingress.yaml
index 1ab4e5e224..bad11ae778 100644
--- a/k8s/helm/webstatus/templates/ingress.yaml
+++ b/deploy/k8s/helm/webstatus/templates/ingress.yaml
@@ -14,6 +14,11 @@ metadata:
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
+{{- if .Values.inf.mesh.enabled }}
+{{- with .Values.ingress.mesh.annotations }}
+{{ toYaml . | indent 4 }}
+{{- end }}
+{{- end }}
spec:
{{- if .Values.ingress.tls }}
tls:
diff --git a/k8s/helm/webstatus/templates/service.yaml b/deploy/k8s/helm/webstatus/templates/service.yaml
similarity index 100%
rename from k8s/helm/webstatus/templates/service.yaml
rename to deploy/k8s/helm/webstatus/templates/service.yaml
diff --git a/deploy/k8s/helm/webstatus/values.yaml b/deploy/k8s/helm/webstatus/values.yaml
new file mode 100644
index 0000000000..7d23ce2273
--- /dev/null
+++ b/deploy/k8s/helm/webstatus/values.yaml
@@ -0,0 +1,112 @@
+replicaCount: 1
+clusterName: eshop-aks
+pathBase: /webstatus
+
+image:
+ repository: eshop/webstatus
+ tag: latest
+ pullPolicy: IfNotPresent
+
+service:
+ type: ClusterIP
+ port: 80
+
+ingress:
+ enabled: true
+ annotations: {
+
+ }
+ tls: []
+
+resources: {}
+
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+# env defines the environment variables that will be declared in the pod
+env:
+ urls:
+ # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
+ configmap:
+ - name: ApplicationInsights__InstrumentationKey
+ key: all__InstrumentationKey
+ - name: HealthChecks-UI__HealthChecks__0__Name
+ key: name__mvc__hc
+ - name: HealthChecks-UI__HealthChecks__0__Uri
+ key: internalurls__mvc__hc
+ - name: HealthChecks-UI__HealthChecks__1__Name
+ key: name__spa__hc
+ - name: HealthChecks-UI__HealthChecks__1__Uri
+ key: internalurls__spa__hc
+ - name: HealthChecks-UI__HealthChecks__2__Name
+ key: name__apigwwsagg__hc
+ - name: HealthChecks-UI__HealthChecks__2__Uri
+ key: internalurls__apigwwsagg__hc
+ - name: HealthChecks-UI__HealthChecks__3__Name
+ key: name__apigwmsagg__hc
+ - name: HealthChecks-UI__HealthChecks__3__Uri
+ key: internalurls__apigwmsagg__hc
+ - name: HealthChecks-UI__HealthChecks__4__Name
+ key: name__ordering__hc
+ - name: HealthChecks-UI__HealthChecks__4__Uri
+ key: internalurls__ordering__hc
+ - name: HealthChecks-UI__HealthChecks__5__Name
+ key: name__orderingbackground__hc
+ - name: HealthChecks-UI__HealthChecks__5__Uri
+ key: internalurls__orderingbackground__hc
+ - name: HealthChecks-UI__HealthChecks__6__Name
+ key: name__signalrhub__hc
+ - name: HealthChecks-UI__HealthChecks__6__Uri
+ key: internalurls__signalrhub__hc
+ - name: HealthChecks-UI__HealthChecks__7__Name
+ key: name__basket__hc
+ - name: HealthChecks-UI__HealthChecks__7__Uri
+ key: internalurls__basket__hc
+ - name: HealthChecks-UI__HealthChecks__8__Name
+ key: name__catalog__hc
+ - name: HealthChecks-UI__HealthChecks__8__Uri
+ key: internalurls__catalog__hc
+ - name: HealthChecks-UI__HealthChecks__9__Name
+ key: name__identity__hc
+ - name: HealthChecks-UI__HealthChecks__9__Uri
+ key: internalurls__identity__hc
+ - name: HealthChecks-UI__HealthChecks__10__Name
+ key: name__marketing__hc
+ - name: HealthChecks-UI__HealthChecks__10__Uri
+ key: internalurls__marketing__hc
+ - name: HealthChecks-UI__HealthChecks__11__Name
+ key: name__locations__hc
+ - name: HealthChecks-UI__HealthChecks__11__Uri
+ key: internalurls__locations__hc
+ - name: HealthChecks-UI__HealthChecks__12__Name
+ key: name__payment__hc
+ - name: HealthChecks-UI__HealthChecks__12__Uri
+ key: internalurls__payment__hc
+
+ - name: HealthChecks-UI__HealthChecks__13__Name
+ key: name__apigwws__hc
+ - name: HealthChecks-UI__HealthChecks__13__Uri
+ key: internalurls__apigwws__hc
+ - name: HealthChecks-UI__HealthChecks__14__Name
+ key: name__apigwwm__hc
+ - name: HealthChecks-UI__HealthChecks__14__Uri
+ key: internalurls__apigwwm__hc
+ - name: HealthChecks-UI__HealthChecks__15__Name
+ key: name__apigwms__hc
+ - name: HealthChecks-UI__HealthChecks__15__Uri
+ key: internalurls__apigwms__hc
+ - name: HealthChecks-UI__HealthChecks__16__Name
+ key: name__apigwmm__hc
+ - name: HealthChecks-UI__HealthChecks__16__Uri
+ key: internalurls__apigwmm__hc
+
+ # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
+ values:
+ - name: ASPNETCORE_ENVIRONMENT
+ value: Development
+ - name: OrchestratorType
+ value: 'K8S'
diff --git a/deploy/k8s/linkerd/basket-api-sp.yaml b/deploy/k8s/linkerd/basket-api-sp.yaml
new file mode 100644
index 0000000000..6b23bdb9f5
--- /dev/null
+++ b/deploy/k8s/linkerd/basket-api-sp.yaml
@@ -0,0 +1,42 @@
+apiVersion: linkerd.io/v1alpha2
+kind: ServiceProfile
+metadata:
+ creationTimestamp: null
+ name: basket-api.default.svc.cluster.local
+ namespace: default
+spec:
+ routes:
+ - condition:
+ method: GET
+ pathRegex: /basket-api/api/v1/basket/[^/]*
+ name: GET Basket {id}
+ isRetryable: true
+ - condition:
+ method: GET
+ pathRegex: /hc
+ name: GET /hc
+ isRetryable: false
+ - condition:
+ method: GET
+ pathRegex: /liveness
+ name: GET /liveness
+ isRetryable: false
+ - condition:
+ method: POST
+ pathRegex: /BasketApi\.Basket/GetBasketById
+ name: POST /BasketApi.Basket/GetBasketById
+ isRetryable: true
+ - condition:
+ method: POST
+ pathRegex: /BasketApi\.Basket/UpdateBasket
+ name: POST /BasketApi.Basket/UpdateBasket
+ isRetryable: true
+ - condition:
+ method: POST
+ pathRegex: /basket-api/api/v1/basket/checkout
+ name: POST /v1/basket/checkout
+ isRetryable: true
+ retryBudget:
+ retryRatio: 0.2
+ minRetriesPerSecond: 10
+ ttl: 10s
\ No newline at end of file
diff --git a/deploy/k8s/linkerd/catalog-api-sp.yaml b/deploy/k8s/linkerd/catalog-api-sp.yaml
new file mode 100644
index 0000000000..6e9afa4725
--- /dev/null
+++ b/deploy/k8s/linkerd/catalog-api-sp.yaml
@@ -0,0 +1,47 @@
+apiVersion: linkerd.io/v1alpha2
+kind: ServiceProfile
+metadata:
+ creationTimestamp: null
+ name: catalog-api.default.svc.cluster.local
+ namespace: default
+spec:
+ routes:
+ - condition:
+ method: GET
+ pathRegex: /catalog-api/api/v1/catalog/catalogbrands
+ name: GET /v1/catalog/catalogbrands
+ isRetryable: true
+ - condition:
+ method: GET
+ pathRegex: /catalog-api/api/v1/catalog/catalogtypes
+ name: GET /v1/catalog/catalogtypes
+ isRetryable: true
+ - condition:
+ method: GET
+ pathRegex: /catalog-api/api/v1/catalog/items
+ name: GET /v1/catalog/items
+ isRetryable: true
+ - condition:
+ method: GET
+ pathRegex: /api/v1/catalog/items/[^/]*/pic/
+ name: GET /v1/catalog/items/{id}/pic/
+ isRetryable: false
+ - condition:
+ method: GET
+ pathRegex: /hc
+ name: GET /hc
+ isRetryable: false
+ - condition:
+ method: GET
+ pathRegex: /liveness
+ isRetryable: false
+ name: GET /liveness
+ - condition:
+ method: POST
+ pathRegex: /CatalogApi\.Catalog/GetItemsByIds
+ name: POST /CatalogApi.Catalog/GetItemsByIds
+ isRetryable: true
+ retryBudget:
+ retryRatio: 0.2
+ minRetriesPerSecond: 10
+ ttl: 10s
\ No newline at end of file
diff --git a/k8s/nginx-ingress/cloud-generic.yaml b/deploy/k8s/nginx-ingress/cloud-generic.yaml
similarity index 100%
rename from k8s/nginx-ingress/cloud-generic.yaml
rename to deploy/k8s/nginx-ingress/cloud-generic.yaml
diff --git a/k8s/nginx-ingress/cm.yaml b/deploy/k8s/nginx-ingress/cm.yaml
similarity index 100%
rename from k8s/nginx-ingress/cm.yaml
rename to deploy/k8s/nginx-ingress/cm.yaml
diff --git a/k8s/nginx-ingress/local-dockerk8s/identityapi-cm-fix.yaml b/deploy/k8s/nginx-ingress/local-dockerk8s/identityapi-cm-fix.yaml
similarity index 100%
rename from k8s/nginx-ingress/local-dockerk8s/identityapi-cm-fix.yaml
rename to deploy/k8s/nginx-ingress/local-dockerk8s/identityapi-cm-fix.yaml
diff --git a/k8s/nginx-ingress/local-dockerk8s/mvc-cm-fix.yaml b/deploy/k8s/nginx-ingress/local-dockerk8s/mvc-cm-fix.yaml
similarity index 100%
rename from k8s/nginx-ingress/local-dockerk8s/mvc-cm-fix.yaml
rename to deploy/k8s/nginx-ingress/local-dockerk8s/mvc-cm-fix.yaml
diff --git a/k8s/nginx-ingress/local-dockerk8s/mvc-fix.yaml b/deploy/k8s/nginx-ingress/local-dockerk8s/mvc-fix.yaml
similarity index 100%
rename from k8s/nginx-ingress/local-dockerk8s/mvc-fix.yaml
rename to deploy/k8s/nginx-ingress/local-dockerk8s/mvc-fix.yaml
diff --git a/k8s/nginx-ingress/mandatory.yaml b/deploy/k8s/nginx-ingress/mandatory.yaml
similarity index 100%
rename from k8s/nginx-ingress/mandatory.yaml
rename to deploy/k8s/nginx-ingress/mandatory.yaml
diff --git a/k8s/nginx-ingress/service-nodeport.yaml b/deploy/k8s/nginx-ingress/service-nodeport.yaml
similarity index 100%
rename from k8s/nginx-ingress/service-nodeport.yaml
rename to deploy/k8s/nginx-ingress/service-nodeport.yaml
diff --git a/k8s/nodeports/rabbitmq-admin.yaml b/deploy/k8s/nodeports/rabbitmq-admin.yaml
similarity index 100%
rename from k8s/nodeports/rabbitmq-admin.yaml
rename to deploy/k8s/nodeports/rabbitmq-admin.yaml
diff --git a/k8s/nodeports/sql-service.yaml b/deploy/k8s/nodeports/sql-service.yaml
similarity index 100%
rename from k8s/nodeports/sql-service.yaml
rename to deploy/k8s/nodeports/sql-service.yaml
diff --git a/docker-compose-external.override.yml b/docker-compose-external.override.yml
deleted file mode 100644
index 4637385a15..0000000000
--- a/docker-compose-external.override.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-version: '3.4'
-
-services:
- sql.data:
- environment:
- - MSSQL_SA_PASSWORD=Pass@word
- - ACCEPT_EULA=Y
- - MSSQL_PID=Developer
- ports:
- - "5433:1433"
-
- nosql.data:
- ports:
- - "27017:27017"
\ No newline at end of file
diff --git a/docker-compose-external.yml b/docker-compose-external.yml
deleted file mode 100644
index 22fe4ce898..0000000000
--- a/docker-compose-external.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-version: '3.4'
-
-services:
- sql.data:
- image: microsoft/mssql-server-linux:2017-latest
-
- basket.data:
- image: redis
- ports:
- - "6379:6379"
-
- rabbitmq:
- image: rabbitmq
- ports:
- - "5672:5672"
-
- nosql.data:
- image: mongo
diff --git a/docker-compose.nobuild.yml b/docker-compose.nobuild.yml
deleted file mode 100644
index b2ebcf9038..0000000000
--- a/docker-compose.nobuild.yml
+++ /dev/null
@@ -1,83 +0,0 @@
-version: '3.4'
-
-services:
- basket.api:
- image: eshop/basket.api
- depends_on:
- - basket.data
- - identity.api
- - rabbitmq
-
- catalog.api:
- image: eshop/catalog.api
- depends_on:
- - sql.data
- - rabbitmq
-
- identity.api:
- image: eshop/identity.api
- depends_on:
- - sql.data
-
- ordering.api:
- image: eshop/ordering.api
- depends_on:
- - sql.data
- - rabbitmq
-
- marketing.api:
- image: eshop/marketing.api
- depends_on:
- - sql.data
- - nosql.data
- - identity.api
- - rabbitmq
-
- webspa:
- image: eshop/webspa
- depends_on:
- - catalog.api
- - ordering.api
- - identity.api
- - basket.api
- - marketing.api
-
- webmvc:
- image: eshop/webmvc
- depends_on:
- - catalog.api
- - ordering.api
- - identity.api
- - basket.api
- - marketing.api
-
- webstatus:
- image: eshop/webstatus
-
- payment.api:
- image: eshop/payment.api
- depends_on:
- - rabbitmq
-
- locations.api:
- image: eshop/locations.api
- depends_on:
- - nosql.data
- - rabbitmq
-
- sql.data:
- image: microsoft/mssql-server-linux:2017-latest
-
- nosql.data:
- image: mongo
-
- basket.data:
- image: redis
- ports:
- - "6379:6379"
-
- rabbitmq:
- image: rabbitmq:3-management
- ports:
- - "5672:5672"
-
diff --git a/docker-compose.override.yml b/docker-compose.override.yml
deleted file mode 100644
index 1ec7879b3c..0000000000
--- a/docker-compose.override.yml
+++ /dev/null
@@ -1,418 +0,0 @@
-version: '3.4'
-
-# The default docker-compose.override file can use the "localhost" as the external name for testing web apps within the same dev machine.
-# The ESHOP_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:
-# ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost
-# but values present in the environment vars at runtime will always override those defined inside the .env file
-# An external IP or DNS name has to be used (instead localhost and the 10.0.75.1 IP) when testing the Web apps and the Xamarin apps from remote machines/devices using the same WiFi, for instance.
-
-services:
- seq:
- environment:
- - ACCEPT_EULA=Y
- ports:
- - "5340:80"
-
- sql.data:
- environment:
- - SA_PASSWORD=Pass@word
- - ACCEPT_EULA=Y
- ports:
- - "5433:1433" # Important: In a production environment your should remove the external port
-
- nosql.data:
- ports:
- - "27017:27017" # Important: In a production environment your should remove the external port
-
- basket.data:
- ports:
- - "6379:6379" # Important: In a production environment your should remove the external port
-
- rabbitmq:
- ports:
- - "15672:15672" # Important: In a production environment your should remove the external port
- - "5672:5672" # Important: In a production environment your should remove the external port
-
- identity.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - SpaClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5104
- - XamarinCallback=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105/xamarincallback #localhost do not work for UWP login, so we have to use "external" IP always
- - ConnectionString=${ESHOP_AZURE_IDENTITY_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=sa;Password=Pass@word}
- - MvcClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5100 #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - LocationApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5109
- - MarketingApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5110
- - BasketApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5103
- - OrderingApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5102
- - MobileShoppingAggClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5120
- - WebShoppingAggClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121
- - WebhooksApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5113
- - WebhooksWebClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114
- - UseCustomizationData=True
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- ports:
- - "5105:80"
-
- basket.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_REDIS_BASKET_DB:-basket.data}
- - identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - AzureServiceBusEnabled=False
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - UseLoadTest=${USE_LOADTEST:-False}
-
- ports:
- - "5103:80" # Important: In a production environment your should remove the external port (5103) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- catalog.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_CATALOG_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word}
- - PicBaseUrl=${ESHOP_AZURE_STORAGE_CATALOG_URL:-http://localhost:5202/api/v1/c/catalog/items/[0]/pic/} #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - AzureStorageAccountName=${ESHOP_AZURE_STORAGE_CATALOG_NAME}
- - AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_CATALOG_KEY}
- - UseCustomizationData=True
- - AzureServiceBusEnabled=False
- - AzureStorageEnabled=False
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- ports:
- - "5101:80" # Important: In a production environment your should remove the external port (5101) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- ordering.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_ORDERING_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word}
- - identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - UseCustomizationData=True
- - AzureServiceBusEnabled=False
- - CheckUpdateTime=30000
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - UseLoadTest=${USE_LOADTEST:-False}
- - Serilog__MinimumLevel__Override__Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ=Verbose
- - Serilog__MinimumLevel__Override__Ordering.API=Verbose
- ports:
- - "5102:80" # Important: In a production environment your should remove the external port (5102) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
-
- ordering.backgroundtasks:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_ORDERING_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word}
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - UseCustomizationData=True
- - AzureServiceBusEnabled=False
- - CheckUpdateTime=30000
- - GracePeriodTime=1
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - UseLoadTest=${USE_LOADTEST:-False}
- - Serilog__MinimumLevel__Override__Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ=Verbose
- ports:
- - "5111:80"
-
- marketing.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_MARKETING_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word}
- - MongoConnectionString=${ESHOP_AZURE_COSMOSDB:-mongodb://nosql.data}
- - MongoDatabase=MarketingDb
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105
- - CampaignDetailFunctionUri=${ESHOP_AZUREFUNC_CAMPAIGN_DETAILS_URI}
- - PicBaseUrl=${ESHOP_AZURE_STORAGE_MARKETING_URL:-http://localhost:5110/api/v1/campaigns/[0]/pic/}
- - AzureStorageAccountName=${ESHOP_AZURE_STORAGE_MARKETING_NAME}
- - AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_MARKETING_KEY}
- - AzureServiceBusEnabled=False
- - AzureStorageEnabled=False
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - UseLoadTest=${USE_LOADTEST:-False}
- ports:
- - "5110:80" # Important: In a production environment your should remove the external port (5110) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- payment.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - AzureServiceBusEnabled=False
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - Serilog__MinimumLevel__Override__Payment.API.IntegrationEvents.EventHandling=Verbose
- - Serilog__MinimumLevel__Override__Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ=Verbose
- ports:
- - "5108:80" # Important: In a production environment your should remove the external port (5108) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- locations.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_COSMOSDB:-mongodb://nosql.data}
- - Database=LocationsDb
- - identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - AzureServiceBusEnabled=False
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - UseLoadTest=${USE_LOADTEST:-False}
- ports:
- - "5109:80" # Important: In a production environment your should remove the external port (5109) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
- webhooks.api:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - ConnectionString=${ESHOP_AZURE_WEBHOOKS_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.WebhooksDb;User Id=sa;Password=Pass@word}
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - IdentityUrl=http://identity.api
- - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105
- ports:
- - "5113:80" # Important: In a production environment your should remove the external port (5109) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- mobileshoppingapigw:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - urls__basket=http://basket.api
- - urls__catalog=http://catalog.api
- - urls__orders=http://ordering.api
- - urls__identity=http://identity.api
- - CatalogUrlHC=http://catalog.api/hc
- - OrderingUrlHC=http://ordering.api/hc
- - IdentityUrlHC=http://identity.api/hc
- - BasketUrlHC=http://basket.api/hc
- - MarketingUrlHC=http://marketing.api/hc
- - PaymentUrlHC=http://payment.api/hc
- - LocationUrlHC=http://locations.api/hc
- ports:
- - "5200:80"
- volumes:
- - ./src/ApiGateways/Mobile.Bff.Shopping/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration}
-
- mobilemarketingapigw:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - CatalogUrlHC=http://catalog.api/hc
- - OrderingUrlHC=http://ordering.api/hc
- - IdentityUrlHC=http://identity.api/hc
- - BasketUrlHC=http://basket.api/hc
- - MarketingUrlHC=http://marketing.api/hc
- - PaymentUrlHC=http://payment.api/hc
- - LocationUrlHC=http://locations.api/hc
- ports:
- - "5201:80"
- volumes:
- - ./src/ApiGateways/Mobile.Bff.Marketing/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration}
-
- webshoppingapigw:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - CatalogUrlHC=http://catalog.api/hc
- - OrderingUrlHC=http://ordering.api/hc
- - IdentityUrlHC=http://identity.api/hc
- - BasketUrlHC=http://basket.api/hc
- - MarketingUrlHC=http://marketing.api/hc
- - PaymentUrlHC=http://payment.api/hc
- - LocationUrlHC=http://locations.api/hc
- ports:
- - "5202:80"
- volumes:
- - ./src/ApiGateways/Web.Bff.Shopping/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration}
-
- webmarketingapigw:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - CatalogUrlHC=http://catalog.api/hc
- - OrderingUrlHC=http://ordering.api/hc
- - IdentityUrlHC=http://identity.api/hc
- - BasketUrlHC=http://basket.api/hc
- - MarketingUrlHC=http://marketing.api/hc
- - PaymentUrlHC=http://payment.api/hc
- - LocationUrlHC=http://locations.api/hc
- ports:
- - "5203:80"
- volumes:
- - ./src/ApiGateways/Web.Bff.Marketing/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration}
-
- mobileshoppingagg:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - urls__basket=http://basket.api
- - urls__catalog=http://catalog.api
- - urls__orders=http://ordering.api
- - urls__identity=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - CatalogUrlHC=http://catalog.api/hc
- - OrderingUrlHC=http://ordering.api/hc
- - IdentityUrlHC=http://identity.api/hc
- - BasketUrlHC=http://basket.api/hc
- - MarketingUrlHC=http://marketing.api/hc
- - PaymentUrlHC=http://payment.api/hc
- - LocationUrlHC=http://locations.api/hc
- ports:
- - "5120:80" # Important: In a production environment your should remove the external port (5120) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- webshoppingagg:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - urls__basket=http://basket.api
- - urls__catalog=http://catalog.api
- - urls__orders=http://ordering.api
- - urls__identity=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- - CatalogUrlHC=http://catalog.api/hc
- - OrderingUrlHC=http://ordering.api/hc
- - IdentityUrlHC=http://identity.api/hc
- - BasketUrlHC=http://basket.api/hc
- - MarketingUrlHC=http://marketing.api/hc
- - PaymentUrlHC=http://payment.api/hc
- - LocationUrlHC=http://locations.api/hc
- ports:
- - "5121:80" # Important: In a production environment your should remove the external port (5121) kept here for microservice debugging purposes.
- # The API Gateway redirects and access through the internal port (80).
-
- ordering.signalrhub:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
- - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME}
- - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- - AzureServiceBusEnabled=False
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
- ports:
- - "5112:80"
-
- webstatus:
- environment:
- - ASPNETCORE_ENVIRONMENT=Production
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - HealthChecksUI__HealthChecks__0__Name=WebMVC HTTP Check
- - HealthChecksUI__HealthChecks__0__Uri=http://webmvc/hc
- - HealthChecksUI__HealthChecks__1__Name=WebSPA HTTP Check
- - HealthChecksUI__HealthChecks__1__Uri=http://webspa/hc
- - HealthChecksUI__HealthChecks__2__Name=Web Shopping Aggregator GW HTTP Check
- - HealthChecksUI__HealthChecks__2__Uri=http://webshoppingagg/hc
- - HealthChecksUI__HealthChecks__3__Name=Mobile Shopping Aggregator HTTP Check
- - HealthChecksUI__HealthChecks__3__Uri=http://mobileshoppingagg/hc
- - HealthChecksUI__HealthChecks__4__Name=Mobile Shopping API GW HTTP Check
- - HealthChecksUI__HealthChecks__4__Uri=http://mobileshoppingapigw/hc
- - HealthChecksUI__HealthChecks__5__Name=Mobile Marketing API GW HTTP Check
- - HealthChecksUI__HealthChecks__5__Uri=http://mobilemarketingapigw/hc
- - HealthChecksUI__HealthChecks__6__Name=Web Shopping API GW HTTP Check
- - HealthChecksUI__HealthChecks__6__Uri=http://webshoppingapigw/hc
- - HealthChecksUI__HealthChecks__7__Name=Web Marketing API GW HTTP Check
- - HealthChecksUI__HealthChecks__7__Uri=http://webmarketingapigw/hc
- - HealthChecksUI__HealthChecks__8__Name=Ordering HTTP Check
- - HealthChecksUI__HealthChecks__8__Uri=http://ordering.api/hc
- - HealthChecksUI__HealthChecks__9__Name=Ordering HTTP Background Check
- - HealthChecksUI__HealthChecks__9__Uri=http://ordering.backgroundtasks/hc
- - HealthChecksUI__HealthChecks__10__Name=Basket HTTP Check
- - HealthChecksUI__HealthChecks__10__Uri=http://basket.api/hc
- - HealthChecksUI__HealthChecks__11__Name=Catalog HTTP Check
- - HealthChecksUI__HealthChecks__11__Uri=http://catalog.api/hc
- - HealthChecksUI__HealthChecks__12__Name=Identity HTTP Check
- - HealthChecksUI__HealthChecks__12__Uri=http://identity.api/hc
- - HealthChecksUI__HealthChecks__13__Name=Marketing HTTP Check
- - HealthChecksUI__HealthChecks__13__Uri=http://marketing.api/hc
- - HealthChecksUI__HealthChecks__14__Name=Locations HTTP Check
- - HealthChecksUI__HealthChecks__14__Uri=http://locations.api/hc
- - HealthChecksUI__HealthChecks__15__Name=Payments HTTP Check
- - HealthChecksUI__HealthChecks__15__Uri=http://payment.api/hc
- - HealthChecksUI__HealthChecks__16__Name=Ordering SignalRHub HTTP Check
- - HealthChecksUI__HealthChecks__16__Uri=http://ordering.signalrhub/hc
- - OrderingBackgroundTasksUrl=http://ordering.backgroundtasks/hc
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- ports:
- - "5107:80"
-
- webspa:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
- - PurchaseUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202
- - MarketingUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5203
- - PurchaseUrlHC=http://webshoppingapigw/hc
- - MarketingUrlHC=http://webmarketingapigw/hc
- - IdentityUrlHC=http://identity.api/hc
- - UseCustomizationData=True
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202
- ports:
- - "5104:80"
-
- webmvc:
- environment:
- - ASPNETCORE_ENVIRONMENT=Development
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - PurchaseUrl=http://webshoppingapigw
- - IdentityUrl=http://10.0.75.1:5105 # Local Mac: Use http://docker.for.mac.localhost:5105 || Local Windows: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. || #Remote access: Use ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
- - MarketingUrl=http://webmarketingapigw
- - SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202
- - IdentityUrlHC=http://identity.api/hc
- - PurchaseUrlHC=http://webshoppingapigw/hc
- - MarketingUrlHC=http://webmarketingapigw/hc
- - UseCustomizationData=True
- - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- - OrchestratorType=${ORCHESTRATOR_TYPE}
- - UseLoadTest=${USE_LOADTEST:-False}
- ports:
- - "5100:80"
-
- webhooks.client:
- environment:
- - ASPNETCORE_URLS=http://0.0.0.0:80
- - Token=6168DB8D-DC58-4094-AF24-483278923590 # Webhooks are registered with this token (any value is valid) but the client won't check it
- - IdentityUrl=http://10.0.75.1:5105
- - CallBackUrl=http://localhost:5114
- - WebhooksUrl=http://webhooks.api
- - SelfUrl=http://webhooks.client/
- ports:
- - "5114:80"
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index 6094f2ca27..0000000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,240 +0,0 @@
-version: '3.4'
-
-services:
-
- seq:
- image: datalust/seq:latest
-
- sql.data:
- image: mcr.microsoft.com/mssql/server:2017-latest
-
- nosql.data:
- image: mongo
-
- basket.data:
- image: redis:alpine
-
- rabbitmq:
- image: rabbitmq:3-management-alpine
-
- identity.api:
- image: ${REGISTRY:-eshop}/identity.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Identity/Identity.API/Dockerfile
- depends_on:
- - sql.data
-
- basket.api:
- image: ${REGISTRY:-eshop}/basket.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Basket/Basket.API/Dockerfile
- depends_on:
- - basket.data
- - identity.api
- - rabbitmq
-
- catalog.api:
- image: ${REGISTRY:-eshop}/catalog.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Catalog/Catalog.API/Dockerfile
- depends_on:
- - sql.data
- - rabbitmq
-
- ordering.api:
- image: ${REGISTRY:-eshop}/ordering.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Ordering/Ordering.API/Dockerfile
- depends_on:
- - sql.data
- - rabbitmq
-
- ordering.backgroundtasks:
- image: ${REGISTRY:-eshop}/ordering.backgroundtasks:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
- depends_on:
- - sql.data
- - rabbitmq
-
- marketing.api:
- image: ${REGISTRY:-eshop}/marketing.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Marketing/Marketing.API/Dockerfile
- depends_on:
- - sql.data
- - nosql.data
- - identity.api
- - rabbitmq
-
- payment.api:
- image: ${REGISTRY:-eshop}/payment.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Payment/Payment.API/Dockerfile
- depends_on:
- - rabbitmq
-
- locations.api:
- image: ${REGISTRY:-eshop}/locations.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Location/Locations.API/Dockerfile
- depends_on:
- - nosql.data
- - rabbitmq
-
- webhooks.api:
- image: ${REGISTRY:-eshop}/webhooks.api:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Webhooks/Webhooks.API/Dockerfile
- depends_on:
- - sql.data
-
- mobileshoppingapigw:
- image: ${REGISTRY:-eshop}/ocelotapigw:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- mobilemarketingapigw:
- image: ${REGISTRY:-eshop}/ocelotapigw:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- webshoppingapigw:
- image: ${REGISTRY:-eshop}/ocelotapigw:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- webmarketingapigw:
- image: ${REGISTRY:-eshop}/ocelotapigw:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/ApiGateways/ApiGw-Base/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- mobileshoppingagg:
- image: ${REGISTRY:-eshop}/mobileshoppingagg:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- webshoppingagg:
- image: ${REGISTRY:-eshop}/webshoppingagg:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- ordering.signalrhub:
- image: ${REGISTRY:-eshop}/ordering.signalrhub:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Services/Ordering/Ordering.SignalrHub/Dockerfile
- depends_on:
- - nosql.data
- - sql.data
- - identity.api
- - rabbitmq
- - ordering.api
- - marketing.api
- - catalog.api
- - basket.api
-
- webstatus:
- image: ${REGISTRY:-eshop}/webstatus:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Web/WebStatus/Dockerfile
-
- webspa:
- image: ${REGISTRY:-eshop}/webspa:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Web/WebSPA/Dockerfile
- args:
- NODE_IMAGE: ${NODE_IMAGE:-node:8.11}
-# depends_on:
-# - webshoppingagg
-# - webshoppingapigw
-# - webmarketingapigw
-
- webmvc:
- image: ${REGISTRY:-eshop}/webmvc:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Web/WebMVC/Dockerfile
- depends_on:
- - webshoppingagg
- - webshoppingapigw
- - webmarketingapigw
-
- webhooks.client:
- image: ${REGISTRY:-eshop}/webhooks.client:${PLATFORM:-linux}-${TAG:-latest}
- build:
- context: .
- dockerfile: src/Web/WebhookClient/Dockerfile
- depends_on:
- - webhooks.api
\ No newline at end of file
diff --git a/eShopOnContainers-AzureFunctions.sln b/eShopOnContainers-AzureFunctions.sln
deleted file mode 100644
index d129fc0fee..0000000000
--- a/eShopOnContainers-AzureFunctions.sln
+++ /dev/null
@@ -1,96 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.26730.8
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{5B1011EC-CEE5-47AA-B336-99381D573679}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AzureFunctions", "AzureFunctions", "{106B787C-2CFF-4484-8C07-D14589859E94}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "marketing-functions", "src\Services\Marketing\Infrastructure\AzureFunctions\marketing-functions.csproj", "{B363EF31-DD1A-46C8-ADDF-CD30A756E97B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
- Ad-Hoc|ARM = Ad-Hoc|ARM
- Ad-Hoc|iPhone = Ad-Hoc|iPhone
- Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
- Ad-Hoc|x64 = Ad-Hoc|x64
- Ad-Hoc|x86 = Ad-Hoc|x86
- AppStore|Any CPU = AppStore|Any CPU
- AppStore|ARM = AppStore|ARM
- AppStore|iPhone = AppStore|iPhone
- AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
- AppStore|x64 = AppStore|x64
- AppStore|x86 = AppStore|x86
- Debug|Any CPU = Debug|Any CPU
- Debug|ARM = Debug|ARM
- Debug|iPhone = Debug|iPhone
- Debug|iPhoneSimulator = Debug|iPhoneSimulator
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|ARM = Release|ARM
- Release|iPhone = Release|iPhone
- Release|iPhoneSimulator = Release|iPhoneSimulator
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|ARM.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|x64.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.AppStore|x86.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|ARM.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|iPhone.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|x64.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|x64.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Debug|x86.Build.0 = Debug|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|Any CPU.Build.0 = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|ARM.ActiveCfg = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|ARM.Build.0 = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|iPhone.ActiveCfg = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|iPhone.Build.0 = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|x64.ActiveCfg = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|x64.Build.0 = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|x86.ActiveCfg = Release|Any CPU
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B}.Release|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {106B787C-2CFF-4484-8C07-D14589859E94} = {5B1011EC-CEE5-47AA-B336-99381D573679}
- {B363EF31-DD1A-46C8-ADDF-CD30A756E97B} = {106B787C-2CFF-4484-8C07-D14589859E94}
- EndGlobalSection
-EndGlobal
diff --git a/eShopOnContainers.sln b/eShopOnContainers.sln
deleted file mode 100644
index c3e63925dd..0000000000
--- a/eShopOnContainers.sln
+++ /dev/null
@@ -1,2172 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.27130.2024
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{FEA0C318-FFED-4D39-8781-265718CA43DD}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{932D8224-11F6-4D07-B109-DA28AD288A63}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3AF739CD-81D8-428D-A08A-0A58372DEBF6}"
- ProjectSection(SolutionItems) = preProject
- Local.testsettings = Local.testsettings
- NuGet.config = NuGet.config
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{91CF7717-08AB-4E65-B10E-0B426F01E2E8}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web Apps", "Web Apps", "{E279BF0F-7F66-4F3A-A3AB-2CDA66C1CD04}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Catalog", "Catalog", "{326A7FB3-5295-468C-A4FE-67DCB823E1E5}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Basket", "Basket", "{BF3EF4F3-E4F5-41DA-9D2D-57223687D1A8}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ordering", "Ordering", "{0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A857AD10-40FF-4303-BEC2-FF1C58D5735E}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServicesTests", "ServicesTests", "{EF0337F2-ED00-4643-89FD-EE10863F1870}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{24CD3B53-141E-4A07-9B0D-796641E1CF78}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basket.API", "src\Services\Basket\Basket.API\Basket.API.csproj", "{2110CBB0-3B38-4EE4-A743-DF6968D80D90}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Catalog.API", "src\Services\Catalog\Catalog.API\Catalog.API.csproj", "{42681D9D-750A-4DF7-BD9F-9292CFD5C253}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ordering.API", "src\Services\Ordering\Ordering.API\Ordering.API.csproj", "{231226CE-690B-4979-8870-9A79D80928E2}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ordering.Domain", "src\Services\Ordering\Ordering.Domain\Ordering.Domain.csproj", "{F5598DCB-6DDE-4661-AD9D-A55612DA7E76}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebMVC", "src\Web\WebMVC\WebMVC.csproj", "{F0333D8E-0B27-42B7-B2C6-78F3657624E2}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ordering.Infrastructure", "src\Services\Ordering\Ordering.Infrastructure\Ordering.Infrastructure.csproj", "{95F1F07C-4D92-4742-BD07-E5B805AAB651}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{A579E108-5445-403D-A407-339AC4D1611B}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSPA", "src\Web\WebSPA\WebSPA.csproj", "{F16E3C6A-1C94-4EAB-BE91-099618060B68}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildingBlocks", "BuildingBlocks", "{DB0EFB20-B024-4E5E-A75C-52143C131D25}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventBus", "EventBus", "{807BB76E-B2BB-47A2-A57B-3D1B20FF5E7F}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBus", "src\BuildingBlocks\EventBus\EventBus\EventBus.csproj", "{0044B293-1DCC-4224-B948-00CF6DC7F510}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBusRabbitMQ", "src\BuildingBlocks\EventBus\EventBusRabbitMQ\EventBusRabbitMQ.csproj", "{8088F3FC-6787-45FA-A924-816EC81CBFAC}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationEventLogEF", "src\BuildingBlocks\EventBus\IntegrationEventLogEF\IntegrationEventLogEF.csproj", "{9EE28E45-1533-472B-8267-56C48855BA0E}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStatus", "src\Web\WebStatus\WebStatus.csproj", "{C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Payment", "Payment", "{022E145D-1593-47EE-9608-8E323D3C63F5}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Payment.API", "src\Services\Payment\Payment.API\Payment.API.csproj", "{1A01AF82-6FCB-464C-B39C-F127AEBD315D}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Location", "Location", "{41139F64-4046-4F16-96B7-D941D96FA9C6}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Locations.API", "src\Services\Location\Locations.API\Locations.API.csproj", "{E7581357-FC34-474C-B8F5-307EE3CE05EF}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Marketing", "Marketing", "{A5260DE0-1FDD-467E-9CC1-A028AB081CEE}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marketing.API", "src\Services\Marketing\Marketing.API\Marketing.API.csproj", "{DF395F85-B010-465D-857A-7EBCC512C0C2}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBusServiceBus", "src\BuildingBlocks\EventBus\EventBusServiceBus\EventBusServiceBus.csproj", "{69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebHost", "WebHost", "{1815B651-941C-466B-AE33-D1D7EEB8F77F}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebHost.Customization", "src\BuildingBlocks\WebHostCustomization\WebHost.Customization\WebHost.Customization.csproj", "{15F4B3AA-89B6-4A0D-9051-414305974781}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps", "{EF3EDC78-E864-43FF-8E80-CF33DD9508A3}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared Code", "Shared Code", "{F7B757E3-D3F2-4E60-B183-D67CDEC96F76}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{2BB81612-8D04-49CD-B17F-38DAB176E583}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eShopOnContainers.Core", "src\Mobile\eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{BA96A12C-4EE3-46C4-BB3F-F811B554CD01}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.Droid\eShopOnContainers.Droid.csproj", "{62DBB163-9CA9-4818-B48B-13233DF37C24}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.iOS\eShopOnContainers.iOS.csproj", "{6EEB23DC-7063-4444-9AF8-90DF24F549C0}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Windows", "src\Mobile\eShopOnContainers\eShopOnContainers.Windows\eShopOnContainers.Windows.csproj", "{C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps", "{0AAED9FF-3260-43BB-B586-9AAF1E010A90}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eShopOnContainers.UnitTests", "src\Mobile\eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{6E4285E7-7611-4440-A1B5-3513EBB13807}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Droid\eShopOnContainers.TestRunner.Droid.csproj", "{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.iOS\eShopOnContainers.TestRunner.iOS.csproj", "{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Windows", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Windows\eShopOnContainers.TestRunner.Windows.csproj", "{A7337243-33B8-463A-87AD-944B75EFD820}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ordering.BackgroundTasks", "src\Services\Ordering\Ordering.BackgroundTasks\Ordering.BackgroundTasks.csproj", "{16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basket.FunctionalTests", "src\Services\Basket\Basket.FunctionalTests\Basket.FunctionalTests.csproj", "{9F00E62F-E180-4A9C-8794-98A72AFAC2DB}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basket.UnitTests", "src\Services\Basket\Basket.UnitTests\Basket.UnitTests.csproj", "{63417272-1E6A-406A-AD11-C738558D89C0}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Catalog.FunctionalTests", "src\Services\Catalog\Catalog.FunctionalTests\Catalog.FunctionalTests.csproj", "{56E0E455-731E-41CB-AF46-C1A70F8A140B}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Catalog.UnitTests", "src\Services\Catalog\Catalog.UnitTests\Catalog.UnitTests.csproj", "{1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Locations.FunctionalTests", "src\Services\Location\Locations.FunctionalTests\Locations.FunctionalTests.csproj", "{4F0E5CB2-5795-4040-8637-1D395914C944}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marketing.FunctionalTests", "src\Services\Marketing\Marketing.FunctionalTests\Marketing.FunctionalTests.csproj", "{22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ordering.FunctionalTests", "src\Services\Ordering\Ordering.FunctionalTests\Ordering.FunctionalTests.csproj", "{5A155B15-D8E7-47FE-8D17-8E641726158C}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ordering.UnitTests", "src\Services\Ordering\Ordering.UnitTests\Ordering.UnitTests.csproj", "{0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTest", "test\ServicesTests\LoadTest\LoadTest.csproj", "{969E793C-C413-490E-9C9D-B2B46DA5AF32}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application.FunctionalTests", "test\ServicesTests\Application.FunctionalTests\Application.FunctionalTests.csproj", "{3572B4E2-4399-4797-B5C2-3720D870E0C3}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7BA332A2-189D-4D03-9935-FDFF81C42496}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2F0DEF71-84AC-4212-86D4-E36E8896BDBF}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2B26A7AA-6D61-42FA-8AB7-C0F05AAE7F1C}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DA1786E4-30AB-434E-A827-92896390B79D}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{30308DE0-8128-4613-BCAD-B0BEFFB20E38}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApiGateways", "ApiGateways", "{79C64C7A-ED74-4F01-921F-92F4F9FC1E1D}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApiGw-Base", "ApiGw-Base", "{56AD1FCA-6E16-4798-BF29-941C5B3277D2}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile.Bff.Marketing", "Mobile.Bff.Marketing", "{34ED3311-2B30-4C8B-823B-312B50FFC32A}"
- ProjectSection(SolutionItems) = preProject
- src\ApiGateways\Mobile.Bff.Marketing\apigw\configuration.json = src\ApiGateways\Mobile.Bff.Marketing\apigw\configuration.json
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile.Bff.Shopping", "Mobile.Bff.Shopping", "{A32A5254-BA36-46FC-8C75-F7B8FFE8FCD0}"
- ProjectSection(SolutionItems) = preProject
- src\ApiGateways\Mobile.Bff.Shopping\apigw\configuration.json = src\ApiGateways\Mobile.Bff.Shopping\apigw\configuration.json
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web.Bff.Marketing", "Web.Bff.Marketing", "{696D2B7E-6B75-401D-964A-BFE6F4D7AF73}"
- ProjectSection(SolutionItems) = preProject
- src\ApiGateways\Web.Bff.Marketing\apigw\configuration.json = src\ApiGateways\Web.Bff.Marketing\apigw\configuration.json
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web.Bff.Shopping", "Web.Bff.Shopping", "{424BC53E-17EA-4E12-BC07-64BAA927ABCB}"
- ProjectSection(SolutionItems) = preProject
- src\ApiGateways\Web.Bff.Shopping\apigw\configuration.json = src\ApiGateways\Web.Bff.Shopping\apigw\configuration.json
- EndProjectSection
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OcelotApiGw", "src\ApiGateways\ApiGw-Base\OcelotApiGw.csproj", "{0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.Shopping.HttpAggregator", "src\ApiGateways\Mobile.Bff.Shopping\aggregator\Mobile.Shopping.HttpAggregator.csproj", "{98E0B3BA-6601-4C59-A9AA-24A00A17D835}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web.Shopping.HttpAggregator", "src\ApiGateways\Web.Bff.Shopping\aggregator\Web.Shopping.HttpAggregator.csproj", "{E39BD762-BC86-459D-B818-B6BF2D9F1352}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Devspaces.Support", "Devspaces.Support", "{ABBA561B-499B-48C0-8299-85D41E6E9E98}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Devspaces.Support", "src\BuildingBlocks\Devspaces.Support\Devspaces.Support.csproj", "{CB6D01A4-E597-4348-9570-FC8DB03B4267}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
- Ad-Hoc|ARM = Ad-Hoc|ARM
- Ad-Hoc|iPhone = Ad-Hoc|iPhone
- Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
- Ad-Hoc|x64 = Ad-Hoc|x64
- Ad-Hoc|x86 = Ad-Hoc|x86
- AppStore|Any CPU = AppStore|Any CPU
- AppStore|ARM = AppStore|ARM
- AppStore|iPhone = AppStore|iPhone
- AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
- AppStore|x64 = AppStore|x64
- AppStore|x86 = AppStore|x86
- Debug|Any CPU = Debug|Any CPU
- Debug|ARM = Debug|ARM
- Debug|iPhone = Debug|iPhone
- Debug|iPhoneSimulator = Debug|iPhoneSimulator
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|ARM = Release|ARM
- Release|iPhone = Release|iPhone
- Release|iPhoneSimulator = Release|iPhoneSimulator
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|ARM.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|x64.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.AppStore|x86.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|ARM.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|iPhone.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|x64.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|x64.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|x86.ActiveCfg = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Debug|x86.Build.0 = Debug|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|Any CPU.Build.0 = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|ARM.ActiveCfg = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|ARM.Build.0 = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|iPhone.ActiveCfg = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|iPhone.Build.0 = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|x64.ActiveCfg = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|x64.Build.0 = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|x86.ActiveCfg = Release|Any CPU
- {FEA0C318-FFED-4D39-8781-265718CA43DD}.Release|x86.Build.0 = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.AppStore|x64.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.AppStore|x86.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|x64.ActiveCfg = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Debug|x86.ActiveCfg = Debug|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|Any CPU.Build.0 = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|ARM.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|iPhone.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|x64.ActiveCfg = Release|Any CPU
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90}.Release|x86.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.AppStore|x64.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.AppStore|x86.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|x64.ActiveCfg = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Debug|x86.ActiveCfg = Debug|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|Any CPU.Build.0 = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|ARM.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|iPhone.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|x64.ActiveCfg = Release|Any CPU
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253}.Release|x86.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.AppStore|x64.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.AppStore|x86.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|x64.ActiveCfg = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Debug|x86.ActiveCfg = Debug|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|Any CPU.Build.0 = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|ARM.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|iPhone.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|x64.ActiveCfg = Release|Any CPU
- {231226CE-690B-4979-8870-9A79D80928E2}.Release|x86.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.AppStore|x64.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.AppStore|x86.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|Any CPU.Build.0 = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|ARM.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|iPhone.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|x64.ActiveCfg = Release|Any CPU
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76}.Release|x86.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.AppStore|x64.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.AppStore|x86.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|Any CPU.Build.0 = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|ARM.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|iPhone.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|x64.ActiveCfg = Release|Any CPU
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2}.Release|x86.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|ARM.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|x64.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.AppStore|x86.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|ARM.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|iPhone.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|x64.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|x64.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|x86.ActiveCfg = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Debug|x86.Build.0 = Debug|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|Any CPU.Build.0 = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|ARM.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|ARM.Build.0 = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|iPhone.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|iPhone.Build.0 = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|x64.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|x64.Build.0 = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|x86.ActiveCfg = Release|Any CPU
- {95F1F07C-4D92-4742-BD07-E5B805AAB651}.Release|x86.Build.0 = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|ARM.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|x64.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.AppStore|x86.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|ARM.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|iPhone.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|x64.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|x64.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Debug|x86.Build.0 = Debug|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|Any CPU.Build.0 = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|ARM.ActiveCfg = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|ARM.Build.0 = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|iPhone.ActiveCfg = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|iPhone.Build.0 = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|x64.ActiveCfg = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|x64.Build.0 = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|x86.ActiveCfg = Release|Any CPU
- {A579E108-5445-403D-A407-339AC4D1611B}.Release|x86.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|x64.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Ad-Hoc|x86.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|ARM.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|x64.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|x64.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|x86.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.AppStore|x86.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|ARM.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|iPhone.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|x64.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Debug|x86.Build.0 = Debug|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|Any CPU.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|ARM.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|ARM.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|iPhone.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|iPhone.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|x64.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|x64.Build.0 = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|x86.ActiveCfg = Release|Any CPU
- {F16E3C6A-1C94-4EAB-BE91-099618060B68}.Release|x86.Build.0 = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|ARM.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|x64.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.AppStore|x86.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|ARM.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|iPhone.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|x64.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|x64.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|x86.ActiveCfg = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Debug|x86.Build.0 = Debug|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|Any CPU.Build.0 = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|ARM.ActiveCfg = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|ARM.Build.0 = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|iPhone.ActiveCfg = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|iPhone.Build.0 = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|x64.ActiveCfg = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|x64.Build.0 = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|x86.ActiveCfg = Release|Any CPU
- {0044B293-1DCC-4224-B948-00CF6DC7F510}.Release|x86.Build.0 = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|ARM.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|x64.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.AppStore|x86.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|ARM.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|iPhone.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|x64.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Debug|x86.Build.0 = Debug|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|Any CPU.Build.0 = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|ARM.ActiveCfg = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|ARM.Build.0 = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|iPhone.ActiveCfg = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|iPhone.Build.0 = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|x64.ActiveCfg = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|x64.Build.0 = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|x86.ActiveCfg = Release|Any CPU
- {8088F3FC-6787-45FA-A924-816EC81CBFAC}.Release|x86.Build.0 = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|ARM.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|x64.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.AppStore|x86.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|ARM.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|iPhone.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|x64.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Debug|x86.Build.0 = Debug|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|Any CPU.Build.0 = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|ARM.ActiveCfg = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|ARM.Build.0 = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|iPhone.ActiveCfg = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|iPhone.Build.0 = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|x64.ActiveCfg = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|x64.Build.0 = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|x86.ActiveCfg = Release|Any CPU
- {9EE28E45-1533-472B-8267-56C48855BA0E}.Release|x86.Build.0 = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|ARM.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|x64.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.AppStore|x86.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|ARM.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|iPhone.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|x64.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|x64.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|x86.ActiveCfg = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Debug|x86.Build.0 = Debug|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|Any CPU.Build.0 = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|ARM.ActiveCfg = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|ARM.Build.0 = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|iPhone.ActiveCfg = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|iPhone.Build.0 = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|x64.ActiveCfg = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|x64.Build.0 = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|x86.ActiveCfg = Release|Any CPU
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F}.Release|x86.Build.0 = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|ARM.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|x64.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.AppStore|x86.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|ARM.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|iPhone.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|x64.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|x64.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|x86.ActiveCfg = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Debug|x86.Build.0 = Debug|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|Any CPU.Build.0 = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|ARM.ActiveCfg = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|ARM.Build.0 = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|iPhone.ActiveCfg = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|iPhone.Build.0 = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|x64.ActiveCfg = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|x64.Build.0 = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|x86.ActiveCfg = Release|Any CPU
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D}.Release|x86.Build.0 = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|ARM.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|x64.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.AppStore|x86.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|ARM.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|iPhone.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|x64.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Debug|x86.Build.0 = Debug|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|Any CPU.Build.0 = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|ARM.ActiveCfg = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|ARM.Build.0 = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|iPhone.ActiveCfg = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|iPhone.Build.0 = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|x64.ActiveCfg = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|x64.Build.0 = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|x86.ActiveCfg = Release|Any CPU
- {E7581357-FC34-474C-B8F5-307EE3CE05EF}.Release|x86.Build.0 = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|ARM.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|x64.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.AppStore|x86.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|ARM.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|iPhone.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|x64.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|x64.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|x86.ActiveCfg = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Debug|x86.Build.0 = Debug|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|Any CPU.Build.0 = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|ARM.ActiveCfg = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|ARM.Build.0 = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|iPhone.ActiveCfg = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|iPhone.Build.0 = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|x64.ActiveCfg = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|x64.Build.0 = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|x86.ActiveCfg = Release|Any CPU
- {DF395F85-B010-465D-857A-7EBCC512C0C2}.Release|x86.Build.0 = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|ARM.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|x64.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.AppStore|x86.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|ARM.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|iPhone.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|x64.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|x64.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|x86.ActiveCfg = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Debug|x86.Build.0 = Debug|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|Any CPU.Build.0 = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|ARM.ActiveCfg = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|ARM.Build.0 = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|iPhone.ActiveCfg = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|iPhone.Build.0 = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|x64.ActiveCfg = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|x64.Build.0 = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|x86.ActiveCfg = Release|Any CPU
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8}.Release|x86.Build.0 = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|ARM.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|x64.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.AppStore|x86.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|ARM.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|iPhone.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|x64.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|x64.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|x86.ActiveCfg = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Debug|x86.Build.0 = Debug|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|Any CPU.Build.0 = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|ARM.ActiveCfg = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|ARM.Build.0 = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|iPhone.ActiveCfg = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|iPhone.Build.0 = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x64.ActiveCfg = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x64.Build.0 = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x86.ActiveCfg = Release|Any CPU
- {15F4B3AA-89B6-4A0D-9051-414305974781}.Release|x86.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|x64.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Ad-Hoc|x86.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|Any CPU.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|ARM.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|iPhone.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|x64.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|x64.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|x86.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.AppStore|x86.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|ARM.Build.0 = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|iPhone.Build.0 = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|x64.ActiveCfg = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|x64.Build.0 = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|x86.ActiveCfg = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Debug|x86.Build.0 = Debug|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|Any CPU.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|ARM.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|ARM.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|iPhone.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|iPhone.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|x64.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|x64.Build.0 = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|x86.ActiveCfg = Release|Any CPU
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01}.Release|x86.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|x64.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|x86.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|Any CPU.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|ARM.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|ARM.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|iPhone.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|iPhone.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|x64.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|x64.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|x64.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|x86.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|x86.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.AppStore|x86.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|ARM.Build.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|ARM.Deploy.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|iPhone.Build.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|iPhone.Deploy.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|x64.ActiveCfg = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|x64.Build.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|x64.Deploy.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|x86.ActiveCfg = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|x86.Build.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Debug|x86.Deploy.0 = Debug|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|Any CPU.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|ARM.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|ARM.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|ARM.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|iPhone.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|iPhone.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|iPhone.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|x64.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|x64.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|x64.Deploy.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|x86.ActiveCfg = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|x86.Build.0 = Release|Any CPU
- {62DBB163-9CA9-4818-B48B-13233DF37C24}.Release|x86.Deploy.0 = Release|Any CPU
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|ARM.ActiveCfg = AppStore|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|iPhone.Build.0 = AppStore|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|x64.ActiveCfg = AppStore|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.AppStore|x86.ActiveCfg = AppStore|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|Any CPU.ActiveCfg = Debug|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|ARM.ActiveCfg = Debug|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|iPhone.ActiveCfg = Debug|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|iPhone.Build.0 = Debug|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|x64.ActiveCfg = Debug|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Debug|x86.ActiveCfg = Debug|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|Any CPU.ActiveCfg = Release|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|ARM.ActiveCfg = Release|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|iPhone.ActiveCfg = Release|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|iPhone.Build.0 = Release|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|x64.ActiveCfg = Release|iPhone
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0}.Release|x86.ActiveCfg = Release|iPhone
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|Any CPU.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|Any CPU.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|ARM.Build.0 = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|iPhone.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|iPhone.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|iPhone.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|x64.ActiveCfg = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|x64.Build.0 = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|x64.Deploy.0 = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|x86.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|x86.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Ad-Hoc|x86.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|Any CPU.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|Any CPU.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|Any CPU.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|ARM.ActiveCfg = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|ARM.Build.0 = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|ARM.Deploy.0 = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|iPhone.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|iPhone.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|iPhone.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|iPhoneSimulator.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|x64.ActiveCfg = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|x64.Build.0 = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|x64.Deploy.0 = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|x86.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|x86.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.AppStore|x86.Deploy.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|Any CPU.ActiveCfg = Debug|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|ARM.ActiveCfg = Debug|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|ARM.Build.0 = Debug|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|ARM.Deploy.0 = Debug|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|iPhone.ActiveCfg = Debug|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|x64.ActiveCfg = Debug|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|x64.Build.0 = Debug|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|x64.Deploy.0 = Debug|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|x86.ActiveCfg = Debug|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|x86.Build.0 = Debug|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Debug|x86.Deploy.0 = Debug|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|Any CPU.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|ARM.ActiveCfg = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|ARM.Build.0 = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|ARM.Deploy.0 = Release|ARM
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|iPhone.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|iPhoneSimulator.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|x64.ActiveCfg = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|x64.Build.0 = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|x64.Deploy.0 = Release|x64
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|x86.ActiveCfg = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|x86.Build.0 = Release|x86
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}.Release|x86.Deploy.0 = Release|x86
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|x64.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Ad-Hoc|x86.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|Any CPU.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|ARM.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|iPhone.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|x64.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|x64.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|x86.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.AppStore|x86.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|ARM.Build.0 = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|iPhone.Build.0 = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|x64.ActiveCfg = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|x64.Build.0 = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|x86.ActiveCfg = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Debug|x86.Build.0 = Debug|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|Any CPU.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|ARM.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|ARM.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|iPhone.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|iPhone.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|x64.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|x64.Build.0 = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|x86.ActiveCfg = Release|Any CPU
- {6E4285E7-7611-4440-A1B5-3513EBB13807}.Release|x86.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|x64.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|x86.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|Any CPU.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|ARM.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|ARM.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|iPhone.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|iPhone.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|x64.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|x64.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|x64.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|x86.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|x86.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.AppStore|x86.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|ARM.Build.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|ARM.Deploy.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|iPhone.Build.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|iPhone.Deploy.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|x64.Build.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|x64.Deploy.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|x86.Build.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Debug|x86.Deploy.0 = Debug|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|Any CPU.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|ARM.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|ARM.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|ARM.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|iPhone.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|iPhone.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|iPhone.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x64.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x64.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x64.Deploy.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x86.ActiveCfg = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x86.Build.0 = Release|Any CPU
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x86.Deploy.0 = Release|Any CPU
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|ARM.ActiveCfg = AppStore|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|iPhone.Build.0 = AppStore|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|x64.ActiveCfg = AppStore|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.AppStore|x86.ActiveCfg = AppStore|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|Any CPU.ActiveCfg = Debug|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|ARM.ActiveCfg = Debug|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|iPhone.ActiveCfg = Debug|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|iPhone.Build.0 = Debug|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|x64.ActiveCfg = Debug|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Debug|x86.ActiveCfg = Debug|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|Any CPU.ActiveCfg = Release|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|ARM.ActiveCfg = Release|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|iPhone.ActiveCfg = Release|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|iPhone.Build.0 = Release|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|x64.ActiveCfg = Release|iPhone
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Release|x86.ActiveCfg = Release|iPhone
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|Any CPU.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|Any CPU.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|Any CPU.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|ARM.Build.0 = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhone.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhone.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhone.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x64.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x64.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x64.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x86.ActiveCfg = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x86.Build.0 = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x86.Deploy.0 = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|Any CPU.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|Any CPU.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|Any CPU.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|ARM.ActiveCfg = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|ARM.Build.0 = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|ARM.Deploy.0 = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhone.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhone.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhone.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhoneSimulator.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x64.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x64.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x64.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x86.ActiveCfg = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x86.Build.0 = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x86.Deploy.0 = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|Any CPU.ActiveCfg = Debug|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|ARM.ActiveCfg = Debug|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|ARM.Build.0 = Debug|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|ARM.Deploy.0 = Debug|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhone.ActiveCfg = Debug|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x64.ActiveCfg = Debug|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x64.Build.0 = Debug|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x64.Deploy.0 = Debug|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x86.ActiveCfg = Debug|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x86.Build.0 = Debug|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x86.Deploy.0 = Debug|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|Any CPU.ActiveCfg = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|ARM.ActiveCfg = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|ARM.Build.0 = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|ARM.Deploy.0 = Release|ARM
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|iPhone.ActiveCfg = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|iPhoneSimulator.ActiveCfg = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|x64.ActiveCfg = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|x64.Build.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|x64.Deploy.0 = Release|x64
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|x86.ActiveCfg = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|x86.Build.0 = Release|x86
- {A7337243-33B8-463A-87AD-944B75EFD820}.Release|x86.Deploy.0 = Release|x86
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|ARM.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|x64.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.AppStore|x86.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|ARM.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|iPhone.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|x64.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|x64.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|x86.ActiveCfg = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Debug|x86.Build.0 = Debug|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|Any CPU.Build.0 = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|ARM.ActiveCfg = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|ARM.Build.0 = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|iPhone.ActiveCfg = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|iPhone.Build.0 = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|x64.ActiveCfg = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|x64.Build.0 = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|x86.ActiveCfg = Release|Any CPU
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480}.Release|x86.Build.0 = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|ARM.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|x64.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.AppStore|x86.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|ARM.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|iPhone.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|x64.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|x64.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|x86.ActiveCfg = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Debug|x86.Build.0 = Debug|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|Any CPU.Build.0 = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|ARM.ActiveCfg = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|ARM.Build.0 = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|iPhone.ActiveCfg = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|iPhone.Build.0 = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|x64.ActiveCfg = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|x64.Build.0 = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|x86.ActiveCfg = Release|Any CPU
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB}.Release|x86.Build.0 = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|ARM.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|x64.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.AppStore|x86.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|ARM.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|iPhone.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|x64.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|x64.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|x86.ActiveCfg = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Debug|x86.Build.0 = Debug|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|Any CPU.Build.0 = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|ARM.ActiveCfg = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|ARM.Build.0 = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|iPhone.ActiveCfg = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|iPhone.Build.0 = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|x64.ActiveCfg = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|x64.Build.0 = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|x86.ActiveCfg = Release|Any CPU
- {63417272-1E6A-406A-AD11-C738558D89C0}.Release|x86.Build.0 = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|ARM.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|x64.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.AppStore|x86.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|ARM.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|iPhone.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|x64.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|x64.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Debug|x86.Build.0 = Debug|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|Any CPU.Build.0 = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|ARM.ActiveCfg = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|ARM.Build.0 = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|iPhone.ActiveCfg = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|iPhone.Build.0 = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|x64.ActiveCfg = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|x64.Build.0 = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|x86.ActiveCfg = Release|Any CPU
- {56E0E455-731E-41CB-AF46-C1A70F8A140B}.Release|x86.Build.0 = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|ARM.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|x64.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.AppStore|x86.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|ARM.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|iPhone.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|x64.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|x64.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|x86.ActiveCfg = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Debug|x86.Build.0 = Debug|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|Any CPU.Build.0 = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|ARM.ActiveCfg = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|ARM.Build.0 = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|iPhone.ActiveCfg = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|iPhone.Build.0 = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|x64.ActiveCfg = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|x64.Build.0 = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|x86.ActiveCfg = Release|Any CPU
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5}.Release|x86.Build.0 = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|ARM.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|x64.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.AppStore|x86.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|ARM.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|iPhone.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|x64.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|x64.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|x86.ActiveCfg = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Debug|x86.Build.0 = Debug|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|Any CPU.Build.0 = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|ARM.ActiveCfg = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|ARM.Build.0 = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|iPhone.ActiveCfg = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|iPhone.Build.0 = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|x64.ActiveCfg = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|x64.Build.0 = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|x86.ActiveCfg = Release|Any CPU
- {4F0E5CB2-5795-4040-8637-1D395914C944}.Release|x86.Build.0 = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|ARM.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|x64.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.AppStore|x86.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|ARM.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|iPhone.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|x64.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|x64.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|x86.ActiveCfg = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Debug|x86.Build.0 = Debug|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|Any CPU.Build.0 = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|ARM.ActiveCfg = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|ARM.Build.0 = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|iPhone.ActiveCfg = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|iPhone.Build.0 = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|x64.ActiveCfg = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|x64.Build.0 = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|x86.ActiveCfg = Release|Any CPU
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8}.Release|x86.Build.0 = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|ARM.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|x64.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.AppStore|x86.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|ARM.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|iPhone.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|x64.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|x64.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|x86.ActiveCfg = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Debug|x86.Build.0 = Debug|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|Any CPU.Build.0 = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|ARM.ActiveCfg = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|ARM.Build.0 = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|iPhone.ActiveCfg = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|iPhone.Build.0 = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|x64.ActiveCfg = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|x64.Build.0 = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|x86.ActiveCfg = Release|Any CPU
- {5A155B15-D8E7-47FE-8D17-8E641726158C}.Release|x86.Build.0 = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|ARM.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|x64.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.AppStore|x86.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|ARM.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|iPhone.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|x64.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|x64.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|x86.ActiveCfg = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Debug|x86.Build.0 = Debug|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|Any CPU.Build.0 = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|ARM.ActiveCfg = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|ARM.Build.0 = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|iPhone.ActiveCfg = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|iPhone.Build.0 = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|x64.ActiveCfg = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|x64.Build.0 = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|x86.ActiveCfg = Release|Any CPU
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A}.Release|x86.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|x64.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Ad-Hoc|x86.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|Any CPU.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|ARM.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|ARM.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|iPhone.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|iPhone.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|x64.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|x64.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|x86.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.AppStore|x86.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|ARM.Build.0 = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|iPhone.Build.0 = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|x64.ActiveCfg = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|x64.Build.0 = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|x86.ActiveCfg = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Debug|x86.Build.0 = Debug|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|Any CPU.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|ARM.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|ARM.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|iPhone.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|iPhone.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|x64.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|x64.Build.0 = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|x86.ActiveCfg = Release|Any CPU
- {969E793C-C413-490E-9C9D-B2B46DA5AF32}.Release|x86.Build.0 = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|ARM.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|x64.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.AppStore|x86.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|ARM.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|iPhone.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|x64.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|x64.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|x86.ActiveCfg = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Debug|x86.Build.0 = Debug|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|Any CPU.Build.0 = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|ARM.ActiveCfg = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|ARM.Build.0 = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|iPhone.ActiveCfg = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|iPhone.Build.0 = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|x64.ActiveCfg = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|x64.Build.0 = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|x86.ActiveCfg = Release|Any CPU
- {3572B4E2-4399-4797-B5C2-3720D870E0C3}.Release|x86.Build.0 = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|ARM.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|x64.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.AppStore|x86.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|ARM.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|iPhone.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|x64.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|x64.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|x86.ActiveCfg = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Debug|x86.Build.0 = Debug|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|Any CPU.Build.0 = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|ARM.ActiveCfg = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|ARM.Build.0 = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|iPhone.ActiveCfg = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|iPhone.Build.0 = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|x64.ActiveCfg = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|x64.Build.0 = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|x86.ActiveCfg = Release|Any CPU
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC}.Release|x86.Build.0 = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|ARM.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|x64.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.AppStore|x86.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|ARM.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|iPhone.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|x64.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|x64.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|x86.ActiveCfg = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Debug|x86.Build.0 = Debug|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|Any CPU.Build.0 = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|ARM.ActiveCfg = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|ARM.Build.0 = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|iPhone.ActiveCfg = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|iPhone.Build.0 = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|x64.ActiveCfg = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|x64.Build.0 = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|x86.ActiveCfg = Release|Any CPU
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835}.Release|x86.Build.0 = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|ARM.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|x64.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.AppStore|x86.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|ARM.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|iPhone.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|x64.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Debug|x86.Build.0 = Debug|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|Any CPU.Build.0 = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|ARM.ActiveCfg = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|ARM.Build.0 = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|iPhone.ActiveCfg = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|iPhone.Build.0 = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|x64.ActiveCfg = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|x64.Build.0 = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|x86.ActiveCfg = Release|Any CPU
- {E39BD762-BC86-459D-B818-B6BF2D9F1352}.Release|x86.Build.0 = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|Any CPU.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|ARM.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|ARM.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|iPhone.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|x64.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|x64.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|x86.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.AppStore|x86.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|ARM.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|ARM.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|iPhone.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|iPhone.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|x64.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|x64.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|x86.ActiveCfg = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Debug|x86.Build.0 = Debug|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|Any CPU.Build.0 = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|ARM.ActiveCfg = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|ARM.Build.0 = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|iPhone.ActiveCfg = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|iPhone.Build.0 = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|x64.ActiveCfg = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|x64.Build.0 = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|x86.ActiveCfg = Release|Any CPU
- {CB6D01A4-E597-4348-9570-FC8DB03B4267}.Release|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {91CF7717-08AB-4E65-B10E-0B426F01E2E8} = {932D8224-11F6-4D07-B109-DA28AD288A63}
- {E279BF0F-7F66-4F3A-A3AB-2CDA66C1CD04} = {932D8224-11F6-4D07-B109-DA28AD288A63}
- {326A7FB3-5295-468C-A4FE-67DCB823E1E5} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {BF3EF4F3-E4F5-41DA-9D2D-57223687D1A8} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {EF0337F2-ED00-4643-89FD-EE10863F1870} = {A857AD10-40FF-4303-BEC2-FF1C58D5735E}
- {24CD3B53-141E-4A07-9B0D-796641E1CF78} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {2110CBB0-3B38-4EE4-A743-DF6968D80D90} = {BF3EF4F3-E4F5-41DA-9D2D-57223687D1A8}
- {42681D9D-750A-4DF7-BD9F-9292CFD5C253} = {326A7FB3-5295-468C-A4FE-67DCB823E1E5}
- {231226CE-690B-4979-8870-9A79D80928E2} = {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}
- {F5598DCB-6DDE-4661-AD9D-A55612DA7E76} = {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}
- {F0333D8E-0B27-42B7-B2C6-78F3657624E2} = {E279BF0F-7F66-4F3A-A3AB-2CDA66C1CD04}
- {95F1F07C-4D92-4742-BD07-E5B805AAB651} = {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}
- {A579E108-5445-403D-A407-339AC4D1611B} = {24CD3B53-141E-4A07-9B0D-796641E1CF78}
- {F16E3C6A-1C94-4EAB-BE91-099618060B68} = {E279BF0F-7F66-4F3A-A3AB-2CDA66C1CD04}
- {DB0EFB20-B024-4E5E-A75C-52143C131D25} = {932D8224-11F6-4D07-B109-DA28AD288A63}
- {807BB76E-B2BB-47A2-A57B-3D1B20FF5E7F} = {DB0EFB20-B024-4E5E-A75C-52143C131D25}
- {0044B293-1DCC-4224-B948-00CF6DC7F510} = {807BB76E-B2BB-47A2-A57B-3D1B20FF5E7F}
- {8088F3FC-6787-45FA-A924-816EC81CBFAC} = {807BB76E-B2BB-47A2-A57B-3D1B20FF5E7F}
- {9EE28E45-1533-472B-8267-56C48855BA0E} = {807BB76E-B2BB-47A2-A57B-3D1B20FF5E7F}
- {C0A7918D-B4F2-4E7F-8DE2-1E5279EF079F} = {E279BF0F-7F66-4F3A-A3AB-2CDA66C1CD04}
- {022E145D-1593-47EE-9608-8E323D3C63F5} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {1A01AF82-6FCB-464C-B39C-F127AEBD315D} = {022E145D-1593-47EE-9608-8E323D3C63F5}
- {41139F64-4046-4F16-96B7-D941D96FA9C6} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {E7581357-FC34-474C-B8F5-307EE3CE05EF} = {41139F64-4046-4F16-96B7-D941D96FA9C6}
- {A5260DE0-1FDD-467E-9CC1-A028AB081CEE} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
- {DF395F85-B010-465D-857A-7EBCC512C0C2} = {A5260DE0-1FDD-467E-9CC1-A028AB081CEE}
- {69AF10D3-AA76-4FF7-B187-EC7E8CC5F5B8} = {807BB76E-B2BB-47A2-A57B-3D1B20FF5E7F}
- {1815B651-941C-466B-AE33-D1D7EEB8F77F} = {DB0EFB20-B024-4E5E-A75C-52143C131D25}
- {15F4B3AA-89B6-4A0D-9051-414305974781} = {1815B651-941C-466B-AE33-D1D7EEB8F77F}
- {EF3EDC78-E864-43FF-8E80-CF33DD9508A3} = {932D8224-11F6-4D07-B109-DA28AD288A63}
- {F7B757E3-D3F2-4E60-B183-D67CDEC96F76} = {EF3EDC78-E864-43FF-8E80-CF33DD9508A3}
- {2BB81612-8D04-49CD-B17F-38DAB176E583} = {EF3EDC78-E864-43FF-8E80-CF33DD9508A3}
- {BA96A12C-4EE3-46C4-BB3F-F811B554CD01} = {F7B757E3-D3F2-4E60-B183-D67CDEC96F76}
- {62DBB163-9CA9-4818-B48B-13233DF37C24} = {2BB81612-8D04-49CD-B17F-38DAB176E583}
- {6EEB23DC-7063-4444-9AF8-90DF24F549C0} = {2BB81612-8D04-49CD-B17F-38DAB176E583}
- {C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B} = {2BB81612-8D04-49CD-B17F-38DAB176E583}
- {0AAED9FF-3260-43BB-B586-9AAF1E010A90} = {A857AD10-40FF-4303-BEC2-FF1C58D5735E}
- {6E4285E7-7611-4440-A1B5-3513EBB13807} = {0AAED9FF-3260-43BB-B586-9AAF1E010A90}
- {A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1} = {0AAED9FF-3260-43BB-B586-9AAF1E010A90}
- {B68C2B56-7581-46AE-B55D-D25DDFD3BFE3} = {0AAED9FF-3260-43BB-B586-9AAF1E010A90}
- {A7337243-33B8-463A-87AD-944B75EFD820} = {0AAED9FF-3260-43BB-B586-9AAF1E010A90}
- {16CDE5D2-2DDE-4AF2-B902-AD9CC42DE480} = {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}
- {9F00E62F-E180-4A9C-8794-98A72AFAC2DB} = {7BA332A2-189D-4D03-9935-FDFF81C42496}
- {63417272-1E6A-406A-AD11-C738558D89C0} = {7BA332A2-189D-4D03-9935-FDFF81C42496}
- {56E0E455-731E-41CB-AF46-C1A70F8A140B} = {2F0DEF71-84AC-4212-86D4-E36E8896BDBF}
- {1EB6680D-4AC8-47EF-A026-E4EEEE93CAD5} = {2F0DEF71-84AC-4212-86D4-E36E8896BDBF}
- {4F0E5CB2-5795-4040-8637-1D395914C944} = {2B26A7AA-6D61-42FA-8AB7-C0F05AAE7F1C}
- {22F59DDE-D0BC-4D58-BCDE-240C7EEBECB8} = {DA1786E4-30AB-434E-A827-92896390B79D}
- {5A155B15-D8E7-47FE-8D17-8E641726158C} = {30308DE0-8128-4613-BCAD-B0BEFFB20E38}
- {0A9643F2-FF99-4DA0-BC2B-D62D5D3C317A} = {30308DE0-8128-4613-BCAD-B0BEFFB20E38}
- {969E793C-C413-490E-9C9D-B2B46DA5AF32} = {EF0337F2-ED00-4643-89FD-EE10863F1870}
- {3572B4E2-4399-4797-B5C2-3720D870E0C3} = {EF0337F2-ED00-4643-89FD-EE10863F1870}
- {7BA332A2-189D-4D03-9935-FDFF81C42496} = {BF3EF4F3-E4F5-41DA-9D2D-57223687D1A8}
- {2F0DEF71-84AC-4212-86D4-E36E8896BDBF} = {326A7FB3-5295-468C-A4FE-67DCB823E1E5}
- {2B26A7AA-6D61-42FA-8AB7-C0F05AAE7F1C} = {41139F64-4046-4F16-96B7-D941D96FA9C6}
- {DA1786E4-30AB-434E-A827-92896390B79D} = {A5260DE0-1FDD-467E-9CC1-A028AB081CEE}
- {30308DE0-8128-4613-BCAD-B0BEFFB20E38} = {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}
- {79C64C7A-ED74-4F01-921F-92F4F9FC1E1D} = {932D8224-11F6-4D07-B109-DA28AD288A63}
- {56AD1FCA-6E16-4798-BF29-941C5B3277D2} = {79C64C7A-ED74-4F01-921F-92F4F9FC1E1D}
- {34ED3311-2B30-4C8B-823B-312B50FFC32A} = {79C64C7A-ED74-4F01-921F-92F4F9FC1E1D}
- {A32A5254-BA36-46FC-8C75-F7B8FFE8FCD0} = {79C64C7A-ED74-4F01-921F-92F4F9FC1E1D}
- {696D2B7E-6B75-401D-964A-BFE6F4D7AF73} = {79C64C7A-ED74-4F01-921F-92F4F9FC1E1D}
- {424BC53E-17EA-4E12-BC07-64BAA927ABCB} = {79C64C7A-ED74-4F01-921F-92F4F9FC1E1D}
- {0A328C44-4C4E-49BE-9FB4-9D851CEC28AC} = {56AD1FCA-6E16-4798-BF29-941C5B3277D2}
- {98E0B3BA-6601-4C59-A9AA-24A00A17D835} = {A32A5254-BA36-46FC-8C75-F7B8FFE8FCD0}
- {E39BD762-BC86-459D-B818-B6BF2D9F1352} = {424BC53E-17EA-4E12-BC07-64BAA927ABCB}
- {ABBA561B-499B-48C0-8299-85D41E6E9E98} = {DB0EFB20-B024-4E5E-A75C-52143C131D25}
- {CB6D01A4-E597-4348-9570-FC8DB03B4267} = {ABBA561B-499B-48C0-8299-85D41E6E9E98}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {25728519-5F0F-4973-8A64-0A81EB4EA8D9}
- EndGlobalSection
-EndGlobal
diff --git a/img/Bower_and_Gulp_setup.png b/img/Bower_and_Gulp_setup.png
deleted file mode 100644
index 78470a4c86..0000000000
Binary files a/img/Bower_and_Gulp_setup.png and /dev/null differ
diff --git a/img/Containerized-Docker-Application-Lifecycle-cover-large.png b/img/Containerized-Docker-Application-Lifecycle-cover-large.png
deleted file mode 100644
index 6130a3bcfc..0000000000
Binary files a/img/Containerized-Docker-Application-Lifecycle-cover-large.png and /dev/null differ
diff --git a/img/Containerized-Docker-Application-Lifecycle-cover-small.png b/img/Containerized-Docker-Application-Lifecycle-cover-small.png
deleted file mode 100644
index 76660b1d8d..0000000000
Binary files a/img/Containerized-Docker-Application-Lifecycle-cover-small.png and /dev/null differ
diff --git a/img/Generating_Docker_Images.png b/img/Generating_Docker_Images.png
deleted file mode 100644
index a255415bb8..0000000000
Binary files a/img/Generating_Docker_Images.png and /dev/null differ
diff --git a/img/Microservices-cover.png b/img/Microservices-cover.png
deleted file mode 100644
index 8ba0c5e34f..0000000000
Binary files a/img/Microservices-cover.png and /dev/null differ
diff --git a/img/Multiple-Distributed-Dependencies.png b/img/Multiple-Distributed-Dependencies.png
deleted file mode 100644
index c06f7b57a3..0000000000
Binary files a/img/Multiple-Distributed-Dependencies.png and /dev/null differ
diff --git a/img/Node_setup_for_npm.png b/img/Node_setup_for_npm.png
deleted file mode 100644
index 6332950700..0000000000
Binary files a/img/Node_setup_for_npm.png and /dev/null differ
diff --git a/img/appinsights/appinsights-loggerfactory.PNG b/img/appinsights/appinsights-loggerfactory.PNG
deleted file mode 100644
index 151b6f8120..0000000000
Binary files a/img/appinsights/appinsights-loggerfactory.PNG and /dev/null differ
diff --git a/img/appinsights/appinsights-register.PNG b/img/appinsights/appinsights-register.PNG
deleted file mode 100644
index 6092680ebc..0000000000
Binary files a/img/appinsights/appinsights-register.PNG and /dev/null differ
diff --git a/img/appinsights/appinsights-screenshot.PNG b/img/appinsights/appinsights-screenshot.PNG
deleted file mode 100644
index 0d4bb87983..0000000000
Binary files a/img/appinsights/appinsights-screenshot.PNG and /dev/null differ
diff --git a/img/appinsights/create-insights.PNG b/img/appinsights/create-insights.PNG
deleted file mode 100644
index 535ae4b982..0000000000
Binary files a/img/appinsights/create-insights.PNG and /dev/null differ
diff --git a/img/appinsights/settings-insights.PNG b/img/appinsights/settings-insights.PNG
deleted file mode 100644
index 16e6323d37..0000000000
Binary files a/img/appinsights/settings-insights.PNG and /dev/null differ
diff --git a/img/appinsights/useappinsights-program.PNG b/img/appinsights/useappinsights-program.PNG
deleted file mode 100644
index f0ec24e545..0000000000
Binary files a/img/appinsights/useappinsights-program.PNG and /dev/null differ
diff --git a/img/docker-compose-up-1.png b/img/docker-compose-up-1.png
deleted file mode 100644
index 6aa3b1c855..0000000000
Binary files a/img/docker-compose-up-1.png and /dev/null differ
diff --git a/img/docker-compose-up-2.png b/img/docker-compose-up-2.png
deleted file mode 100644
index 705d839c84..0000000000
Binary files a/img/docker-compose-up-2.png and /dev/null differ
diff --git a/img/docker-ps-with-all-microservices.png b/img/docker-ps-with-all-microservices.png
deleted file mode 100644
index b803ab3d65..0000000000
Binary files a/img/docker-ps-with-all-microservices.png and /dev/null differ
diff --git a/img/docker_settings.png b/img/docker_settings.png
deleted file mode 100644
index b2641c7890..0000000000
Binary files a/img/docker_settings.png and /dev/null differ
diff --git a/img/docker_settings_shared_drives.png b/img/docker_settings_shared_drives.png
deleted file mode 100644
index 1027a43a2d..0000000000
Binary files a/img/docker_settings_shared_drives.png and /dev/null differ
diff --git a/img/eShopOnContainers_Architecture_Diagram - Old2.png b/img/eShopOnContainers_Architecture_Diagram - Old2.png
deleted file mode 100644
index ca9e986b57..0000000000
Binary files a/img/eShopOnContainers_Architecture_Diagram - Old2.png and /dev/null differ
diff --git a/img/eShopOnContainers_Architecture_Diagram - Old3.png b/img/eShopOnContainers_Architecture_Diagram - Old3.png
deleted file mode 100644
index 91609b9874..0000000000
Binary files a/img/eShopOnContainers_Architecture_Diagram - Old3.png and /dev/null differ
diff --git a/img/eShopOnContainers_Architecture_Diagram.png b/img/eShopOnContainers_Architecture_Diagram.png
deleted file mode 100644
index 991691e4a2..0000000000
Binary files a/img/eShopOnContainers_Architecture_Diagram.png and /dev/null differ
diff --git a/img/eShopOnContainers_Architecture_Diagram_old.png b/img/eShopOnContainers_Architecture_Diagram_old.png
deleted file mode 100644
index 5a45657dcb..0000000000
Binary files a/img/eShopOnContainers_Architecture_Diagram_old.png and /dev/null differ
diff --git a/img/eShopScreen.png b/img/eShopScreen.png
deleted file mode 100644
index a21df7c53c..0000000000
Binary files a/img/eShopScreen.png and /dev/null differ
diff --git a/img/ebook_arch_dev_microservices_containers_cover-v2.0.png b/img/ebook_arch_dev_microservices_containers_cover-v2.0.png
deleted file mode 100644
index 261aa566c0..0000000000
Binary files a/img/ebook_arch_dev_microservices_containers_cover-v2.0.png and /dev/null differ
diff --git a/img/ebook_arch_dev_microservices_containers_cover.png b/img/ebook_arch_dev_microservices_containers_cover.png
deleted file mode 100644
index 678539964a..0000000000
Binary files a/img/ebook_arch_dev_microservices_containers_cover.png and /dev/null differ
diff --git a/img/ebook_arch_dev_microservices_containers_cover_LARGE.png b/img/ebook_arch_dev_microservices_containers_cover_LARGE.png
deleted file mode 100644
index f18ec386f2..0000000000
Binary files a/img/ebook_arch_dev_microservices_containers_cover_LARGE.png and /dev/null differ
diff --git a/img/ebook_arch_dev_microservices_containers_cover_OLD.png b/img/ebook_arch_dev_microservices_containers_cover_OLD.png
deleted file mode 100644
index 1837354b55..0000000000
Binary files a/img/ebook_arch_dev_microservices_containers_cover_OLD.png and /dev/null differ
diff --git a/img/ebook_arch_dev_microservices_containers_cover_V1.png b/img/ebook_arch_dev_microservices_containers_cover_V1.png
deleted file mode 100644
index 3677dafd29..0000000000
Binary files a/img/ebook_arch_dev_microservices_containers_cover_V1.png and /dev/null differ
diff --git a/img/ebook_containers_lifecycle.png b/img/ebook_containers_lifecycle.png
deleted file mode 100644
index 650703ae0c..0000000000
Binary files a/img/ebook_containers_lifecycle.png and /dev/null differ
diff --git a/img/eshop_cover.png b/img/eshop_cover.png
deleted file mode 100644
index 5e2f01b87b..0000000000
Binary files a/img/eshop_cover.png and /dev/null differ
diff --git a/img/exploring-to-production-ready.png b/img/exploring-to-production-ready.png
deleted file mode 100644
index b2fedbdfc5..0000000000
Binary files a/img/exploring-to-production-ready.png and /dev/null differ
diff --git a/img/firewall-rule-for-eshop.png b/img/firewall-rule-for-eshop.png
deleted file mode 100644
index 996b632ea6..0000000000
Binary files a/img/firewall-rule-for-eshop.png and /dev/null differ
diff --git a/img/list-of-images.png b/img/list-of-images.png
deleted file mode 100644
index 3985db24e8..0000000000
Binary files a/img/list-of-images.png and /dev/null differ
diff --git a/img/loadtests/k8ssettings.PNG b/img/loadtests/k8ssettings.PNG
deleted file mode 100644
index 6bd6cb058f..0000000000
Binary files a/img/loadtests/k8ssettings.PNG and /dev/null differ
diff --git a/img/loadtests/loadtestproj_dir.PNG b/img/loadtests/loadtestproj_dir.PNG
deleted file mode 100644
index d880e9ecc5..0000000000
Binary files a/img/loadtests/loadtestproj_dir.PNG and /dev/null differ
diff --git a/img/loadtests/runloadtest.PNG b/img/loadtests/runloadtest.PNG
deleted file mode 100644
index 8c2cbdec20..0000000000
Binary files a/img/loadtests/runloadtest.PNG and /dev/null differ
diff --git a/img/loadtests/sfmanifestsettings.PNG b/img/loadtests/sfmanifestsettings.PNG
deleted file mode 100644
index b360fef63b..0000000000
Binary files a/img/loadtests/sfmanifestsettings.PNG and /dev/null differ
diff --git a/img/login-demo-user.png b/img/login-demo-user.png
deleted file mode 100644
index d5d9cf6ac3..0000000000
Binary files a/img/login-demo-user.png and /dev/null differ
diff --git a/img/new-folder-structure.png b/img/new-folder-structure.png
new file mode 100644
index 0000000000..14a62e7153
Binary files /dev/null and b/img/new-folder-structure.png differ
diff --git a/img/sf/cloud-config-idsrv.PNG b/img/sf/cloud-config-idsrv.PNG
deleted file mode 100644
index 86fbe66379..0000000000
Binary files a/img/sf/cloud-config-idsrv.PNG and /dev/null differ
diff --git a/img/sf/cloud-config-mvc.PNG b/img/sf/cloud-config-mvc.PNG
deleted file mode 100644
index def121836a..0000000000
Binary files a/img/sf/cloud-config-mvc.PNG and /dev/null differ
diff --git a/img/sf/cloud-config-spa.PNG b/img/sf/cloud-config-spa.PNG
deleted file mode 100644
index 17809ea2da..0000000000
Binary files a/img/sf/cloud-config-spa.PNG and /dev/null differ
diff --git a/img/sf/cloud-config.PNG b/img/sf/cloud-config.PNG
deleted file mode 100644
index 420b95e1c2..0000000000
Binary files a/img/sf/cloud-config.PNG and /dev/null differ
diff --git a/img/sf/cloud_publishProfile.PNG b/img/sf/cloud_publishProfile.PNG
deleted file mode 100644
index edd5c53e5b..0000000000
Binary files a/img/sf/cloud_publishProfile.PNG and /dev/null differ
diff --git a/img/sf/create-kv.PNG b/img/sf/create-kv.PNG
deleted file mode 100644
index f2c5f91c3b..0000000000
Binary files a/img/sf/create-kv.PNG and /dev/null differ
diff --git a/img/sf/explorer-apps-status.PNG b/img/sf/explorer-apps-status.PNG
deleted file mode 100644
index f748cbaab0..0000000000
Binary files a/img/sf/explorer-apps-status.PNG and /dev/null differ
diff --git a/img/sf/explorer-deployment-status.PNG b/img/sf/explorer-deployment-status.PNG
deleted file mode 100644
index 2697a6374e..0000000000
Binary files a/img/sf/explorer-deployment-status.PNG and /dev/null differ
diff --git a/img/sf/install-cert.PNG b/img/sf/install-cert.PNG
deleted file mode 100644
index f5c7981997..0000000000
Binary files a/img/sf/install-cert.PNG and /dev/null differ
diff --git a/img/sf/publish-button.PNG b/img/sf/publish-button.PNG
deleted file mode 100644
index 8f84091bc1..0000000000
Binary files a/img/sf/publish-button.PNG and /dev/null differ
diff --git a/img/sf/publish-window.PNG b/img/sf/publish-window.PNG
deleted file mode 100644
index 4c27b8e291..0000000000
Binary files a/img/sf/publish-window.PNG and /dev/null differ
diff --git a/img/sf/set-instrumentationkey.PNG b/img/sf/set-instrumentationkey.PNG
deleted file mode 100644
index 1d7105a30a..0000000000
Binary files a/img/sf/set-instrumentationkey.PNG and /dev/null differ
diff --git a/img/sf/sf-directory.PNG b/img/sf/sf-directory.PNG
deleted file mode 100644
index f6b518a5dc..0000000000
Binary files a/img/sf/sf-directory.PNG and /dev/null differ
diff --git a/img/spa/installing_npm_node.png b/img/spa/installing_npm_node.png
deleted file mode 100644
index 8e1e96c72c..0000000000
Binary files a/img/spa/installing_npm_node.png and /dev/null differ
diff --git a/img/spa/npm-rebuild-node-sass.png b/img/spa/npm-rebuild-node-sass.png
deleted file mode 100644
index 309ba518e9..0000000000
Binary files a/img/spa/npm-rebuild-node-sass.png and /dev/null differ
diff --git a/img/spa/npm-run-build.png b/img/spa/npm-run-build.png
deleted file mode 100644
index 839ad8d692..0000000000
Binary files a/img/spa/npm-run-build.png and /dev/null differ
diff --git a/img/spa/npm-versions-powershell.png b/img/spa/npm-versions-powershell.png
deleted file mode 100644
index 398e32e2ed..0000000000
Binary files a/img/spa/npm-versions-powershell.png and /dev/null differ
diff --git a/img/spa/vs-tools-path-custom-node.png b/img/spa/vs-tools-path-custom-node.png
deleted file mode 100644
index 035e72f733..0000000000
Binary files a/img/spa/vs-tools-path-custom-node.png and /dev/null differ
diff --git a/img/spa/vs-tools-path-original.png b/img/spa/vs-tools-path-original.png
deleted file mode 100644
index 66fde95cb0..0000000000
Binary files a/img/spa/vs-tools-path-original.png and /dev/null differ
diff --git a/img/vs2017/github-clone-branch.png b/img/vs2017/github-clone-branch.png
deleted file mode 100644
index 100f20a566..0000000000
Binary files a/img/vs2017/github-clone-branch.png and /dev/null differ
diff --git a/img/vs2017/vs2017_additional_mobile_workloads.png b/img/vs2017/vs2017_additional_mobile_workloads.png
deleted file mode 100644
index 077ffa4e5f..0000000000
Binary files a/img/vs2017/vs2017_additional_mobile_workloads.png and /dev/null differ
diff --git a/img/vs2017/vs2017_server_workload.png b/img/vs2017/vs2017_server_workload.png
deleted file mode 100644
index 5e2bb4e6a0..0000000000
Binary files a/img/vs2017/vs2017_server_workload.png and /dev/null differ
diff --git a/img/vs2017/xamarin-workload-options.png b/img/vs2017/xamarin-workload-options.png
deleted file mode 100644
index 31a8dea26e..0000000000
Binary files a/img/vs2017/xamarin-workload-options.png and /dev/null differ
diff --git a/img/xamarin-settings.png b/img/xamarin-settings.png
deleted file mode 100644
index 4379091761..0000000000
Binary files a/img/xamarin-settings.png and /dev/null differ
diff --git a/img/xamarin/fix-hyperv-for-issue-xamarin-app-minimize-in-vs-android-emulator.png b/img/xamarin/fix-hyperv-for-issue-xamarin-app-minimize-in-vs-android-emulator.png
deleted file mode 100644
index a4d0a3f499..0000000000
Binary files a/img/xamarin/fix-hyperv-for-issue-xamarin-app-minimize-in-vs-android-emulator.png and /dev/null differ
diff --git a/k8s/.kube/schema/v1.6.6/api/v1/schema.json b/k8s/.kube/schema/v1.6.6/api/v1/schema.json
deleted file mode 100644
index 1fb315f47a..0000000000
--- a/k8s/.kube/schema/v1.6.6/api/v1/schema.json
+++ /dev/null
@@ -1,20838 +0,0 @@
-{
- "swaggerVersion": "1.2",
- "apiVersion": "v1",
- "basePath": "https://10.240.255.15:443",
- "resourcePath": "/api/v1",
- "info": {
- "title": "",
- "description": ""
- },
- "apis": [
- {
- "path": "/api/v1/namespaces/{namespace}/bindings",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Binding",
- "method": "POST",
- "summary": "create a Binding",
- "nickname": "createNamespacedBinding",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Binding",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Binding"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/componentstatuses",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ComponentStatusList",
- "method": "GET",
- "summary": "list objects of kind ComponentStatus",
- "nickname": "listComponentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ComponentStatusList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/componentstatuses/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ComponentStatus",
- "method": "GET",
- "summary": "read the specified ComponentStatus",
- "nickname": "readComponentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ComponentStatus",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ComponentStatus"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ConfigMapList",
- "method": "GET",
- "summary": "list or watch objects of kind ConfigMap",
- "nickname": "listNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMapList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ConfigMap",
- "method": "POST",
- "summary": "create a ConfigMap",
- "nickname": "createNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ConfigMap",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ConfigMap",
- "nickname": "deletecollectionNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ConfigMap",
- "nickname": "watchNamespacedConfigMapList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/configmaps/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ConfigMap",
- "method": "GET",
- "summary": "read the specified ConfigMap",
- "nickname": "readNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ConfigMap",
- "method": "PUT",
- "summary": "replace the specified ConfigMap",
- "nickname": "replaceNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ConfigMap",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ConfigMap",
- "method": "PATCH",
- "summary": "partially update the specified ConfigMap",
- "nickname": "patchNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ConfigMap",
- "nickname": "deleteNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/configmaps/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ConfigMap",
- "nickname": "watchNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ConfigMapList",
- "method": "GET",
- "summary": "list or watch objects of kind ConfigMap",
- "nickname": "listConfigMapForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMapList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ConfigMap",
- "nickname": "watchConfigMapListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EndpointsList",
- "method": "GET",
- "summary": "list or watch objects of kind Endpoints",
- "nickname": "listNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EndpointsList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Endpoints",
- "method": "POST",
- "summary": "create Endpoints",
- "nickname": "createNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Endpoints",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Endpoints",
- "nickname": "deletecollectionNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Endpoints",
- "nickname": "watchNamespacedEndpointsList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/endpoints/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Endpoints",
- "method": "GET",
- "summary": "read the specified Endpoints",
- "nickname": "readNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Endpoints",
- "method": "PUT",
- "summary": "replace the specified Endpoints",
- "nickname": "replaceNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Endpoints",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Endpoints",
- "method": "PATCH",
- "summary": "partially update the specified Endpoints",
- "nickname": "patchNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete Endpoints",
- "nickname": "deleteNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/endpoints/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Endpoints",
- "nickname": "watchNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EndpointsList",
- "method": "GET",
- "summary": "list or watch objects of kind Endpoints",
- "nickname": "listEndpointsForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EndpointsList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Endpoints",
- "nickname": "watchEndpointsListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EventList",
- "method": "GET",
- "summary": "list or watch objects of kind Event",
- "nickname": "listNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EventList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Event",
- "method": "POST",
- "summary": "create an Event",
- "nickname": "createNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Event",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Event",
- "nickname": "deletecollectionNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Event",
- "nickname": "watchNamespacedEventList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/events/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Event",
- "method": "GET",
- "summary": "read the specified Event",
- "nickname": "readNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Event",
- "method": "PUT",
- "summary": "replace the specified Event",
- "nickname": "replaceNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Event",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Event",
- "method": "PATCH",
- "summary": "partially update the specified Event",
- "nickname": "patchNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete an Event",
- "nickname": "deleteNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/events/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Event",
- "nickname": "watchNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EventList",
- "method": "GET",
- "summary": "list or watch objects of kind Event",
- "nickname": "listEventForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EventList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Event",
- "nickname": "watchEventListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.LimitRangeList",
- "method": "GET",
- "summary": "list or watch objects of kind LimitRange",
- "nickname": "listNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRangeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.LimitRange",
- "method": "POST",
- "summary": "create a LimitRange",
- "nickname": "createNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.LimitRange",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of LimitRange",
- "nickname": "deletecollectionNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of LimitRange",
- "nickname": "watchNamespacedLimitRangeList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/limitranges/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.LimitRange",
- "method": "GET",
- "summary": "read the specified LimitRange",
- "nickname": "readNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.LimitRange",
- "method": "PUT",
- "summary": "replace the specified LimitRange",
- "nickname": "replaceNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.LimitRange",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.LimitRange",
- "method": "PATCH",
- "summary": "partially update the specified LimitRange",
- "nickname": "patchNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a LimitRange",
- "nickname": "deleteNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/limitranges/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind LimitRange",
- "nickname": "watchNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.LimitRangeList",
- "method": "GET",
- "summary": "list or watch objects of kind LimitRange",
- "nickname": "listLimitRangeForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRangeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of LimitRange",
- "nickname": "watchLimitRangeListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.NamespaceList",
- "method": "GET",
- "summary": "list or watch objects of kind Namespace",
- "nickname": "listNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.NamespaceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "POST",
- "summary": "create a Namespace",
- "nickname": "createNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Namespace",
- "nickname": "watchNamespaceList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Namespace",
- "method": "GET",
- "summary": "read the specified Namespace",
- "nickname": "readNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PUT",
- "summary": "replace the specified Namespace",
- "nickname": "replaceNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PATCH",
- "summary": "partially update the specified Namespace",
- "nickname": "patchNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Namespace",
- "nickname": "deleteNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Namespace",
- "nickname": "watchNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{name}/finalize",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Namespace",
- "method": "PUT",
- "summary": "replace finalize of the specified Namespace",
- "nickname": "replaceNamespaceFinalize",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Namespace",
- "method": "GET",
- "summary": "read status of the specified Namespace",
- "nickname": "readNamespaceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PUT",
- "summary": "replace status of the specified Namespace",
- "nickname": "replaceNamespaceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PATCH",
- "summary": "partially update status of the specified Namespace",
- "nickname": "patchNamespaceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.NodeList",
- "method": "GET",
- "summary": "list or watch objects of kind Node",
- "nickname": "listNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.NodeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "POST",
- "summary": "create a Node",
- "nickname": "createNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Node",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Node",
- "nickname": "deletecollectionNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/nodes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Node",
- "nickname": "watchNodeList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Node",
- "method": "GET",
- "summary": "read the specified Node",
- "nickname": "readNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PUT",
- "summary": "replace the specified Node",
- "nickname": "replaceNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Node",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PATCH",
- "summary": "partially update the specified Node",
- "nickname": "patchNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Node",
- "nickname": "deleteNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/nodes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Node",
- "nickname": "watchNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/nodes/{name}/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Node",
- "nickname": "proxyGETNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Node",
- "nickname": "proxyPUTNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Node",
- "nickname": "proxyPOSTNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Node",
- "nickname": "proxyPATCHNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Node",
- "nickname": "proxyDELETENodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Node",
- "nickname": "proxyHEADNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Node",
- "nickname": "proxyOPTIONSNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/nodes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Node",
- "nickname": "proxyGETNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Node",
- "nickname": "proxyPUTNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Node",
- "nickname": "proxyPOSTNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Node",
- "nickname": "proxyPATCHNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Node",
- "nickname": "proxyDELETENode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Node",
- "nickname": "proxyHEADNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Node",
- "nickname": "proxyOPTIONSNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}/proxy",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Node",
- "nickname": "connectGetNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Node",
- "nickname": "connectPostNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Node",
- "nickname": "connectPutNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Node",
- "nickname": "connectDeleteNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Node",
- "nickname": "connectHeadNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Node",
- "nickname": "connectOptionsNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}/proxy/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Node",
- "nickname": "connectGetNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Node",
- "nickname": "connectPostNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Node",
- "nickname": "connectPutNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Node",
- "nickname": "connectDeleteNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Node",
- "nickname": "connectHeadNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Node",
- "nickname": "connectOptionsNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Node",
- "method": "GET",
- "summary": "read status of the specified Node",
- "nickname": "readNodeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PUT",
- "summary": "replace status of the specified Node",
- "nickname": "replaceNodeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Node",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PATCH",
- "summary": "partially update status of the specified Node",
- "nickname": "patchNodeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaimList",
- "method": "GET",
- "summary": "list or watch objects of kind PersistentVolumeClaim",
- "nickname": "listNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaimList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "POST",
- "summary": "create a PersistentVolumeClaim",
- "nickname": "createNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PersistentVolumeClaim",
- "nickname": "deletecollectionNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PersistentVolumeClaim",
- "nickname": "watchNamespacedPersistentVolumeClaimList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "GET",
- "summary": "read the specified PersistentVolumeClaim",
- "nickname": "readNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PUT",
- "summary": "replace the specified PersistentVolumeClaim",
- "nickname": "replaceNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PATCH",
- "summary": "partially update the specified PersistentVolumeClaim",
- "nickname": "patchNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PersistentVolumeClaim",
- "nickname": "deleteNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PersistentVolumeClaim",
- "nickname": "watchNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaimList",
- "method": "GET",
- "summary": "list or watch objects of kind PersistentVolumeClaim",
- "nickname": "listPersistentVolumeClaimForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaimList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PersistentVolumeClaim",
- "nickname": "watchPersistentVolumeClaimListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "GET",
- "summary": "read status of the specified PersistentVolumeClaim",
- "nickname": "readNamespacedPersistentVolumeClaimStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PUT",
- "summary": "replace status of the specified PersistentVolumeClaim",
- "nickname": "replaceNamespacedPersistentVolumeClaimStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PATCH",
- "summary": "partially update status of the specified PersistentVolumeClaim",
- "nickname": "patchNamespacedPersistentVolumeClaimStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeList",
- "method": "GET",
- "summary": "list or watch objects of kind PersistentVolume",
- "nickname": "listPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "POST",
- "summary": "create a PersistentVolume",
- "nickname": "createPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolume",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PersistentVolume",
- "nickname": "deletecollectionPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/persistentvolumes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PersistentVolume",
- "nickname": "watchPersistentVolumeList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolume",
- "method": "GET",
- "summary": "read the specified PersistentVolume",
- "nickname": "readPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PUT",
- "summary": "replace the specified PersistentVolume",
- "nickname": "replacePersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolume",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PATCH",
- "summary": "partially update the specified PersistentVolume",
- "nickname": "patchPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PersistentVolume",
- "nickname": "deletePersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/persistentvolumes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PersistentVolume",
- "nickname": "watchPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumes/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolume",
- "method": "GET",
- "summary": "read status of the specified PersistentVolume",
- "nickname": "readPersistentVolumeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PUT",
- "summary": "replace status of the specified PersistentVolume",
- "nickname": "replacePersistentVolumeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolume",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PATCH",
- "summary": "partially update status of the specified PersistentVolume",
- "nickname": "patchPersistentVolumeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodList",
- "method": "GET",
- "summary": "list or watch objects of kind Pod",
- "nickname": "listNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "POST",
- "summary": "create a Pod",
- "nickname": "createNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Pod",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Pod",
- "nickname": "deletecollectionNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Pod",
- "nickname": "watchNamespacedPodList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Pod",
- "method": "GET",
- "summary": "read the specified Pod",
- "nickname": "readNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PUT",
- "summary": "replace the specified Pod",
- "nickname": "replaceNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Pod",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PATCH",
- "summary": "partially update the specified Pod",
- "nickname": "patchNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Pod",
- "nickname": "deleteNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/pods/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Pod",
- "nickname": "watchNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Pod",
- "nickname": "proxyGETNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Pod",
- "nickname": "proxyPUTNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Pod",
- "nickname": "proxyPOSTNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Pod",
- "nickname": "proxyPATCHNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Pod",
- "nickname": "proxyDELETENamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Pod",
- "nickname": "proxyHEADNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Pod",
- "nickname": "proxyOPTIONSNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Pod",
- "nickname": "proxyGETNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Pod",
- "nickname": "proxyPUTNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Pod",
- "nickname": "proxyPOSTNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Pod",
- "nickname": "proxyPATCHNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Pod",
- "nickname": "proxyDELETENamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Pod",
- "nickname": "proxyHEADNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Pod",
- "nickname": "proxyOPTIONSNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodList",
- "method": "GET",
- "summary": "list or watch objects of kind Pod",
- "nickname": "listPodForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Pod",
- "nickname": "watchPodListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/attach",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to attach of Pod",
- "nickname": "connectGetNamespacedPodAttach",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to attach of Pod",
- "nickname": "connectPostNamespacedPodAttach",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/binding",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Binding",
- "method": "POST",
- "summary": "create binding of a Binding",
- "nickname": "createNamespacedBindingBinding",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Binding",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Binding",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Binding"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/eviction",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1beta1.Eviction",
- "method": "POST",
- "summary": "create eviction of an Eviction",
- "nickname": "createNamespacedEvictionEviction",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Eviction",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Eviction",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Eviction"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/exec",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to exec of Pod",
- "nickname": "connectGetNamespacedPodExec",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "command",
- "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to exec of Pod",
- "nickname": "connectPostNamespacedPodExec",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "command",
- "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/log",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "read log of the specified Pod",
- "nickname": "readNamespacedPodLog",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "The container for which to stream logs. Defaults to only container if there is one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "follow",
- "description": "Follow the log stream of the pod. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "previous",
- "description": "Return previous terminated container logs. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "sinceSeconds",
- "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "timestamps",
- "description": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "tailLines",
- "description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "limitBytes",
- "description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "string"
- }
- ],
- "produces": [
- "text/plain",
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/portforward",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to portforward of Pod",
- "nickname": "connectGetNamespacedPodPortforward",
- "parameters": [
- {
- "type": "integer",
- "paramType": "query",
- "name": "ports",
- "description": "List of ports to forward Required when using WebSockets",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to portforward of Pod",
- "nickname": "connectPostNamespacedPodPortforward",
- "parameters": [
- {
- "type": "integer",
- "paramType": "query",
- "name": "ports",
- "description": "List of ports to forward Required when using WebSockets",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Pod",
- "nickname": "connectGetNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Pod",
- "nickname": "connectPostNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Pod",
- "nickname": "connectPutNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Pod",
- "nickname": "connectDeleteNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Pod",
- "nickname": "connectHeadNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Pod",
- "nickname": "connectOptionsNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Pod",
- "nickname": "connectGetNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Pod",
- "nickname": "connectPostNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Pod",
- "nickname": "connectPutNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Pod",
- "nickname": "connectDeleteNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Pod",
- "nickname": "connectHeadNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Pod",
- "nickname": "connectOptionsNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Pod",
- "method": "GET",
- "summary": "read status of the specified Pod",
- "nickname": "readNamespacedPodStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PUT",
- "summary": "replace status of the specified Pod",
- "nickname": "replaceNamespacedPodStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Pod",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PATCH",
- "summary": "partially update status of the specified Pod",
- "nickname": "patchNamespacedPodStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodTemplateList",
- "method": "GET",
- "summary": "list or watch objects of kind PodTemplate",
- "nickname": "listNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplateList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PodTemplate",
- "method": "POST",
- "summary": "create a PodTemplate",
- "nickname": "createNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PodTemplate",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PodTemplate",
- "nickname": "deletecollectionNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PodTemplate",
- "nickname": "watchNamespacedPodTemplateList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/podtemplates/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodTemplate",
- "method": "GET",
- "summary": "read the specified PodTemplate",
- "nickname": "readNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PodTemplate",
- "method": "PUT",
- "summary": "replace the specified PodTemplate",
- "nickname": "replaceNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PodTemplate",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PodTemplate",
- "method": "PATCH",
- "summary": "partially update the specified PodTemplate",
- "nickname": "patchNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PodTemplate",
- "nickname": "deleteNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PodTemplate",
- "nickname": "watchNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodTemplateList",
- "method": "GET",
- "summary": "list or watch objects of kind PodTemplate",
- "nickname": "listPodTemplateForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplateList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PodTemplate",
- "nickname": "watchPodTemplateListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationControllerList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicationController",
- "nickname": "listNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationControllerList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "POST",
- "summary": "create a ReplicationController",
- "nickname": "createNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ReplicationController",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ReplicationController",
- "nickname": "deletecollectionNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicationController",
- "nickname": "watchNamespacedReplicationControllerList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationController",
- "method": "GET",
- "summary": "read the specified ReplicationController",
- "nickname": "readNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PUT",
- "summary": "replace the specified ReplicationController",
- "nickname": "replaceNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ReplicationController",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PATCH",
- "summary": "partially update the specified ReplicationController",
- "nickname": "patchNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ReplicationController",
- "nickname": "deleteNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ReplicationController",
- "nickname": "watchNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationControllerList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicationController",
- "nickname": "listReplicationControllerForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationControllerList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicationController",
- "nickname": "watchReplicationControllerListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationController",
- "method": "GET",
- "summary": "read status of the specified ReplicationController",
- "nickname": "readNamespacedReplicationControllerStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PUT",
- "summary": "replace status of the specified ReplicationController",
- "nickname": "replaceNamespacedReplicationControllerStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ReplicationController",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PATCH",
- "summary": "partially update status of the specified ReplicationController",
- "nickname": "patchNamespacedReplicationControllerStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuotaList",
- "method": "GET",
- "summary": "list or watch objects of kind ResourceQuota",
- "nickname": "listNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuotaList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "POST",
- "summary": "create a ResourceQuota",
- "nickname": "createNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ResourceQuota",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ResourceQuota",
- "nickname": "deletecollectionNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ResourceQuota",
- "nickname": "watchNamespacedResourceQuotaList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/resourcequotas/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuota",
- "method": "GET",
- "summary": "read the specified ResourceQuota",
- "nickname": "readNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PUT",
- "summary": "replace the specified ResourceQuota",
- "nickname": "replaceNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ResourceQuota",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PATCH",
- "summary": "partially update the specified ResourceQuota",
- "nickname": "patchNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ResourceQuota",
- "nickname": "deleteNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ResourceQuota",
- "nickname": "watchNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuotaList",
- "method": "GET",
- "summary": "list or watch objects of kind ResourceQuota",
- "nickname": "listResourceQuotaForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuotaList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ResourceQuota",
- "nickname": "watchResourceQuotaListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/resourcequotas/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuota",
- "method": "GET",
- "summary": "read status of the specified ResourceQuota",
- "nickname": "readNamespacedResourceQuotaStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PUT",
- "summary": "replace status of the specified ResourceQuota",
- "nickname": "replaceNamespacedResourceQuotaStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ResourceQuota",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PATCH",
- "summary": "partially update status of the specified ResourceQuota",
- "nickname": "patchNamespacedResourceQuotaStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.SecretList",
- "method": "GET",
- "summary": "list or watch objects of kind Secret",
- "nickname": "listNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.SecretList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Secret",
- "method": "POST",
- "summary": "create a Secret",
- "nickname": "createNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Secret",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Secret",
- "nickname": "deletecollectionNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Secret",
- "nickname": "watchNamespacedSecretList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/secrets/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Secret",
- "method": "GET",
- "summary": "read the specified Secret",
- "nickname": "readNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Secret",
- "method": "PUT",
- "summary": "replace the specified Secret",
- "nickname": "replaceNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Secret",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Secret",
- "method": "PATCH",
- "summary": "partially update the specified Secret",
- "nickname": "patchNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Secret",
- "nickname": "deleteNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/secrets/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Secret",
- "nickname": "watchNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.SecretList",
- "method": "GET",
- "summary": "list or watch objects of kind Secret",
- "nickname": "listSecretForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.SecretList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Secret",
- "nickname": "watchSecretListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceAccountList",
- "method": "GET",
- "summary": "list or watch objects of kind ServiceAccount",
- "nickname": "listNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccountList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ServiceAccount",
- "method": "POST",
- "summary": "create a ServiceAccount",
- "nickname": "createNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ServiceAccount",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ServiceAccount",
- "nickname": "deletecollectionNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ServiceAccount",
- "nickname": "watchNamespacedServiceAccountList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/serviceaccounts/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceAccount",
- "method": "GET",
- "summary": "read the specified ServiceAccount",
- "nickname": "readNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ServiceAccount",
- "method": "PUT",
- "summary": "replace the specified ServiceAccount",
- "nickname": "replaceNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ServiceAccount",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ServiceAccount",
- "method": "PATCH",
- "summary": "partially update the specified ServiceAccount",
- "nickname": "patchNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ServiceAccount",
- "nickname": "deleteNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ServiceAccount",
- "nickname": "watchNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceAccountList",
- "method": "GET",
- "summary": "list or watch objects of kind ServiceAccount",
- "nickname": "listServiceAccountForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccountList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ServiceAccount",
- "nickname": "watchServiceAccountListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceList",
- "method": "GET",
- "summary": "list or watch objects of kind Service",
- "nickname": "listNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "POST",
- "summary": "create a Service",
- "nickname": "createNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Service",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Service",
- "nickname": "watchNamespacedServiceList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Service",
- "method": "GET",
- "summary": "read the specified Service",
- "nickname": "readNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PUT",
- "summary": "replace the specified Service",
- "nickname": "replaceNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Service",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PATCH",
- "summary": "partially update the specified Service",
- "nickname": "patchNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Service",
- "nickname": "deleteNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/services/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Service",
- "nickname": "watchNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/services/{name}/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Service",
- "nickname": "proxyGETNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Service",
- "nickname": "proxyPUTNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Service",
- "nickname": "proxyPOSTNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Service",
- "nickname": "proxyPATCHNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Service",
- "nickname": "proxyDELETENamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Service",
- "nickname": "proxyHEADNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Service",
- "nickname": "proxyOPTIONSNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/services/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Service",
- "nickname": "proxyGETNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Service",
- "nickname": "proxyPUTNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Service",
- "nickname": "proxyPOSTNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Service",
- "nickname": "proxyPATCHNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Service",
- "nickname": "proxyDELETENamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Service",
- "nickname": "proxyHEADNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Service",
- "nickname": "proxyOPTIONSNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceList",
- "method": "GET",
- "summary": "list or watch objects of kind Service",
- "nickname": "listServiceForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Service",
- "nickname": "watchServiceListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}/proxy",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Service",
- "nickname": "connectGetNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Service",
- "nickname": "connectPostNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Service",
- "nickname": "connectPutNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Service",
- "nickname": "connectDeleteNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Service",
- "nickname": "connectHeadNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Service",
- "nickname": "connectOptionsNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Service",
- "nickname": "connectGetNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Service",
- "nickname": "connectPostNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Service",
- "nickname": "connectPutNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Service",
- "nickname": "connectDeleteNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Service",
- "nickname": "connectHeadNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Service",
- "nickname": "connectOptionsNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Service",
- "method": "GET",
- "summary": "read status of the specified Service",
- "nickname": "readNamespacedServiceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PUT",
- "summary": "replace status of the specified Service",
- "nickname": "replaceNamespacedServiceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Service",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PATCH",
- "summary": "partially update status of the specified Service",
- "nickname": "patchNamespacedServiceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.APIResourceList",
- "method": "GET",
- "summary": "get available resources",
- "nickname": "getAPIResources",
- "parameters": [],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ]
- }
- ]
- }
- ],
- "models": {
- "v1.Binding": {
- "id": "v1.Binding",
- "description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
- "required": [
- "target"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "target": {
- "$ref": "v1.ObjectReference",
- "description": "The target object that you want to bind to the standard object."
- }
- }
- },
- "v1.ObjectMeta": {
- "id": "v1.ObjectMeta",
- "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "generateName": {
- "type": "string",
- "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
- },
- "namespace": {
- "type": "string",
- "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
- },
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "uid": {
- "type": "string",
- "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "resourceVersion": {
- "type": "string",
- "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- },
- "generation": {
- "type": "integer",
- "format": "int64",
- "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
- },
- "creationTimestamp": {
- "type": "string",
- "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionTimestamp": {
- "type": "string",
- "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
- },
- "labels": {
- "type": "object",
- "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
- },
- "annotations": {
- "type": "object",
- "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
- },
- "ownerReferences": {
- "type": "array",
- "items": {
- "$ref": "v1.OwnerReference"
- },
- "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
- },
- "finalizers": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
- },
- "clusterName": {
- "type": "string",
- "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
- }
- }
- },
- "v1.OwnerReference": {
- "id": "v1.OwnerReference",
- "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
- "required": [
- "apiVersion",
- "kind",
- "name",
- "uid"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "API version of the referent."
- },
- "kind": {
- "type": "string",
- "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "uid": {
- "type": "string",
- "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "controller": {
- "type": "boolean",
- "description": "If true, this reference points to the managing controller."
- },
- "blockOwnerDeletion": {
- "type": "boolean",
- "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned."
- }
- }
- },
- "v1.ObjectReference": {
- "id": "v1.ObjectReference",
- "description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "namespace": {
- "type": "string",
- "description": "Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces"
- },
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "uid": {
- "type": "string",
- "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "apiVersion": {
- "type": "string",
- "description": "API version of the referent."
- },
- "resourceVersion": {
- "type": "string",
- "description": "Specific resourceVersion to which this reference is made, if any. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- },
- "fieldPath": {
- "type": "string",
- "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object."
- }
- }
- },
- "v1.ComponentStatusList": {
- "id": "v1.ComponentStatusList",
- "description": "Status of all the conditions for the component as a list of ComponentStatus objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ComponentStatus"
- },
- "description": "List of ComponentStatus objects."
- }
- }
- },
- "v1.ListMeta": {
- "id": "v1.ListMeta",
- "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
- "properties": {
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "resourceVersion": {
- "type": "string",
- "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- }
- }
- },
- "v1.ComponentStatus": {
- "id": "v1.ComponentStatus",
- "description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.ComponentCondition"
- },
- "description": "List of component conditions observed"
- }
- }
- },
- "v1.ComponentCondition": {
- "id": "v1.ComponentCondition",
- "description": "Information about the condition of a component.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of condition for a component. Valid value: \"Healthy\""
- },
- "status": {
- "type": "string",
- "description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\"."
- },
- "message": {
- "type": "string",
- "description": "Message about the condition for a component. For example, information about a health check."
- },
- "error": {
- "type": "string",
- "description": "Condition error code for a component. For example, a health check error code."
- }
- }
- },
- "v1.ConfigMapList": {
- "id": "v1.ConfigMapList",
- "description": "ConfigMapList is a resource containing a list of ConfigMap objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ConfigMap"
- },
- "description": "Items is the list of ConfigMaps."
- }
- }
- },
- "v1.ConfigMap": {
- "id": "v1.ConfigMap",
- "description": "ConfigMap holds configuration data for pods to consume.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "data": {
- "type": "object",
- "description": "Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot."
- }
- }
- },
- "v1.Status": {
- "id": "v1.Status",
- "description": "Status is a return value for calls that don't return other objects.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "status": {
- "type": "string",
- "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the status of this operation."
- },
- "reason": {
- "type": "string",
- "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
- },
- "details": {
- "$ref": "v1.StatusDetails",
- "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type."
- },
- "code": {
- "type": "integer",
- "format": "int32",
- "description": "Suggested HTTP return code for this status, 0 if not set."
- }
- }
- },
- "v1.StatusDetails": {
- "id": "v1.StatusDetails",
- "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
- "properties": {
- "name": {
- "type": "string",
- "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
- },
- "group": {
- "type": "string",
- "description": "The group attribute of the resource associated with the status StatusReason."
- },
- "kind": {
- "type": "string",
- "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "causes": {
- "type": "array",
- "items": {
- "$ref": "v1.StatusCause"
- },
- "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
- },
- "retryAfterSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "If specified, the time in seconds before the operation should be retried."
- }
- }
- },
- "v1.StatusCause": {
- "id": "v1.StatusCause",
- "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
- "properties": {
- "reason": {
- "type": "string",
- "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available."
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader."
- },
- "field": {
- "type": "string",
- "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\""
- }
- }
- },
- "v1.WatchEvent": {
- "id": "v1.WatchEvent",
- "required": [
- "type",
- "object"
- ],
- "properties": {
- "type": {
- "type": "string"
- },
- "object": {
- "type": "string"
- }
- }
- },
- "v1.Patch": {
- "id": "v1.Patch",
- "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
- "properties": {}
- },
- "v1.DeleteOptions": {
- "id": "v1.DeleteOptions",
- "description": "DeleteOptions may be provided when deleting an API object.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "gracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
- },
- "preconditions": {
- "$ref": "v1.Preconditions",
- "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
- },
- "orphanDependents": {
- "type": "boolean",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."
- },
- "propagationPolicy": {
- "$ref": "v1.DeletionPropagation",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy."
- }
- }
- },
- "v1.Preconditions": {
- "id": "v1.Preconditions",
- "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
- "properties": {
- "uid": {
- "$ref": "types.UID",
- "description": "Specifies the target UID."
- }
- }
- },
- "types.UID": {
- "id": "types.UID",
- "properties": {}
- },
- "v1.DeletionPropagation": {
- "id": "v1.DeletionPropagation",
- "properties": {}
- },
- "v1.EndpointsList": {
- "id": "v1.EndpointsList",
- "description": "EndpointsList is a list of endpoints.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Endpoints"
- },
- "description": "List of endpoints."
- }
- }
- },
- "v1.Endpoints": {
- "id": "v1.Endpoints",
- "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n Name: \"mysvc\",\n Subsets: [\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n },\n {\n Addresses: [{\"ip\": \"10.10.3.3\"}],\n Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n },\n ]",
- "required": [
- "subsets"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "subsets": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointSubset"
- },
- "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service."
- }
- }
- },
- "v1.EndpointSubset": {
- "id": "v1.EndpointSubset",
- "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n }\nThe resulting set of endpoints can be viewed as:\n a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n b: [ 10.10.1.1:309, 10.10.2.2:309 ]",
- "properties": {
- "addresses": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointAddress"
- },
- "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize."
- },
- "notReadyAddresses": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointAddress"
- },
- "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check."
- },
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointPort"
- },
- "description": "Port numbers available on the related IP addresses."
- }
- }
- },
- "v1.EndpointAddress": {
- "id": "v1.EndpointAddress",
- "description": "EndpointAddress is a tuple that describes single IP address.",
- "required": [
- "ip"
- ],
- "properties": {
- "ip": {
- "type": "string",
- "description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready."
- },
- "hostname": {
- "type": "string",
- "description": "The Hostname of this endpoint"
- },
- "nodeName": {
- "type": "string",
- "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node."
- },
- "targetRef": {
- "$ref": "v1.ObjectReference",
- "description": "Reference to object providing the endpoint."
- }
- }
- },
- "v1.EndpointPort": {
- "id": "v1.EndpointPort",
- "description": "EndpointPort is a tuple that describes a single port.",
- "required": [
- "port"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined."
- },
- "port": {
- "type": "integer",
- "format": "int32",
- "description": "The port number of the endpoint."
- },
- "protocol": {
- "type": "string",
- "description": "The IP protocol for this port. Must be UDP or TCP. Default is TCP."
- }
- }
- },
- "v1.EventList": {
- "id": "v1.EventList",
- "description": "EventList is a list of events.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Event"
- },
- "description": "List of events"
- }
- }
- },
- "v1.Event": {
- "id": "v1.Event",
- "description": "Event is a report of an event somewhere in the cluster.",
- "required": [
- "metadata",
- "involvedObject"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "involvedObject": {
- "$ref": "v1.ObjectReference",
- "description": "The object that this event is about."
- },
- "reason": {
- "type": "string",
- "description": "This should be a short, machine understandable string that gives the reason for the transition into the object's current status."
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the status of this operation."
- },
- "source": {
- "$ref": "v1.EventSource",
- "description": "The component reporting this event. Should be a short machine understandable string."
- },
- "firstTimestamp": {
- "type": "string",
- "description": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)"
- },
- "lastTimestamp": {
- "type": "string",
- "description": "The time at which the most recent occurrence of this event was recorded."
- },
- "count": {
- "type": "integer",
- "format": "int32",
- "description": "The number of times this event has occurred."
- },
- "type": {
- "type": "string",
- "description": "Type of this event (Normal, Warning), new types could be added in the future"
- }
- }
- },
- "v1.EventSource": {
- "id": "v1.EventSource",
- "description": "EventSource contains information for an event.",
- "properties": {
- "component": {
- "type": "string",
- "description": "Component from which the event is generated."
- },
- "host": {
- "type": "string",
- "description": "Node name on which the event is generated."
- }
- }
- },
- "v1.LimitRangeList": {
- "id": "v1.LimitRangeList",
- "description": "LimitRangeList is a list of LimitRange items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.LimitRange"
- },
- "description": "Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md"
- }
- }
- },
- "v1.LimitRange": {
- "id": "v1.LimitRange",
- "description": "LimitRange sets resource usage limits for each kind of resource in a Namespace.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.LimitRangeSpec",
- "description": "Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.LimitRangeSpec": {
- "id": "v1.LimitRangeSpec",
- "description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.",
- "required": [
- "limits"
- ],
- "properties": {
- "limits": {
- "type": "array",
- "items": {
- "$ref": "v1.LimitRangeItem"
- },
- "description": "Limits is the list of LimitRangeItem objects that are enforced."
- }
- }
- },
- "v1.LimitRangeItem": {
- "id": "v1.LimitRangeItem",
- "description": "LimitRangeItem defines a min/max usage limit for any resource that matches on kind.",
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of resource that this limit applies to."
- },
- "max": {
- "type": "object",
- "description": "Max usage constraints on this kind by resource name."
- },
- "min": {
- "type": "object",
- "description": "Min usage constraints on this kind by resource name."
- },
- "default": {
- "type": "object",
- "description": "Default resource requirement limit value by resource name if resource limit is omitted."
- },
- "defaultRequest": {
- "type": "object",
- "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted."
- },
- "maxLimitRequestRatio": {
- "type": "object",
- "description": "MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource."
- }
- }
- },
- "v1.NamespaceList": {
- "id": "v1.NamespaceList",
- "description": "NamespaceList is a list of Namespaces.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Namespace"
- },
- "description": "Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces"
- }
- }
- },
- "v1.Namespace": {
- "id": "v1.Namespace",
- "description": "Namespace provides a scope for Names. Use of multiple namespaces is optional.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.NamespaceSpec",
- "description": "Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.NamespaceStatus",
- "description": "Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.NamespaceSpec": {
- "id": "v1.NamespaceSpec",
- "description": "NamespaceSpec describes the attributes on a Namespace.",
- "properties": {
- "finalizers": {
- "type": "array",
- "items": {
- "$ref": "v1.FinalizerName"
- },
- "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers"
- }
- }
- },
- "v1.FinalizerName": {
- "id": "v1.FinalizerName",
- "properties": {}
- },
- "v1.NamespaceStatus": {
- "id": "v1.NamespaceStatus",
- "description": "NamespaceStatus is information about the current status of a Namespace.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Phase is the current lifecycle phase of the namespace. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases"
- }
- }
- },
- "v1.NodeList": {
- "id": "v1.NodeList",
- "description": "NodeList is the whole list of all Nodes which have been registered with master.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Node"
- },
- "description": "List of nodes"
- }
- }
- },
- "v1.Node": {
- "id": "v1.Node",
- "description": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.NodeSpec",
- "description": "Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.NodeStatus",
- "description": "Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.NodeSpec": {
- "id": "v1.NodeSpec",
- "description": "NodeSpec describes the attributes that a node is created with.",
- "properties": {
- "podCIDR": {
- "type": "string",
- "description": "PodCIDR represents the pod IP range assigned to the node."
- },
- "externalID": {
- "type": "string",
- "description": "External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated."
- },
- "providerID": {
- "type": "string",
- "description": "ID of the node assigned by the cloud provider in the format: \u003cProviderName\u003e://\u003cProviderSpecificNodeID\u003e"
- },
- "unschedulable": {
- "type": "boolean",
- "description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration"
- },
- "taints": {
- "type": "array",
- "items": {
- "$ref": "v1.Taint"
- },
- "description": "If specified, the node's taints."
- }
- }
- },
- "v1.Taint": {
- "id": "v1.Taint",
- "description": "The node this Taint is attached to has the effect \"effect\" on any pod that that does not tolerate the Taint.",
- "required": [
- "key",
- "effect"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "Required. The taint key to be applied to a node."
- },
- "value": {
- "type": "string",
- "description": "Required. The taint value corresponding to the taint key."
- },
- "effect": {
- "type": "string",
- "description": "Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute."
- },
- "timeAdded": {
- "type": "string",
- "description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints."
- }
- }
- },
- "v1.NodeStatus": {
- "id": "v1.NodeStatus",
- "description": "NodeStatus is information about the current status of a node.",
- "properties": {
- "capacity": {
- "type": "object",
- "description": "Capacity represents the total resources of a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity for more details."
- },
- "allocatable": {
- "type": "object",
- "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity."
- },
- "phase": {
- "type": "string",
- "description": "NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-phase The field is never populated, and now is deprecated."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeCondition"
- },
- "description": "Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-condition"
- },
- "addresses": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeAddress"
- },
- "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-addresses"
- },
- "daemonEndpoints": {
- "$ref": "v1.NodeDaemonEndpoints",
- "description": "Endpoints of daemons running on the Node."
- },
- "nodeInfo": {
- "$ref": "v1.NodeSystemInfo",
- "description": "Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-info"
- },
- "images": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerImage"
- },
- "description": "List of container images on this node"
- },
- "volumesInUse": {
- "type": "array",
- "items": {
- "$ref": "v1.UniqueVolumeName"
- },
- "description": "List of attachable volumes in use (mounted) by the node."
- },
- "volumesAttached": {
- "type": "array",
- "items": {
- "$ref": "v1.AttachedVolume"
- },
- "description": "List of volumes that are attached to the node."
- }
- }
- },
- "v1.NodeCondition": {
- "id": "v1.NodeCondition",
- "description": "NodeCondition contains condition information for a node.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of node condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastHeartbeatTime": {
- "type": "string",
- "description": "Last time we got an update on a given condition."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "Last time the condition transit from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "(brief) reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "Human readable message indicating details about last transition."
- }
- }
- },
- "v1.NodeAddress": {
- "id": "v1.NodeAddress",
- "description": "NodeAddress contains information for the node's address.",
- "required": [
- "type",
- "address"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Node address type, one of Hostname, ExternalIP or InternalIP."
- },
- "address": {
- "type": "string",
- "description": "The node address."
- }
- }
- },
- "v1.NodeDaemonEndpoints": {
- "id": "v1.NodeDaemonEndpoints",
- "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
- "properties": {
- "kubeletEndpoint": {
- "$ref": "v1.DaemonEndpoint",
- "description": "Endpoint on which Kubelet is listening."
- }
- }
- },
- "v1.DaemonEndpoint": {
- "id": "v1.DaemonEndpoint",
- "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
- "required": [
- "Port"
- ],
- "properties": {
- "Port": {
- "type": "integer",
- "format": "int32",
- "description": "Port number of the given endpoint."
- }
- }
- },
- "v1.NodeSystemInfo": {
- "id": "v1.NodeSystemInfo",
- "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
- "required": [
- "machineID",
- "systemUUID",
- "bootID",
- "kernelVersion",
- "osImage",
- "containerRuntimeVersion",
- "kubeletVersion",
- "kubeProxyVersion",
- "operatingSystem",
- "architecture"
- ],
- "properties": {
- "machineID": {
- "type": "string",
- "description": "MachineID reported by the node. For unique machine identification in the cluster this field is prefered. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html"
- },
- "systemUUID": {
- "type": "string",
- "description": "SystemUUID reported by the node. For unique machine identification MachineID is prefered. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html"
- },
- "bootID": {
- "type": "string",
- "description": "Boot ID reported by the node."
- },
- "kernelVersion": {
- "type": "string",
- "description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64)."
- },
- "osImage": {
- "type": "string",
- "description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy))."
- },
- "containerRuntimeVersion": {
- "type": "string",
- "description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0)."
- },
- "kubeletVersion": {
- "type": "string",
- "description": "Kubelet Version reported by the node."
- },
- "kubeProxyVersion": {
- "type": "string",
- "description": "KubeProxy Version reported by the node."
- },
- "operatingSystem": {
- "type": "string",
- "description": "The Operating System reported by the node"
- },
- "architecture": {
- "type": "string",
- "description": "The Architecture reported by the node"
- }
- }
- },
- "v1.ContainerImage": {
- "id": "v1.ContainerImage",
- "description": "Describe a container image",
- "required": [
- "names"
- ],
- "properties": {
- "names": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Names by which this image is known. e.g. [\"gcr.io/google_containers/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]"
- },
- "sizeBytes": {
- "type": "integer",
- "format": "int64",
- "description": "The size of the image in bytes."
- }
- }
- },
- "v1.UniqueVolumeName": {
- "id": "v1.UniqueVolumeName",
- "properties": {}
- },
- "v1.AttachedVolume": {
- "id": "v1.AttachedVolume",
- "description": "AttachedVolume describes a volume attached to a node",
- "required": [
- "name",
- "devicePath"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the attached volume"
- },
- "devicePath": {
- "type": "string",
- "description": "DevicePath represents the device path where the volume should be available"
- }
- }
- },
- "v1.PersistentVolumeClaimList": {
- "id": "v1.PersistentVolumeClaimList",
- "description": "PersistentVolumeClaimList is a list of PersistentVolumeClaim items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeClaim"
- },
- "description": "A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- }
- }
- },
- "v1.PersistentVolumeClaim": {
- "id": "v1.PersistentVolumeClaim",
- "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PersistentVolumeClaimSpec",
- "description": "Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "status": {
- "$ref": "v1.PersistentVolumeClaimStatus",
- "description": "Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- }
- }
- },
- "v1.PersistentVolumeClaimSpec": {
- "id": "v1.PersistentVolumeClaimSpec",
- "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
- "properties": {
- "accessModes": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeAccessMode"
- },
- "description": "AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1"
- },
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over volumes to consider for binding."
- },
- "resources": {
- "$ref": "v1.ResourceRequirements",
- "description": "Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
- },
- "volumeName": {
- "type": "string",
- "description": "VolumeName is the binding reference to the PersistentVolume backing this claim."
- },
- "storageClassName": {
- "type": "string",
- "description": "Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1"
- }
- }
- },
- "v1.PersistentVolumeAccessMode": {
- "id": "v1.PersistentVolumeAccessMode",
- "properties": {}
- },
- "v1.LabelSelector": {
- "id": "v1.LabelSelector",
- "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
- "properties": {
- "matchLabels": {
- "type": "object",
- "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."
- },
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.LabelSelectorRequirement"
- },
- "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.LabelSelectorRequirement": {
- "id": "v1.LabelSelectorRequirement",
- "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "key is the label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.ResourceRequirements": {
- "id": "v1.ResourceRequirements",
- "description": "ResourceRequirements describes the compute resource requirements.",
- "properties": {
- "limits": {
- "type": "object",
- "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- },
- "requests": {
- "type": "object",
- "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- }
- }
- },
- "v1.PersistentVolumeClaimStatus": {
- "id": "v1.PersistentVolumeClaimStatus",
- "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Phase represents the current phase of PersistentVolumeClaim."
- },
- "accessModes": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeAccessMode"
- },
- "description": "AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1"
- },
- "capacity": {
- "type": "object",
- "description": "Represents the actual resources of the underlying volume."
- }
- }
- },
- "v1.PersistentVolumeList": {
- "id": "v1.PersistentVolumeList",
- "description": "PersistentVolumeList is a list of PersistentVolume items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolume"
- },
- "description": "List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes"
- }
- }
- },
- "v1.PersistentVolume": {
- "id": "v1.PersistentVolume",
- "description": "PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PersistentVolumeSpec",
- "description": "Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes"
- },
- "status": {
- "$ref": "v1.PersistentVolumeStatus",
- "description": "Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes"
- }
- }
- },
- "v1.PersistentVolumeSpec": {
- "id": "v1.PersistentVolumeSpec",
- "description": "PersistentVolumeSpec is the specification of a persistent volume.",
- "properties": {
- "capacity": {
- "type": "object",
- "description": "A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity"
- },
- "gcePersistentDisk": {
- "$ref": "v1.GCEPersistentDiskVolumeSource",
- "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "awsElasticBlockStore": {
- "$ref": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "hostPath": {
- "$ref": "v1.HostPathVolumeSource",
- "description": "HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- },
- "glusterfs": {
- "$ref": "v1.GlusterfsVolumeSource",
- "description": "Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
- },
- "nfs": {
- "$ref": "v1.NFSVolumeSource",
- "description": "NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "rbd": {
- "$ref": "v1.RBDVolumeSource",
- "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
- },
- "iscsi": {
- "$ref": "v1.ISCSIVolumeSource",
- "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin."
- },
- "cinder": {
- "$ref": "v1.CinderVolumeSource",
- "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "cephfs": {
- "$ref": "v1.CephFSVolumeSource",
- "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
- },
- "fc": {
- "$ref": "v1.FCVolumeSource",
- "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
- },
- "flocker": {
- "$ref": "v1.FlockerVolumeSource",
- "description": "Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running"
- },
- "flexVolume": {
- "$ref": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
- },
- "azureFile": {
- "$ref": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
- },
- "vsphereVolume": {
- "$ref": "v1.VsphereVirtualDiskVolumeSource",
- "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
- },
- "quobyte": {
- "$ref": "v1.QuobyteVolumeSource",
- "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
- },
- "azureDisk": {
- "$ref": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
- },
- "photonPersistentDisk": {
- "$ref": "v1.PhotonPersistentDiskVolumeSource",
- "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
- },
- "portworxVolume": {
- "$ref": "v1.PortworxVolumeSource",
- "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
- },
- "scaleIO": {
- "$ref": "v1.ScaleIOVolumeSource",
- "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
- },
- "accessModes": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeAccessMode"
- },
- "description": "AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes"
- },
- "claimRef": {
- "$ref": "v1.ObjectReference",
- "description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding"
- },
- "persistentVolumeReclaimPolicy": {
- "type": "string",
- "description": "What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy"
- },
- "storageClassName": {
- "type": "string",
- "description": "Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass."
- }
- }
- },
- "v1.GCEPersistentDiskVolumeSource": {
- "id": "v1.GCEPersistentDiskVolumeSource",
- "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
- "required": [
- "pdName"
- ],
- "properties": {
- "pdName": {
- "type": "string",
- "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- }
- }
- },
- "v1.AWSElasticBlockStoreVolumeSource": {
- "id": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty)."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- }
- }
- },
- "v1.HostPathVolumeSource": {
- "id": "v1.HostPathVolumeSource",
- "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- }
- }
- },
- "v1.GlusterfsVolumeSource": {
- "id": "v1.GlusterfsVolumeSource",
- "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "endpoints",
- "path"
- ],
- "properties": {
- "endpoints": {
- "type": "string",
- "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "path": {
- "type": "string",
- "description": "Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- }
- }
- },
- "v1.NFSVolumeSource": {
- "id": "v1.NFSVolumeSource",
- "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "server",
- "path"
- ],
- "properties": {
- "server": {
- "type": "string",
- "description": "Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "path": {
- "type": "string",
- "description": "Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- }
- }
- },
- "v1.RBDVolumeSource": {
- "id": "v1.RBDVolumeSource",
- "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
- "required": [
- "monitors",
- "image"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "image": {
- "type": "string",
- "description": "The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd"
- },
- "pool": {
- "type": "string",
- "description": "The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it."
- },
- "user": {
- "type": "string",
- "description": "The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "keyring": {
- "type": "string",
- "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- }
- }
- },
- "v1.LocalObjectReference": {
- "id": "v1.LocalObjectReference",
- "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- }
- }
- },
- "v1.ISCSIVolumeSource": {
- "id": "v1.ISCSIVolumeSource",
- "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetPortal",
- "iqn",
- "lun"
- ],
- "properties": {
- "targetPortal": {
- "type": "string",
- "description": "iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- },
- "iqn": {
- "type": "string",
- "description": "Target iSCSI Qualified Name."
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "iSCSI target lun number."
- },
- "iscsiInterface": {
- "type": "string",
- "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false."
- },
- "portals": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- }
- }
- },
- "v1.CinderVolumeSource": {
- "id": "v1.CinderVolumeSource",
- "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- }
- }
- },
- "v1.CephFSVolumeSource": {
- "id": "v1.CephFSVolumeSource",
- "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "monitors"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "path": {
- "type": "string",
- "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /"
- },
- "user": {
- "type": "string",
- "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretFile": {
- "type": "string",
- "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- }
- }
- },
- "v1.FCVolumeSource": {
- "id": "v1.FCVolumeSource",
- "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetWWNs",
- "lun"
- ],
- "properties": {
- "targetWWNs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: FC target worldwide names (WWNs)"
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "Required: FC target lun number"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.FlockerVolumeSource": {
- "id": "v1.FlockerVolumeSource",
- "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
- "properties": {
- "datasetName": {
- "type": "string",
- "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
- },
- "datasetUUID": {
- "type": "string",
- "description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
- }
- }
- },
- "v1.FlexVolumeSource": {
- "id": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.",
- "required": [
- "driver"
- ],
- "properties": {
- "driver": {
- "type": "string",
- "description": "Driver is the name of the driver to use for this volume."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- },
- "options": {
- "type": "object",
- "description": "Optional: Extra command options if any."
- }
- }
- },
- "v1.AzureFileVolumeSource": {
- "id": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
- "required": [
- "secretName",
- "shareName"
- ],
- "properties": {
- "secretName": {
- "type": "string",
- "description": "the name of secret that contains Azure Storage Account Name and Key"
- },
- "shareName": {
- "type": "string",
- "description": "Share Name"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.VsphereVirtualDiskVolumeSource": {
- "id": "v1.VsphereVirtualDiskVolumeSource",
- "description": "Represents a vSphere volume resource.",
- "required": [
- "volumePath"
- ],
- "properties": {
- "volumePath": {
- "type": "string",
- "description": "Path that identifies vSphere volume vmdk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.QuobyteVolumeSource": {
- "id": "v1.QuobyteVolumeSource",
- "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "registry",
- "volume"
- ],
- "properties": {
- "registry": {
- "type": "string",
- "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes"
- },
- "volume": {
- "type": "string",
- "description": "Volume is a string that references an already created Quobyte volume by name."
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false."
- },
- "user": {
- "type": "string",
- "description": "User to map volume access to Defaults to serivceaccount user"
- },
- "group": {
- "type": "string",
- "description": "Group to map volume access to Default is no group"
- }
- }
- },
- "v1.AzureDiskVolumeSource": {
- "id": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
- "required": [
- "diskName",
- "diskURI"
- ],
- "properties": {
- "diskName": {
- "type": "string",
- "description": "The Name of the data disk in the blob storage"
- },
- "diskURI": {
- "type": "string",
- "description": "The URI the data disk in the blob storage"
- },
- "cachingMode": {
- "$ref": "v1.AzureDataDiskCachingMode",
- "description": "Host Caching mode: None, Read Only, Read Write."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.AzureDataDiskCachingMode": {
- "id": "v1.AzureDataDiskCachingMode",
- "properties": {}
- },
- "v1.PhotonPersistentDiskVolumeSource": {
- "id": "v1.PhotonPersistentDiskVolumeSource",
- "description": "Represents a Photon Controller persistent disk resource.",
- "required": [
- "pdID"
- ],
- "properties": {
- "pdID": {
- "type": "string",
- "description": "ID that identifies Photon Controller persistent disk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.PortworxVolumeSource": {
- "id": "v1.PortworxVolumeSource",
- "description": "PortworxVolumeSource represents a Portworx volume resource.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "VolumeID uniquely identifies a Portworx volume"
- },
- "fsType": {
- "type": "string",
- "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.ScaleIOVolumeSource": {
- "id": "v1.ScaleIOVolumeSource",
- "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume",
- "required": [
- "gateway",
- "system",
- "secretRef"
- ],
- "properties": {
- "gateway": {
- "type": "string",
- "description": "The host address of the ScaleIO API Gateway."
- },
- "system": {
- "type": "string",
- "description": "The name of the storage system as configured in ScaleIO."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
- },
- "sslEnabled": {
- "type": "boolean",
- "description": "Flag to enable/disable SSL communication with Gateway, default false"
- },
- "protectionDomain": {
- "type": "string",
- "description": "The name of the Protection Domain for the configured storage (defaults to \"default\")."
- },
- "storagePool": {
- "type": "string",
- "description": "The Storage Pool associated with the protection domain (defaults to \"default\")."
- },
- "storageMode": {
- "type": "string",
- "description": "Indicates whether the storage for a volume should be thick or thin (defaults to \"thin\")."
- },
- "volumeName": {
- "type": "string",
- "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.PersistentVolumeStatus": {
- "id": "v1.PersistentVolumeStatus",
- "description": "PersistentVolumeStatus is the current status of a persistent volume.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase"
- },
- "message": {
- "type": "string",
- "description": "A human-readable message indicating details about why the volume is in this state."
- },
- "reason": {
- "type": "string",
- "description": "Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI."
- }
- }
- },
- "v1.PodList": {
- "id": "v1.PodList",
- "description": "PodList is a list of Pods.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Pod"
- },
- "description": "List of pods. More info: http://kubernetes.io/docs/user-guide/pods"
- }
- }
- },
- "v1.Pod": {
- "id": "v1.Pod",
- "description": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PodSpec",
- "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.PodStatus",
- "description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.PodSpec": {
- "id": "v1.PodSpec",
- "description": "PodSpec is a description of a pod.",
- "required": [
- "containers"
- ],
- "properties": {
- "volumes": {
- "type": "array",
- "items": {
- "$ref": "v1.Volume"
- },
- "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes"
- },
- "initContainers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "containers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "restartPolicy": {
- "type": "string",
- "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy"
- },
- "terminationGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds."
- },
- "activeDeadlineSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer."
- },
- "dnsPolicy": {
- "type": "string",
- "description": "Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'."
- },
- "nodeSelector": {
- "type": "object",
- "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README"
- },
- "serviceAccountName": {
- "type": "string",
- "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md"
- },
- "serviceAccount": {
- "type": "string",
- "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead."
- },
- "automountServiceAccountToken": {
- "type": "boolean",
- "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted."
- },
- "nodeName": {
- "type": "string",
- "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements."
- },
- "hostNetwork": {
- "type": "boolean",
- "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
- },
- "hostPID": {
- "type": "boolean",
- "description": "Use the host's pid namespace. Optional: Default to false."
- },
- "hostIPC": {
- "type": "boolean",
- "description": "Use the host's ipc namespace. Optional: Default to false."
- },
- "securityContext": {
- "$ref": "v1.PodSecurityContext",
- "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field."
- },
- "imagePullSecrets": {
- "type": "array",
- "items": {
- "$ref": "v1.LocalObjectReference"
- },
- "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod"
- },
- "hostname": {
- "type": "string",
- "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value."
- },
- "subdomain": {
- "type": "string",
- "description": "If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all."
- },
- "affinity": {
- "$ref": "v1.Affinity",
- "description": "If specified, the pod's scheduling constraints"
- },
- "schedulerName": {
- "type": "string",
- "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler."
- },
- "tolerations": {
- "type": "array",
- "items": {
- "$ref": "v1.Toleration"
- },
- "description": "If specified, the pod's tolerations."
- }
- }
- },
- "v1.Volume": {
- "id": "v1.Volume",
- "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "hostPath": {
- "$ref": "v1.HostPathVolumeSource",
- "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- },
- "emptyDir": {
- "$ref": "v1.EmptyDirVolumeSource",
- "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- },
- "gcePersistentDisk": {
- "$ref": "v1.GCEPersistentDiskVolumeSource",
- "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "awsElasticBlockStore": {
- "$ref": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "gitRepo": {
- "$ref": "v1.GitRepoVolumeSource",
- "description": "GitRepo represents a git repository at a particular revision."
- },
- "secret": {
- "$ref": "v1.SecretVolumeSource",
- "description": "Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "nfs": {
- "$ref": "v1.NFSVolumeSource",
- "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "iscsi": {
- "$ref": "v1.ISCSIVolumeSource",
- "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md"
- },
- "glusterfs": {
- "$ref": "v1.GlusterfsVolumeSource",
- "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
- },
- "persistentVolumeClaim": {
- "$ref": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "rbd": {
- "$ref": "v1.RBDVolumeSource",
- "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
- },
- "flexVolume": {
- "$ref": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
- },
- "cinder": {
- "$ref": "v1.CinderVolumeSource",
- "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "cephfs": {
- "$ref": "v1.CephFSVolumeSource",
- "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
- },
- "flocker": {
- "$ref": "v1.FlockerVolumeSource",
- "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPI represents downward API about the pod that should populate this volume"
- },
- "fc": {
- "$ref": "v1.FCVolumeSource",
- "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
- },
- "azureFile": {
- "$ref": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
- },
- "configMap": {
- "$ref": "v1.ConfigMapVolumeSource",
- "description": "ConfigMap represents a configMap that should populate this volume"
- },
- "vsphereVolume": {
- "$ref": "v1.VsphereVirtualDiskVolumeSource",
- "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
- },
- "quobyte": {
- "$ref": "v1.QuobyteVolumeSource",
- "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
- },
- "azureDisk": {
- "$ref": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
- },
- "photonPersistentDisk": {
- "$ref": "v1.PhotonPersistentDiskVolumeSource",
- "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
- },
- "projected": {
- "$ref": "v1.ProjectedVolumeSource",
- "description": "Items for all in one resources secrets, configmaps, and downward API"
- },
- "portworxVolume": {
- "$ref": "v1.PortworxVolumeSource",
- "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
- },
- "scaleIO": {
- "$ref": "v1.ScaleIOVolumeSource",
- "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
- }
- }
- },
- "v1.EmptyDirVolumeSource": {
- "id": "v1.EmptyDirVolumeSource",
- "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
- "properties": {
- "medium": {
- "type": "string",
- "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- }
- }
- },
- "v1.GitRepoVolumeSource": {
- "id": "v1.GitRepoVolumeSource",
- "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
- "required": [
- "repository"
- ],
- "properties": {
- "repository": {
- "type": "string",
- "description": "Repository URL"
- },
- "revision": {
- "type": "string",
- "description": "Commit hash for the specified revision."
- },
- "directory": {
- "type": "string",
- "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name."
- }
- }
- },
- "v1.SecretVolumeSource": {
- "id": "v1.SecretVolumeSource",
- "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
- "properties": {
- "secretName": {
- "type": "string",
- "description": "Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's keys must be defined"
- }
- }
- },
- "v1.KeyToPath": {
- "id": "v1.KeyToPath",
- "description": "Maps a string key to a path within a volume.",
- "required": [
- "key",
- "path"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The key to project."
- },
- "path": {
- "type": "string",
- "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.PersistentVolumeClaimVolumeSource": {
- "id": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
- "required": [
- "claimName"
- ],
- "properties": {
- "claimName": {
- "type": "string",
- "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Will force the ReadOnly setting in VolumeMounts. Default false."
- }
- }
- },
- "v1.DownwardAPIVolumeSource": {
- "id": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of downward API volume file"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.DownwardAPIVolumeFile": {
- "id": "v1.DownwardAPIVolumeFile",
- "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'"
- },
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.ObjectFieldSelector": {
- "id": "v1.ObjectFieldSelector",
- "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
- "required": [
- "fieldPath"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"."
- },
- "fieldPath": {
- "type": "string",
- "description": "Path of the field to select in the specified API version."
- }
- }
- },
- "v1.ResourceFieldSelector": {
- "id": "v1.ResourceFieldSelector",
- "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
- "required": [
- "resource"
- ],
- "properties": {
- "containerName": {
- "type": "string",
- "description": "Container name: required for volumes, optional for env vars"
- },
- "resource": {
- "type": "string",
- "description": "Required: resource to select"
- },
- "divisor": {
- "type": "string",
- "description": "Specifies the output format of the exposed resources, defaults to \"1\""
- }
- }
- },
- "v1.ConfigMapVolumeSource": {
- "id": "v1.ConfigMapVolumeSource",
- "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.ProjectedVolumeSource": {
- "id": "v1.ProjectedVolumeSource",
- "description": "Represents a projected volume source",
- "required": [
- "sources"
- ],
- "properties": {
- "sources": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeProjection"
- },
- "description": "list of volume projections"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.VolumeProjection": {
- "id": "v1.VolumeProjection",
- "description": "Projection that may be projected along with other supported volume types",
- "properties": {
- "secret": {
- "$ref": "v1.SecretProjection",
- "description": "information about the secret data to project"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIProjection",
- "description": "information about the downwardAPI data to project"
- },
- "configMap": {
- "$ref": "v1.ConfigMapProjection",
- "description": "information about the configMap data to project"
- }
- }
- },
- "v1.SecretProjection": {
- "id": "v1.SecretProjection",
- "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or its key must be defined"
- }
- }
- },
- "v1.DownwardAPIProjection": {
- "id": "v1.DownwardAPIProjection",
- "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of DownwardAPIVolume file"
- }
- }
- },
- "v1.ConfigMapProjection": {
- "id": "v1.ConfigMapProjection",
- "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.Container": {
- "id": "v1.Container",
- "description": "A single application container that you want to run within a pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated."
- },
- "image": {
- "type": "string",
- "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images"
- },
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "args": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "workingDir": {
- "type": "string",
- "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated."
- },
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerPort"
- },
- "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
- },
- "envFrom": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvFromSource"
- },
- "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
- },
- "env": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvVar"
- },
- "description": "List of environment variables to set in the container. Cannot be updated."
- },
- "resources": {
- "$ref": "v1.ResourceRequirements",
- "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
- },
- "volumeMounts": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeMount"
- },
- "description": "Pod volumes to mount into the container's filesystem. Cannot be updated."
- },
- "livenessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "readinessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "lifecycle": {
- "$ref": "v1.Lifecycle",
- "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated."
- },
- "terminationMessagePath": {
- "type": "string",
- "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated."
- },
- "terminationMessagePolicy": {
- "type": "string",
- "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated."
- },
- "imagePullPolicy": {
- "type": "string",
- "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images"
- },
- "securityContext": {
- "$ref": "v1.SecurityContext",
- "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md"
- },
- "stdin": {
- "type": "boolean",
- "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false."
- },
- "stdinOnce": {
- "type": "boolean",
- "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false"
- },
- "tty": {
- "type": "boolean",
- "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false."
- }
- }
- },
- "v1.ContainerPort": {
- "id": "v1.ContainerPort",
- "description": "ContainerPort represents a network port in a single container.",
- "required": [
- "containerPort"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services."
- },
- "hostPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this."
- },
- "containerPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536."
- },
- "protocol": {
- "type": "string",
- "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"."
- },
- "hostIP": {
- "type": "string",
- "description": "What host IP to bind the external port to."
- }
- }
- },
- "v1.EnvFromSource": {
- "id": "v1.EnvFromSource",
- "description": "EnvFromSource represents the source of a set of ConfigMaps",
- "properties": {
- "prefix": {
- "type": "string",
- "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
- },
- "configMapRef": {
- "$ref": "v1.ConfigMapEnvSource",
- "description": "The ConfigMap to select from"
- },
- "secretRef": {
- "$ref": "v1.SecretEnvSource",
- "description": "The Secret to select from"
- }
- }
- },
- "v1.ConfigMapEnvSource": {
- "id": "v1.ConfigMapEnvSource",
- "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap must be defined"
- }
- }
- },
- "v1.SecretEnvSource": {
- "id": "v1.SecretEnvSource",
- "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret must be defined"
- }
- }
- },
- "v1.EnvVar": {
- "id": "v1.EnvVar",
- "description": "EnvVar represents an environment variable present in a Container.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the environment variable. Must be a C_IDENTIFIER."
- },
- "value": {
- "type": "string",
- "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\"."
- },
- "valueFrom": {
- "$ref": "v1.EnvVarSource",
- "description": "Source for the environment variable's value. Cannot be used if value is not empty."
- }
- }
- },
- "v1.EnvVarSource": {
- "id": "v1.EnvVarSource",
- "description": "EnvVarSource represents a source for the value of an EnvVar.",
- "properties": {
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "configMapKeyRef": {
- "$ref": "v1.ConfigMapKeySelector",
- "description": "Selects a key of a ConfigMap."
- },
- "secretKeyRef": {
- "$ref": "v1.SecretKeySelector",
- "description": "Selects a key of a secret in the pod's namespace"
- }
- }
- },
- "v1.ConfigMapKeySelector": {
- "id": "v1.ConfigMapKeySelector",
- "description": "Selects a key from a ConfigMap.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key to select."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's key must be defined"
- }
- }
- },
- "v1.SecretKeySelector": {
- "id": "v1.SecretKeySelector",
- "description": "SecretKeySelector selects a key of a Secret.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key of the secret to select from. Must be a valid secret key."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's key must be defined"
- }
- }
- },
- "v1.VolumeMount": {
- "id": "v1.VolumeMount",
- "description": "VolumeMount describes a mounting of a Volume within a container.",
- "required": [
- "name",
- "mountPath"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "This must match the Name of a Volume."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false."
- },
- "mountPath": {
- "type": "string",
- "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
- },
- "subPath": {
- "type": "string",
- "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
- }
- }
- },
- "v1.Probe": {
- "id": "v1.Probe",
- "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- },
- "initialDelaySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "timeoutSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "periodSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
- },
- "successThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."
- },
- "failureThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."
- }
- }
- },
- "v1.ExecAction": {
- "id": "v1.ExecAction",
- "description": "ExecAction describes a \"run in container\" action.",
- "properties": {
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy."
- }
- }
- },
- "v1.HTTPGetAction": {
- "id": "v1.HTTPGetAction",
- "description": "HTTPGetAction describes an action based on HTTP Get requests.",
- "required": [
- "port"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path to access on the HTTP server."
- },
- "port": {
- "type": "string",
- "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- },
- "host": {
- "type": "string",
- "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead."
- },
- "scheme": {
- "type": "string",
- "description": "Scheme to use for connecting to the host. Defaults to HTTP."
- },
- "httpHeaders": {
- "type": "array",
- "items": {
- "$ref": "v1.HTTPHeader"
- },
- "description": "Custom headers to set in the request. HTTP allows repeated headers."
- }
- }
- },
- "v1.HTTPHeader": {
- "id": "v1.HTTPHeader",
- "description": "HTTPHeader describes a custom header to be used in HTTP probes",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The header field name"
- },
- "value": {
- "type": "string",
- "description": "The header field value"
- }
- }
- },
- "v1.TCPSocketAction": {
- "id": "v1.TCPSocketAction",
- "description": "TCPSocketAction describes an action based on opening a socket",
- "required": [
- "port"
- ],
- "properties": {
- "port": {
- "type": "string",
- "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- }
- }
- },
- "v1.Lifecycle": {
- "id": "v1.Lifecycle",
- "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
- "properties": {
- "postStart": {
- "$ref": "v1.Handler",
- "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- },
- "preStop": {
- "$ref": "v1.Handler",
- "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- }
- }
- },
- "v1.Handler": {
- "id": "v1.Handler",
- "description": "Handler defines a specific action that should be taken",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- }
- }
- },
- "v1.SecurityContext": {
- "id": "v1.SecurityContext",
- "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
- "properties": {
- "capabilities": {
- "$ref": "v1.Capabilities",
- "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
- },
- "privileged": {
- "type": "boolean",
- "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false."
- },
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "readOnlyRootFilesystem": {
- "type": "boolean",
- "description": "Whether this container has a read-only root filesystem. Default is false."
- }
- }
- },
- "v1.Capabilities": {
- "id": "v1.Capabilities",
- "description": "Adds and removes POSIX capabilities from running containers.",
- "properties": {
- "add": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Added capabilities"
- },
- "drop": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Removed capabilities"
- }
- }
- },
- "v1.Capability": {
- "id": "v1.Capability",
- "properties": {}
- },
- "v1.SELinuxOptions": {
- "id": "v1.SELinuxOptions",
- "description": "SELinuxOptions are the labels to be applied to the container",
- "properties": {
- "user": {
- "type": "string",
- "description": "User is a SELinux user label that applies to the container."
- },
- "role": {
- "type": "string",
- "description": "Role is a SELinux role label that applies to the container."
- },
- "type": {
- "type": "string",
- "description": "Type is a SELinux type label that applies to the container."
- },
- "level": {
- "type": "string",
- "description": "Level is SELinux level label that applies to the container."
- }
- }
- },
- "v1.PodSecurityContext": {
- "id": "v1.PodSecurityContext",
- "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
- "properties": {
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "supplementalGroups": {
- "type": "array",
- "items": {
- "type": "integer"
- },
- "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container."
- },
- "fsGroup": {
- "type": "integer",
- "format": "int64",
- "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw "
- }
- }
- },
- "v1.Affinity": {
- "id": "v1.Affinity",
- "description": "Affinity is a group of affinity scheduling rules.",
- "properties": {
- "nodeAffinity": {
- "$ref": "v1.NodeAffinity",
- "description": "Describes node affinity scheduling rules for the pod."
- },
- "podAffinity": {
- "$ref": "v1.PodAffinity",
- "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
- },
- "podAntiAffinity": {
- "$ref": "v1.PodAntiAffinity",
- "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
- }
- }
- },
- "v1.NodeAffinity": {
- "id": "v1.NodeAffinity",
- "description": "Node affinity is a group of node affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "$ref": "v1.NodeSelector",
- "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PreferredSchedulingTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.NodeSelector": {
- "id": "v1.NodeSelector",
- "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
- "required": [
- "nodeSelectorTerms"
- ],
- "properties": {
- "nodeSelectorTerms": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorTerm"
- },
- "description": "Required. A list of node selector terms. The terms are ORed."
- }
- }
- },
- "v1.NodeSelectorTerm": {
- "id": "v1.NodeSelectorTerm",
- "description": "A null or empty node selector term matches no objects.",
- "required": [
- "matchExpressions"
- ],
- "properties": {
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorRequirement"
- },
- "description": "Required. A list of node selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.NodeSelectorRequirement": {
- "id": "v1.NodeSelectorRequirement",
- "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.PreferredSchedulingTerm": {
- "id": "v1.PreferredSchedulingTerm",
- "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
- "required": [
- "weight",
- "preference"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100."
- },
- "preference": {
- "$ref": "v1.NodeSelectorTerm",
- "description": "A node selector term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAffinity": {
- "id": "v1.PodAffinity",
- "description": "Pod affinity is a group of inter pod affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.PodAffinityTerm": {
- "id": "v1.PodAffinityTerm",
- "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e tches that of any node on which a pod of the set of pods is running",
- "properties": {
- "labelSelector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over a set of resources, in this case pods."
- },
- "namespaces": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\""
- },
- "topologyKey": {
- "type": "string",
- "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. For PreferredDuringScheduling pod anti-affinity, empty topologyKey is interpreted as \"all topologies\" (\"all topologies\" here means all the topologyKeys indicated by scheduler command-line argument --failure-domains); for affinity and for RequiredDuringScheduling pod anti-affinity, empty topologyKey is not allowed."
- }
- }
- },
- "v1.WeightedPodAffinityTerm": {
- "id": "v1.WeightedPodAffinityTerm",
- "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
- "required": [
- "weight",
- "podAffinityTerm"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100."
- },
- "podAffinityTerm": {
- "$ref": "v1.PodAffinityTerm",
- "description": "Required. A pod affinity term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAntiAffinity": {
- "id": "v1.PodAntiAffinity",
- "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.Toleration": {
- "id": "v1.Toleration",
- "description": "The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.",
- "properties": {
- "key": {
- "type": "string",
- "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys."
- },
- "operator": {
- "type": "string",
- "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category."
- },
- "value": {
- "type": "string",
- "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string."
- },
- "effect": {
- "type": "string",
- "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute."
- },
- "tolerationSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system."
- }
- }
- },
- "v1.PodStatus": {
- "id": "v1.PodStatus",
- "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Current condition of the pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-phase"
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.PodCondition"
- },
- "description": "Current service state of pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about why the pod is in this condition."
- },
- "reason": {
- "type": "string",
- "description": "A brief CamelCase message indicating details about why the pod is in this state. e.g. 'OutOfDisk'"
- },
- "hostIP": {
- "type": "string",
- "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled."
- },
- "podIP": {
- "type": "string",
- "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated."
- },
- "startTime": {
- "type": "string",
- "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod."
- },
- "initContainerStatuses": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerStatus"
- },
- "description": "The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses"
- },
- "containerStatuses": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerStatus"
- },
- "description": "The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses"
- },
- "qosClass": {
- "type": "string",
- "description": "The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md"
- }
- }
- },
- "v1.PodCondition": {
- "id": "v1.PodCondition",
- "description": "PodCondition contains details for the current condition of this pod.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type is the type of the condition. Currently only Ready. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
- },
- "status": {
- "type": "string",
- "description": "Status is the status of the condition. Can be True, False, Unknown. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
- },
- "lastProbeTime": {
- "type": "string",
- "description": "Last time we probed the condition."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "Last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "Unique, one-word, CamelCase reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "Human-readable message indicating details about last transition."
- }
- }
- },
- "v1.ContainerStatus": {
- "id": "v1.ContainerStatus",
- "description": "ContainerStatus contains details for the current status of this container.",
- "required": [
- "name",
- "ready",
- "restartCount",
- "image",
- "imageID"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated."
- },
- "state": {
- "$ref": "v1.ContainerState",
- "description": "Details about the container's current condition."
- },
- "lastState": {
- "$ref": "v1.ContainerState",
- "description": "Details about the container's last termination condition."
- },
- "ready": {
- "type": "boolean",
- "description": "Specifies whether the container has passed its readiness probe."
- },
- "restartCount": {
- "type": "integer",
- "format": "int32",
- "description": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC."
- },
- "image": {
- "type": "string",
- "description": "The image the container is running. More info: http://kubernetes.io/docs/user-guide/images"
- },
- "imageID": {
- "type": "string",
- "description": "ImageID of the container's image."
- },
- "containerID": {
- "type": "string",
- "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'. More info: http://kubernetes.io/docs/user-guide/container-environment#container-information"
- }
- }
- },
- "v1.ContainerState": {
- "id": "v1.ContainerState",
- "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.",
- "properties": {
- "waiting": {
- "$ref": "v1.ContainerStateWaiting",
- "description": "Details about a waiting container"
- },
- "running": {
- "$ref": "v1.ContainerStateRunning",
- "description": "Details about a running container"
- },
- "terminated": {
- "$ref": "v1.ContainerStateTerminated",
- "description": "Details about a terminated container"
- }
- }
- },
- "v1.ContainerStateWaiting": {
- "id": "v1.ContainerStateWaiting",
- "description": "ContainerStateWaiting is a waiting state of a container.",
- "properties": {
- "reason": {
- "type": "string",
- "description": "(brief) reason the container is not yet running."
- },
- "message": {
- "type": "string",
- "description": "Message regarding why the container is not yet running."
- }
- }
- },
- "v1.ContainerStateRunning": {
- "id": "v1.ContainerStateRunning",
- "description": "ContainerStateRunning is a running state of a container.",
- "properties": {
- "startedAt": {
- "type": "string",
- "description": "Time at which the container was last (re-)started"
- }
- }
- },
- "v1.ContainerStateTerminated": {
- "id": "v1.ContainerStateTerminated",
- "description": "ContainerStateTerminated is a terminated state of a container.",
- "required": [
- "exitCode"
- ],
- "properties": {
- "exitCode": {
- "type": "integer",
- "format": "int32",
- "description": "Exit status from the last termination of the container"
- },
- "signal": {
- "type": "integer",
- "format": "int32",
- "description": "Signal from the last termination of the container"
- },
- "reason": {
- "type": "string",
- "description": "(brief) reason from the last termination of the container"
- },
- "message": {
- "type": "string",
- "description": "Message regarding the last termination of the container"
- },
- "startedAt": {
- "type": "string",
- "description": "Time at which previous execution of the container started"
- },
- "finishedAt": {
- "type": "string",
- "description": "Time at which the container last terminated"
- },
- "containerID": {
- "type": "string",
- "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'"
- }
- }
- },
- "v1beta1.Eviction": {
- "id": "v1beta1.Eviction",
- "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "ObjectMeta describes the pod that is being evicted."
- },
- "deleteOptions": {
- "$ref": "v1.DeleteOptions",
- "description": "DeleteOptions may be provided"
- }
- }
- },
- "v1.PodTemplateList": {
- "id": "v1.PodTemplateList",
- "description": "PodTemplateList is a list of PodTemplates.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.PodTemplate"
- },
- "description": "List of pod templates"
- }
- }
- },
- "v1.PodTemplate": {
- "id": "v1.PodTemplate",
- "description": "PodTemplate describes a template for creating copies of a predefined pod.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.PodTemplateSpec": {
- "id": "v1.PodTemplateSpec",
- "description": "PodTemplateSpec describes the data a pod should have when created from a template",
- "properties": {
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PodSpec",
- "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ReplicationControllerList": {
- "id": "v1.ReplicationControllerList",
- "description": "ReplicationControllerList is a collection of replication controllers.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ReplicationController"
- },
- "description": "List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller"
- }
- }
- },
- "v1.ReplicationController": {
- "id": "v1.ReplicationController",
- "description": "ReplicationController represents the configuration of a replication controller.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.ReplicationControllerSpec",
- "description": "Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.ReplicationControllerStatus",
- "description": "Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ReplicationControllerSpec": {
- "id": "v1.ReplicationControllerSpec",
- "description": "ReplicationControllerSpec is the specification of a replication controller.",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
- },
- "selector": {
- "type": "object",
- "description": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
- }
- }
- },
- "v1.ReplicationControllerStatus": {
- "id": "v1.ReplicationControllerStatus",
- "description": "ReplicationControllerStatus represents the current status of a replication controller.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "fullyLabeledReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of pods that have labels matching the labels of the pod template of the replication controller."
- },
- "readyReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of ready replicas for this replication controller."
- },
- "availableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of available replicas (ready for at least minReadySeconds) for this replication controller."
- },
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "ObservedGeneration reflects the generation of the most recently observed replication controller."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.ReplicationControllerCondition"
- },
- "description": "Represents the latest available observations of a replication controller's current state."
- }
- }
- },
- "v1.ReplicationControllerCondition": {
- "id": "v1.ReplicationControllerCondition",
- "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of replication controller condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "The last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "The reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about the transition."
- }
- }
- },
- "v1.Scale": {
- "id": "v1.Scale",
- "description": "Scale represents a scaling request for a resource.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata."
- },
- "spec": {
- "$ref": "v1.ScaleSpec",
- "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status."
- },
- "status": {
- "$ref": "v1.ScaleStatus",
- "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only."
- }
- }
- },
- "v1.ScaleSpec": {
- "id": "v1.ScaleSpec",
- "description": "ScaleSpec describes the attributes of a scale subresource.",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "desired number of instances for the scaled object."
- }
- }
- },
- "v1.ScaleStatus": {
- "id": "v1.ScaleStatus",
- "description": "ScaleStatus represents the current status of a scale subresource.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "actual number of observed instances of the scaled object."
- },
- "selector": {
- "type": "string",
- "description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- }
- }
- },
- "v1.ResourceQuotaList": {
- "id": "v1.ResourceQuotaList",
- "description": "ResourceQuotaList is a list of ResourceQuota items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ResourceQuota"
- },
- "description": "Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
- }
- }
- },
- "v1.ResourceQuota": {
- "id": "v1.ResourceQuota",
- "description": "ResourceQuota sets aggregate quota restrictions enforced per namespace",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.ResourceQuotaSpec",
- "description": "Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.ResourceQuotaStatus",
- "description": "Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ResourceQuotaSpec": {
- "id": "v1.ResourceQuotaSpec",
- "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
- "properties": {
- "hard": {
- "type": "object",
- "description": "Hard is the set of desired hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
- },
- "scopes": {
- "type": "array",
- "items": {
- "$ref": "v1.ResourceQuotaScope"
- },
- "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects."
- }
- }
- },
- "v1.ResourceQuotaScope": {
- "id": "v1.ResourceQuotaScope",
- "properties": {}
- },
- "v1.ResourceQuotaStatus": {
- "id": "v1.ResourceQuotaStatus",
- "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.",
- "properties": {
- "hard": {
- "type": "object",
- "description": "Hard is the set of enforced hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
- },
- "used": {
- "type": "object",
- "description": "Used is the current observed total usage of the resource in the namespace."
- }
- }
- },
- "v1.SecretList": {
- "id": "v1.SecretList",
- "description": "SecretList is a list of Secret.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Secret"
- },
- "description": "Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets"
- }
- }
- },
- "v1.Secret": {
- "id": "v1.Secret",
- "description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "data": {
- "type": "object",
- "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4"
- },
- "stringData": {
- "type": "object",
- "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API."
- },
- "type": {
- "type": "string",
- "description": "Used to facilitate programmatic handling of secret data."
- }
- }
- },
- "v1.ServiceAccountList": {
- "id": "v1.ServiceAccountList",
- "description": "ServiceAccountList is a list of ServiceAccount objects",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ServiceAccount"
- },
- "description": "List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts"
- }
- }
- },
- "v1.ServiceAccount": {
- "id": "v1.ServiceAccount",
- "description": "ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "secrets": {
- "type": "array",
- "items": {
- "$ref": "v1.ObjectReference"
- },
- "description": "Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets"
- },
- "imagePullSecrets": {
- "type": "array",
- "items": {
- "$ref": "v1.LocalObjectReference"
- },
- "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret"
- },
- "automountServiceAccountToken": {
- "type": "boolean",
- "description": "AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level."
- }
- }
- },
- "v1.ServiceList": {
- "id": "v1.ServiceList",
- "description": "ServiceList holds a list of services.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Service"
- },
- "description": "List of services"
- }
- }
- },
- "v1.Service": {
- "id": "v1.Service",
- "description": "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.ServiceSpec",
- "description": "Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.ServiceStatus",
- "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ServiceSpec": {
- "id": "v1.ServiceSpec",
- "description": "ServiceSpec describes the attributes that a user creates on a service.",
- "properties": {
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.ServicePort"
- },
- "description": "The list of ports that are exposed by this service. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
- },
- "selector": {
- "type": "object",
- "description": "Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#overview"
- },
- "clusterIP": {
- "type": "string",
- "description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
- },
- "type": {
- "type": "string",
- "description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: http://kubernetes.io/docs/user-guide/services#overview"
- },
- "externalIPs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. A previous form of this functionality exists as the deprecatedPublicIPs field. When using this field, callers should also clear the deprecatedPublicIPs field."
- },
- "deprecatedPublicIPs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "deprecatedPublicIPs is deprecated and replaced by the externalIPs field with almost the exact same semantics. This field is retained in the v1 API for compatibility until at least 8/20/2016. It will be removed from any new API revisions. If both deprecatedPublicIPs *and* externalIPs are set, deprecatedPublicIPs is used."
- },
- "sessionAffinity": {
- "type": "string",
- "description": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
- },
- "loadBalancerIP": {
- "type": "string",
- "description": "Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature."
- },
- "loadBalancerSourceRanges": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: http://kubernetes.io/docs/user-guide/services-firewalls"
- },
- "externalName": {
- "type": "string",
- "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid DNS name and requires Type to be ExternalName."
- }
- }
- },
- "v1.ServicePort": {
- "id": "v1.ServicePort",
- "description": "ServicePort contains information on service's port.",
- "required": [
- "port"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. This maps to the 'Name' field in EndpointPort objects. Optional if only one ServicePort is defined on this service."
- },
- "protocol": {
- "type": "string",
- "description": "The IP protocol for this port. Supports \"TCP\" and \"UDP\". Default is TCP."
- },
- "port": {
- "type": "integer",
- "format": "int32",
- "description": "The port that will be exposed by this service."
- },
- "targetPort": {
- "type": "string",
- "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: http://kubernetes.io/docs/user-guide/services#defining-a-service"
- },
- "nodePort": {
- "type": "integer",
- "format": "int32",
- "description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: http://kubernetes.io/docs/user-guide/services#type--nodeport"
- }
- }
- },
- "v1.ServiceStatus": {
- "id": "v1.ServiceStatus",
- "description": "ServiceStatus represents the current status of a service.",
- "properties": {
- "loadBalancer": {
- "$ref": "v1.LoadBalancerStatus",
- "description": "LoadBalancer contains the current status of the load-balancer, if one is present."
- }
- }
- },
- "v1.LoadBalancerStatus": {
- "id": "v1.LoadBalancerStatus",
- "description": "LoadBalancerStatus represents the status of a load-balancer.",
- "properties": {
- "ingress": {
- "type": "array",
- "items": {
- "$ref": "v1.LoadBalancerIngress"
- },
- "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
- }
- }
- },
- "v1.LoadBalancerIngress": {
- "id": "v1.LoadBalancerIngress",
- "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
- "properties": {
- "ip": {
- "type": "string",
- "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)"
- },
- "hostname": {
- "type": "string",
- "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)"
- }
- }
- },
- "v1.APIResourceList": {
- "id": "v1.APIResourceList",
- "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
- "required": [
- "groupVersion",
- "resources"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "groupVersion": {
- "type": "string",
- "description": "groupVersion is the group and version this APIResourceList is for."
- },
- "resources": {
- "type": "array",
- "items": {
- "$ref": "v1.APIResource"
- },
- "description": "resources contains the name of the resources and if they are namespaced."
- }
- }
- },
- "v1.APIResource": {
- "id": "v1.APIResource",
- "description": "APIResource specifies the name of a resource and whether it is namespaced.",
- "required": [
- "name",
- "namespaced",
- "kind",
- "verbs"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "name is the name of the resource."
- },
- "namespaced": {
- "type": "boolean",
- "description": "namespaced indicates if a resource is namespaced or not."
- },
- "kind": {
- "type": "string",
- "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
- },
- "verbs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
- },
- "shortNames": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "shortNames is a list of suggested short names of the resource."
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/k8s/.kube/schema/v1.6.6/apis/extensions/v1beta1/schema.json b/k8s/.kube/schema/v1.6.6/apis/extensions/v1beta1/schema.json
deleted file mode 100644
index a112d2e675..0000000000
--- a/k8s/.kube/schema/v1.6.6/apis/extensions/v1beta1/schema.json
+++ /dev/null
@@ -1,9977 +0,0 @@
-{
- "swaggerVersion": "1.2",
- "apiVersion": "extensions/v1beta1",
- "basePath": "https://10.240.255.15:443",
- "resourcePath": "/apis/extensions/v1beta1",
- "info": {
- "title": "",
- "description": ""
- },
- "apis": [
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSetList",
- "method": "GET",
- "summary": "list or watch objects of kind DaemonSet",
- "nickname": "listNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "POST",
- "summary": "create a DaemonSet",
- "nickname": "createNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DaemonSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of DaemonSet",
- "nickname": "deletecollectionNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of DaemonSet",
- "nickname": "watchNamespacedDaemonSetList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSet",
- "method": "GET",
- "summary": "read the specified DaemonSet",
- "nickname": "readNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PUT",
- "summary": "replace the specified DaemonSet",
- "nickname": "replaceNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DaemonSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PATCH",
- "summary": "partially update the specified DaemonSet",
- "nickname": "patchNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a DaemonSet",
- "nickname": "deleteNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind DaemonSet",
- "nickname": "watchNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSetList",
- "method": "GET",
- "summary": "list or watch objects of kind DaemonSet",
- "nickname": "listDaemonSetForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of DaemonSet",
- "nickname": "watchDaemonSetListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSet",
- "method": "GET",
- "summary": "read status of the specified DaemonSet",
- "nickname": "readNamespacedDaemonSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PUT",
- "summary": "replace status of the specified DaemonSet",
- "nickname": "replaceNamespacedDaemonSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DaemonSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PATCH",
- "summary": "partially update status of the specified DaemonSet",
- "nickname": "patchNamespacedDaemonSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DeploymentList",
- "method": "GET",
- "summary": "list or watch objects of kind Deployment",
- "nickname": "listNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DeploymentList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "POST",
- "summary": "create a Deployment",
- "nickname": "createNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Deployment",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Deployment",
- "nickname": "deletecollectionNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Deployment",
- "nickname": "watchNamespacedDeploymentList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Deployment",
- "method": "GET",
- "summary": "read the specified Deployment",
- "nickname": "readNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PUT",
- "summary": "replace the specified Deployment",
- "nickname": "replaceNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Deployment",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PATCH",
- "summary": "partially update the specified Deployment",
- "nickname": "patchNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Deployment",
- "nickname": "deleteNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Deployment",
- "nickname": "watchNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DeploymentList",
- "method": "GET",
- "summary": "list or watch objects of kind Deployment",
- "nickname": "listDeploymentForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DeploymentList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Deployment",
- "nickname": "watchDeploymentListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DeploymentRollback",
- "method": "POST",
- "summary": "create rollback of a DeploymentRollback",
- "nickname": "createNamespacedDeploymentRollbackRollback",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DeploymentRollback",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DeploymentRollback",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DeploymentRollback"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Deployment",
- "method": "GET",
- "summary": "read status of the specified Deployment",
- "nickname": "readNamespacedDeploymentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PUT",
- "summary": "replace status of the specified Deployment",
- "nickname": "replaceNamespacedDeploymentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Deployment",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PATCH",
- "summary": "partially update status of the specified Deployment",
- "nickname": "patchNamespacedDeploymentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.IngressList",
- "method": "GET",
- "summary": "list or watch objects of kind Ingress",
- "nickname": "listNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.IngressList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "POST",
- "summary": "create an Ingress",
- "nickname": "createNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Ingress",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Ingress",
- "nickname": "deletecollectionNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Ingress",
- "nickname": "watchNamespacedIngressList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Ingress",
- "method": "GET",
- "summary": "read the specified Ingress",
- "nickname": "readNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PUT",
- "summary": "replace the specified Ingress",
- "nickname": "replaceNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Ingress",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PATCH",
- "summary": "partially update the specified Ingress",
- "nickname": "patchNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete an Ingress",
- "nickname": "deleteNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Ingress",
- "nickname": "watchNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.IngressList",
- "method": "GET",
- "summary": "list or watch objects of kind Ingress",
- "nickname": "listIngressForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.IngressList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Ingress",
- "nickname": "watchIngressListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Ingress",
- "method": "GET",
- "summary": "read status of the specified Ingress",
- "nickname": "readNamespacedIngressStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PUT",
- "summary": "replace status of the specified Ingress",
- "nickname": "replaceNamespacedIngressStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Ingress",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PATCH",
- "summary": "partially update status of the specified Ingress",
- "nickname": "patchNamespacedIngressStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.NetworkPolicyList",
- "method": "GET",
- "summary": "list or watch objects of kind NetworkPolicy",
- "nickname": "listNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicyList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "POST",
- "summary": "create a NetworkPolicy",
- "nickname": "createNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of NetworkPolicy",
- "nickname": "deletecollectionNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of NetworkPolicy",
- "nickname": "watchNamespacedNetworkPolicyList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "GET",
- "summary": "read the specified NetworkPolicy",
- "nickname": "readNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "PUT",
- "summary": "replace the specified NetworkPolicy",
- "nickname": "replaceNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "PATCH",
- "summary": "partially update the specified NetworkPolicy",
- "nickname": "patchNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a NetworkPolicy",
- "nickname": "deleteNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind NetworkPolicy",
- "nickname": "watchNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.NetworkPolicyList",
- "method": "GET",
- "summary": "list or watch objects of kind NetworkPolicy",
- "nickname": "listNetworkPolicyForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicyList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of NetworkPolicy",
- "nickname": "watchNetworkPolicyListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/podsecuritypolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.PodSecurityPolicyList",
- "method": "GET",
- "summary": "list or watch objects of kind PodSecurityPolicy",
- "nickname": "listPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicyList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "POST",
- "summary": "create a PodSecurityPolicy",
- "nickname": "createPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PodSecurityPolicy",
- "nickname": "deletecollectionPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/podsecuritypolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PodSecurityPolicy",
- "nickname": "watchPodSecurityPolicyList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/podsecuritypolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "GET",
- "summary": "read the specified PodSecurityPolicy",
- "nickname": "readPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "PUT",
- "summary": "replace the specified PodSecurityPolicy",
- "nickname": "replacePodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "PATCH",
- "summary": "partially update the specified PodSecurityPolicy",
- "nickname": "patchPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PodSecurityPolicy",
- "nickname": "deletePodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/podsecuritypolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PodSecurityPolicy",
- "nickname": "watchPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSetList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicaSet",
- "nickname": "listNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "POST",
- "summary": "create a ReplicaSet",
- "nickname": "createNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ReplicaSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ReplicaSet",
- "nickname": "deletecollectionNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicaSet",
- "nickname": "watchNamespacedReplicaSetList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSet",
- "method": "GET",
- "summary": "read the specified ReplicaSet",
- "nickname": "readNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PUT",
- "summary": "replace the specified ReplicaSet",
- "nickname": "replaceNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ReplicaSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PATCH",
- "summary": "partially update the specified ReplicaSet",
- "nickname": "patchNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ReplicaSet",
- "nickname": "deleteNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ReplicaSet",
- "nickname": "watchNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSetList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicaSet",
- "nickname": "listReplicaSetForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicaSet",
- "nickname": "watchReplicaSetListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSet",
- "method": "GET",
- "summary": "read status of the specified ReplicaSet",
- "nickname": "readNamespacedReplicaSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PUT",
- "summary": "replace status of the specified ReplicaSet",
- "nickname": "replaceNamespacedReplicaSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ReplicaSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PATCH",
- "summary": "partially update status of the specified ReplicaSet",
- "nickname": "patchNamespacedReplicaSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/thirdpartyresources",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ThirdPartyResourceList",
- "method": "GET",
- "summary": "list or watch objects of kind ThirdPartyResource",
- "nickname": "listThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResourceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "POST",
- "summary": "create a ThirdPartyResource",
- "nickname": "createThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ThirdPartyResource",
- "nickname": "deletecollectionThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/thirdpartyresources",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ThirdPartyResource",
- "nickname": "watchThirdPartyResourceList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/thirdpartyresources/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "GET",
- "summary": "read the specified ThirdPartyResource",
- "nickname": "readThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "PUT",
- "summary": "replace the specified ThirdPartyResource",
- "nickname": "replaceThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "PATCH",
- "summary": "partially update the specified ThirdPartyResource",
- "nickname": "patchThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ThirdPartyResource",
- "nickname": "deleteThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/thirdpartyresources/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ThirdPartyResource",
- "nickname": "watchThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.APIResourceList",
- "method": "GET",
- "summary": "get available resources",
- "nickname": "getAPIResources",
- "parameters": [],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ]
- }
- ]
- }
- ],
- "models": {
- "v1beta1.DaemonSetList": {
- "id": "v1beta1.DaemonSetList",
- "description": "DaemonSetList is a collection of daemon sets.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.DaemonSet"
- },
- "description": "A list of daemon sets."
- }
- }
- },
- "v1.ListMeta": {
- "id": "v1.ListMeta",
- "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
- "properties": {
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "resourceVersion": {
- "type": "string",
- "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- }
- }
- },
- "v1beta1.DaemonSet": {
- "id": "v1beta1.DaemonSet",
- "description": "DaemonSet represents the configuration of a daemon set.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.DaemonSetSpec",
- "description": "The desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1beta1.DaemonSetStatus",
- "description": "The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ObjectMeta": {
- "id": "v1.ObjectMeta",
- "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "generateName": {
- "type": "string",
- "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
- },
- "namespace": {
- "type": "string",
- "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
- },
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "uid": {
- "type": "string",
- "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "resourceVersion": {
- "type": "string",
- "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- },
- "generation": {
- "type": "integer",
- "format": "int64",
- "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
- },
- "creationTimestamp": {
- "type": "string",
- "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionTimestamp": {
- "type": "string",
- "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
- },
- "labels": {
- "type": "object",
- "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
- },
- "annotations": {
- "type": "object",
- "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
- },
- "ownerReferences": {
- "type": "array",
- "items": {
- "$ref": "v1.OwnerReference"
- },
- "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
- },
- "finalizers": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
- },
- "clusterName": {
- "type": "string",
- "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
- }
- }
- },
- "v1.OwnerReference": {
- "id": "v1.OwnerReference",
- "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
- "required": [
- "apiVersion",
- "kind",
- "name",
- "uid"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "API version of the referent."
- },
- "kind": {
- "type": "string",
- "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "uid": {
- "type": "string",
- "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "controller": {
- "type": "boolean",
- "description": "If true, this reference points to the managing controller."
- },
- "blockOwnerDeletion": {
- "type": "boolean",
- "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned."
- }
- }
- },
- "v1beta1.DaemonSetSpec": {
- "id": "v1beta1.DaemonSetSpec",
- "description": "DaemonSetSpec is the specification of a daemon set.",
- "required": [
- "template"
- ],
- "properties": {
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
- },
- "updateStrategy": {
- "$ref": "v1beta1.DaemonSetUpdateStrategy",
- "description": "An update strategy to replace existing DaemonSet pods with new pods."
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)."
- },
- "templateGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation."
- }
- }
- },
- "v1.LabelSelector": {
- "id": "v1.LabelSelector",
- "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
- "properties": {
- "matchLabels": {
- "type": "object",
- "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."
- },
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.LabelSelectorRequirement"
- },
- "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.LabelSelectorRequirement": {
- "id": "v1.LabelSelectorRequirement",
- "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "key is the label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.PodTemplateSpec": {
- "id": "v1.PodTemplateSpec",
- "description": "PodTemplateSpec describes the data a pod should have when created from a template",
- "properties": {
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PodSpec",
- "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.PodSpec": {
- "id": "v1.PodSpec",
- "description": "PodSpec is a description of a pod.",
- "required": [
- "containers"
- ],
- "properties": {
- "volumes": {
- "type": "array",
- "items": {
- "$ref": "v1.Volume"
- },
- "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes"
- },
- "initContainers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "containers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "restartPolicy": {
- "type": "string",
- "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy"
- },
- "terminationGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds."
- },
- "activeDeadlineSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer."
- },
- "dnsPolicy": {
- "type": "string",
- "description": "Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'."
- },
- "nodeSelector": {
- "type": "object",
- "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README"
- },
- "serviceAccountName": {
- "type": "string",
- "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md"
- },
- "serviceAccount": {
- "type": "string",
- "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead."
- },
- "automountServiceAccountToken": {
- "type": "boolean",
- "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted."
- },
- "nodeName": {
- "type": "string",
- "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements."
- },
- "hostNetwork": {
- "type": "boolean",
- "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
- },
- "hostPID": {
- "type": "boolean",
- "description": "Use the host's pid namespace. Optional: Default to false."
- },
- "hostIPC": {
- "type": "boolean",
- "description": "Use the host's ipc namespace. Optional: Default to false."
- },
- "securityContext": {
- "$ref": "v1.PodSecurityContext",
- "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field."
- },
- "imagePullSecrets": {
- "type": "array",
- "items": {
- "$ref": "v1.LocalObjectReference"
- },
- "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod"
- },
- "hostname": {
- "type": "string",
- "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value."
- },
- "subdomain": {
- "type": "string",
- "description": "If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all."
- },
- "affinity": {
- "$ref": "v1.Affinity",
- "description": "If specified, the pod's scheduling constraints"
- },
- "schedulerName": {
- "type": "string",
- "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler."
- },
- "tolerations": {
- "type": "array",
- "items": {
- "$ref": "v1.Toleration"
- },
- "description": "If specified, the pod's tolerations."
- }
- }
- },
- "v1.Volume": {
- "id": "v1.Volume",
- "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "hostPath": {
- "$ref": "v1.HostPathVolumeSource",
- "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- },
- "emptyDir": {
- "$ref": "v1.EmptyDirVolumeSource",
- "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- },
- "gcePersistentDisk": {
- "$ref": "v1.GCEPersistentDiskVolumeSource",
- "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "awsElasticBlockStore": {
- "$ref": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "gitRepo": {
- "$ref": "v1.GitRepoVolumeSource",
- "description": "GitRepo represents a git repository at a particular revision."
- },
- "secret": {
- "$ref": "v1.SecretVolumeSource",
- "description": "Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "nfs": {
- "$ref": "v1.NFSVolumeSource",
- "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "iscsi": {
- "$ref": "v1.ISCSIVolumeSource",
- "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md"
- },
- "glusterfs": {
- "$ref": "v1.GlusterfsVolumeSource",
- "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
- },
- "persistentVolumeClaim": {
- "$ref": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "rbd": {
- "$ref": "v1.RBDVolumeSource",
- "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
- },
- "flexVolume": {
- "$ref": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
- },
- "cinder": {
- "$ref": "v1.CinderVolumeSource",
- "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "cephfs": {
- "$ref": "v1.CephFSVolumeSource",
- "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
- },
- "flocker": {
- "$ref": "v1.FlockerVolumeSource",
- "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPI represents downward API about the pod that should populate this volume"
- },
- "fc": {
- "$ref": "v1.FCVolumeSource",
- "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
- },
- "azureFile": {
- "$ref": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
- },
- "configMap": {
- "$ref": "v1.ConfigMapVolumeSource",
- "description": "ConfigMap represents a configMap that should populate this volume"
- },
- "vsphereVolume": {
- "$ref": "v1.VsphereVirtualDiskVolumeSource",
- "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
- },
- "quobyte": {
- "$ref": "v1.QuobyteVolumeSource",
- "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
- },
- "azureDisk": {
- "$ref": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
- },
- "photonPersistentDisk": {
- "$ref": "v1.PhotonPersistentDiskVolumeSource",
- "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
- },
- "projected": {
- "$ref": "v1.ProjectedVolumeSource",
- "description": "Items for all in one resources secrets, configmaps, and downward API"
- },
- "portworxVolume": {
- "$ref": "v1.PortworxVolumeSource",
- "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
- },
- "scaleIO": {
- "$ref": "v1.ScaleIOVolumeSource",
- "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
- }
- }
- },
- "v1.HostPathVolumeSource": {
- "id": "v1.HostPathVolumeSource",
- "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- }
- }
- },
- "v1.EmptyDirVolumeSource": {
- "id": "v1.EmptyDirVolumeSource",
- "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
- "properties": {
- "medium": {
- "type": "string",
- "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- }
- }
- },
- "v1.GCEPersistentDiskVolumeSource": {
- "id": "v1.GCEPersistentDiskVolumeSource",
- "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
- "required": [
- "pdName"
- ],
- "properties": {
- "pdName": {
- "type": "string",
- "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- }
- }
- },
- "v1.AWSElasticBlockStoreVolumeSource": {
- "id": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty)."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- }
- }
- },
- "v1.GitRepoVolumeSource": {
- "id": "v1.GitRepoVolumeSource",
- "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
- "required": [
- "repository"
- ],
- "properties": {
- "repository": {
- "type": "string",
- "description": "Repository URL"
- },
- "revision": {
- "type": "string",
- "description": "Commit hash for the specified revision."
- },
- "directory": {
- "type": "string",
- "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name."
- }
- }
- },
- "v1.SecretVolumeSource": {
- "id": "v1.SecretVolumeSource",
- "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
- "properties": {
- "secretName": {
- "type": "string",
- "description": "Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's keys must be defined"
- }
- }
- },
- "v1.KeyToPath": {
- "id": "v1.KeyToPath",
- "description": "Maps a string key to a path within a volume.",
- "required": [
- "key",
- "path"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The key to project."
- },
- "path": {
- "type": "string",
- "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.NFSVolumeSource": {
- "id": "v1.NFSVolumeSource",
- "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "server",
- "path"
- ],
- "properties": {
- "server": {
- "type": "string",
- "description": "Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "path": {
- "type": "string",
- "description": "Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- }
- }
- },
- "v1.ISCSIVolumeSource": {
- "id": "v1.ISCSIVolumeSource",
- "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetPortal",
- "iqn",
- "lun"
- ],
- "properties": {
- "targetPortal": {
- "type": "string",
- "description": "iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- },
- "iqn": {
- "type": "string",
- "description": "Target iSCSI Qualified Name."
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "iSCSI target lun number."
- },
- "iscsiInterface": {
- "type": "string",
- "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false."
- },
- "portals": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- }
- }
- },
- "v1.GlusterfsVolumeSource": {
- "id": "v1.GlusterfsVolumeSource",
- "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "endpoints",
- "path"
- ],
- "properties": {
- "endpoints": {
- "type": "string",
- "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "path": {
- "type": "string",
- "description": "Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- }
- }
- },
- "v1.PersistentVolumeClaimVolumeSource": {
- "id": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
- "required": [
- "claimName"
- ],
- "properties": {
- "claimName": {
- "type": "string",
- "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Will force the ReadOnly setting in VolumeMounts. Default false."
- }
- }
- },
- "v1.RBDVolumeSource": {
- "id": "v1.RBDVolumeSource",
- "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
- "required": [
- "monitors",
- "image"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "image": {
- "type": "string",
- "description": "The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd"
- },
- "pool": {
- "type": "string",
- "description": "The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it."
- },
- "user": {
- "type": "string",
- "description": "The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "keyring": {
- "type": "string",
- "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- }
- }
- },
- "v1.LocalObjectReference": {
- "id": "v1.LocalObjectReference",
- "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- }
- }
- },
- "v1.FlexVolumeSource": {
- "id": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.",
- "required": [
- "driver"
- ],
- "properties": {
- "driver": {
- "type": "string",
- "description": "Driver is the name of the driver to use for this volume."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- },
- "options": {
- "type": "object",
- "description": "Optional: Extra command options if any."
- }
- }
- },
- "v1.CinderVolumeSource": {
- "id": "v1.CinderVolumeSource",
- "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- }
- }
- },
- "v1.CephFSVolumeSource": {
- "id": "v1.CephFSVolumeSource",
- "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "monitors"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "path": {
- "type": "string",
- "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /"
- },
- "user": {
- "type": "string",
- "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretFile": {
- "type": "string",
- "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- }
- }
- },
- "v1.FlockerVolumeSource": {
- "id": "v1.FlockerVolumeSource",
- "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
- "properties": {
- "datasetName": {
- "type": "string",
- "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
- },
- "datasetUUID": {
- "type": "string",
- "description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
- }
- }
- },
- "v1.DownwardAPIVolumeSource": {
- "id": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of downward API volume file"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.DownwardAPIVolumeFile": {
- "id": "v1.DownwardAPIVolumeFile",
- "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'"
- },
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.ObjectFieldSelector": {
- "id": "v1.ObjectFieldSelector",
- "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
- "required": [
- "fieldPath"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"."
- },
- "fieldPath": {
- "type": "string",
- "description": "Path of the field to select in the specified API version."
- }
- }
- },
- "v1.ResourceFieldSelector": {
- "id": "v1.ResourceFieldSelector",
- "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
- "required": [
- "resource"
- ],
- "properties": {
- "containerName": {
- "type": "string",
- "description": "Container name: required for volumes, optional for env vars"
- },
- "resource": {
- "type": "string",
- "description": "Required: resource to select"
- },
- "divisor": {
- "type": "string",
- "description": "Specifies the output format of the exposed resources, defaults to \"1\""
- }
- }
- },
- "v1.FCVolumeSource": {
- "id": "v1.FCVolumeSource",
- "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetWWNs",
- "lun"
- ],
- "properties": {
- "targetWWNs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: FC target worldwide names (WWNs)"
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "Required: FC target lun number"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.AzureFileVolumeSource": {
- "id": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
- "required": [
- "secretName",
- "shareName"
- ],
- "properties": {
- "secretName": {
- "type": "string",
- "description": "the name of secret that contains Azure Storage Account Name and Key"
- },
- "shareName": {
- "type": "string",
- "description": "Share Name"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.ConfigMapVolumeSource": {
- "id": "v1.ConfigMapVolumeSource",
- "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.VsphereVirtualDiskVolumeSource": {
- "id": "v1.VsphereVirtualDiskVolumeSource",
- "description": "Represents a vSphere volume resource.",
- "required": [
- "volumePath"
- ],
- "properties": {
- "volumePath": {
- "type": "string",
- "description": "Path that identifies vSphere volume vmdk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.QuobyteVolumeSource": {
- "id": "v1.QuobyteVolumeSource",
- "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "registry",
- "volume"
- ],
- "properties": {
- "registry": {
- "type": "string",
- "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes"
- },
- "volume": {
- "type": "string",
- "description": "Volume is a string that references an already created Quobyte volume by name."
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false."
- },
- "user": {
- "type": "string",
- "description": "User to map volume access to Defaults to serivceaccount user"
- },
- "group": {
- "type": "string",
- "description": "Group to map volume access to Default is no group"
- }
- }
- },
- "v1.AzureDiskVolumeSource": {
- "id": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
- "required": [
- "diskName",
- "diskURI"
- ],
- "properties": {
- "diskName": {
- "type": "string",
- "description": "The Name of the data disk in the blob storage"
- },
- "diskURI": {
- "type": "string",
- "description": "The URI the data disk in the blob storage"
- },
- "cachingMode": {
- "$ref": "v1.AzureDataDiskCachingMode",
- "description": "Host Caching mode: None, Read Only, Read Write."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.AzureDataDiskCachingMode": {
- "id": "v1.AzureDataDiskCachingMode",
- "properties": {}
- },
- "v1.PhotonPersistentDiskVolumeSource": {
- "id": "v1.PhotonPersistentDiskVolumeSource",
- "description": "Represents a Photon Controller persistent disk resource.",
- "required": [
- "pdID"
- ],
- "properties": {
- "pdID": {
- "type": "string",
- "description": "ID that identifies Photon Controller persistent disk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.ProjectedVolumeSource": {
- "id": "v1.ProjectedVolumeSource",
- "description": "Represents a projected volume source",
- "required": [
- "sources"
- ],
- "properties": {
- "sources": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeProjection"
- },
- "description": "list of volume projections"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.VolumeProjection": {
- "id": "v1.VolumeProjection",
- "description": "Projection that may be projected along with other supported volume types",
- "properties": {
- "secret": {
- "$ref": "v1.SecretProjection",
- "description": "information about the secret data to project"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIProjection",
- "description": "information about the downwardAPI data to project"
- },
- "configMap": {
- "$ref": "v1.ConfigMapProjection",
- "description": "information about the configMap data to project"
- }
- }
- },
- "v1.SecretProjection": {
- "id": "v1.SecretProjection",
- "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or its key must be defined"
- }
- }
- },
- "v1.DownwardAPIProjection": {
- "id": "v1.DownwardAPIProjection",
- "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of DownwardAPIVolume file"
- }
- }
- },
- "v1.ConfigMapProjection": {
- "id": "v1.ConfigMapProjection",
- "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.PortworxVolumeSource": {
- "id": "v1.PortworxVolumeSource",
- "description": "PortworxVolumeSource represents a Portworx volume resource.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "VolumeID uniquely identifies a Portworx volume"
- },
- "fsType": {
- "type": "string",
- "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.ScaleIOVolumeSource": {
- "id": "v1.ScaleIOVolumeSource",
- "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume",
- "required": [
- "gateway",
- "system",
- "secretRef"
- ],
- "properties": {
- "gateway": {
- "type": "string",
- "description": "The host address of the ScaleIO API Gateway."
- },
- "system": {
- "type": "string",
- "description": "The name of the storage system as configured in ScaleIO."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
- },
- "sslEnabled": {
- "type": "boolean",
- "description": "Flag to enable/disable SSL communication with Gateway, default false"
- },
- "protectionDomain": {
- "type": "string",
- "description": "The name of the Protection Domain for the configured storage (defaults to \"default\")."
- },
- "storagePool": {
- "type": "string",
- "description": "The Storage Pool associated with the protection domain (defaults to \"default\")."
- },
- "storageMode": {
- "type": "string",
- "description": "Indicates whether the storage for a volume should be thick or thin (defaults to \"thin\")."
- },
- "volumeName": {
- "type": "string",
- "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.Container": {
- "id": "v1.Container",
- "description": "A single application container that you want to run within a pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated."
- },
- "image": {
- "type": "string",
- "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images"
- },
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "args": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "workingDir": {
- "type": "string",
- "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated."
- },
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerPort"
- },
- "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
- },
- "envFrom": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvFromSource"
- },
- "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
- },
- "env": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvVar"
- },
- "description": "List of environment variables to set in the container. Cannot be updated."
- },
- "resources": {
- "$ref": "v1.ResourceRequirements",
- "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
- },
- "volumeMounts": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeMount"
- },
- "description": "Pod volumes to mount into the container's filesystem. Cannot be updated."
- },
- "livenessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "readinessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "lifecycle": {
- "$ref": "v1.Lifecycle",
- "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated."
- },
- "terminationMessagePath": {
- "type": "string",
- "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated."
- },
- "terminationMessagePolicy": {
- "type": "string",
- "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated."
- },
- "imagePullPolicy": {
- "type": "string",
- "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images"
- },
- "securityContext": {
- "$ref": "v1.SecurityContext",
- "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md"
- },
- "stdin": {
- "type": "boolean",
- "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false."
- },
- "stdinOnce": {
- "type": "boolean",
- "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false"
- },
- "tty": {
- "type": "boolean",
- "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false."
- }
- }
- },
- "v1.ContainerPort": {
- "id": "v1.ContainerPort",
- "description": "ContainerPort represents a network port in a single container.",
- "required": [
- "containerPort"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services."
- },
- "hostPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this."
- },
- "containerPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536."
- },
- "protocol": {
- "type": "string",
- "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"."
- },
- "hostIP": {
- "type": "string",
- "description": "What host IP to bind the external port to."
- }
- }
- },
- "v1.EnvFromSource": {
- "id": "v1.EnvFromSource",
- "description": "EnvFromSource represents the source of a set of ConfigMaps",
- "properties": {
- "prefix": {
- "type": "string",
- "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
- },
- "configMapRef": {
- "$ref": "v1.ConfigMapEnvSource",
- "description": "The ConfigMap to select from"
- },
- "secretRef": {
- "$ref": "v1.SecretEnvSource",
- "description": "The Secret to select from"
- }
- }
- },
- "v1.ConfigMapEnvSource": {
- "id": "v1.ConfigMapEnvSource",
- "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap must be defined"
- }
- }
- },
- "v1.SecretEnvSource": {
- "id": "v1.SecretEnvSource",
- "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret must be defined"
- }
- }
- },
- "v1.EnvVar": {
- "id": "v1.EnvVar",
- "description": "EnvVar represents an environment variable present in a Container.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the environment variable. Must be a C_IDENTIFIER."
- },
- "value": {
- "type": "string",
- "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\"."
- },
- "valueFrom": {
- "$ref": "v1.EnvVarSource",
- "description": "Source for the environment variable's value. Cannot be used if value is not empty."
- }
- }
- },
- "v1.EnvVarSource": {
- "id": "v1.EnvVarSource",
- "description": "EnvVarSource represents a source for the value of an EnvVar.",
- "properties": {
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "configMapKeyRef": {
- "$ref": "v1.ConfigMapKeySelector",
- "description": "Selects a key of a ConfigMap."
- },
- "secretKeyRef": {
- "$ref": "v1.SecretKeySelector",
- "description": "Selects a key of a secret in the pod's namespace"
- }
- }
- },
- "v1.ConfigMapKeySelector": {
- "id": "v1.ConfigMapKeySelector",
- "description": "Selects a key from a ConfigMap.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key to select."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's key must be defined"
- }
- }
- },
- "v1.SecretKeySelector": {
- "id": "v1.SecretKeySelector",
- "description": "SecretKeySelector selects a key of a Secret.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key of the secret to select from. Must be a valid secret key."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's key must be defined"
- }
- }
- },
- "v1.ResourceRequirements": {
- "id": "v1.ResourceRequirements",
- "description": "ResourceRequirements describes the compute resource requirements.",
- "properties": {
- "limits": {
- "type": "object",
- "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- },
- "requests": {
- "type": "object",
- "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- }
- }
- },
- "v1.VolumeMount": {
- "id": "v1.VolumeMount",
- "description": "VolumeMount describes a mounting of a Volume within a container.",
- "required": [
- "name",
- "mountPath"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "This must match the Name of a Volume."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false."
- },
- "mountPath": {
- "type": "string",
- "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
- },
- "subPath": {
- "type": "string",
- "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
- }
- }
- },
- "v1.Probe": {
- "id": "v1.Probe",
- "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- },
- "initialDelaySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "timeoutSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "periodSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
- },
- "successThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."
- },
- "failureThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."
- }
- }
- },
- "v1.ExecAction": {
- "id": "v1.ExecAction",
- "description": "ExecAction describes a \"run in container\" action.",
- "properties": {
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy."
- }
- }
- },
- "v1.HTTPGetAction": {
- "id": "v1.HTTPGetAction",
- "description": "HTTPGetAction describes an action based on HTTP Get requests.",
- "required": [
- "port"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path to access on the HTTP server."
- },
- "port": {
- "type": "string",
- "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- },
- "host": {
- "type": "string",
- "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead."
- },
- "scheme": {
- "type": "string",
- "description": "Scheme to use for connecting to the host. Defaults to HTTP."
- },
- "httpHeaders": {
- "type": "array",
- "items": {
- "$ref": "v1.HTTPHeader"
- },
- "description": "Custom headers to set in the request. HTTP allows repeated headers."
- }
- }
- },
- "v1.HTTPHeader": {
- "id": "v1.HTTPHeader",
- "description": "HTTPHeader describes a custom header to be used in HTTP probes",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The header field name"
- },
- "value": {
- "type": "string",
- "description": "The header field value"
- }
- }
- },
- "v1.TCPSocketAction": {
- "id": "v1.TCPSocketAction",
- "description": "TCPSocketAction describes an action based on opening a socket",
- "required": [
- "port"
- ],
- "properties": {
- "port": {
- "type": "string",
- "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- }
- }
- },
- "v1.Lifecycle": {
- "id": "v1.Lifecycle",
- "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
- "properties": {
- "postStart": {
- "$ref": "v1.Handler",
- "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- },
- "preStop": {
- "$ref": "v1.Handler",
- "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- }
- }
- },
- "v1.Handler": {
- "id": "v1.Handler",
- "description": "Handler defines a specific action that should be taken",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- }
- }
- },
- "v1.SecurityContext": {
- "id": "v1.SecurityContext",
- "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
- "properties": {
- "capabilities": {
- "$ref": "v1.Capabilities",
- "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
- },
- "privileged": {
- "type": "boolean",
- "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false."
- },
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "readOnlyRootFilesystem": {
- "type": "boolean",
- "description": "Whether this container has a read-only root filesystem. Default is false."
- }
- }
- },
- "v1.Capabilities": {
- "id": "v1.Capabilities",
- "description": "Adds and removes POSIX capabilities from running containers.",
- "properties": {
- "add": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Added capabilities"
- },
- "drop": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Removed capabilities"
- }
- }
- },
- "v1.Capability": {
- "id": "v1.Capability",
- "properties": {}
- },
- "v1.SELinuxOptions": {
- "id": "v1.SELinuxOptions",
- "description": "SELinuxOptions are the labels to be applied to the container",
- "properties": {
- "user": {
- "type": "string",
- "description": "User is a SELinux user label that applies to the container."
- },
- "role": {
- "type": "string",
- "description": "Role is a SELinux role label that applies to the container."
- },
- "type": {
- "type": "string",
- "description": "Type is a SELinux type label that applies to the container."
- },
- "level": {
- "type": "string",
- "description": "Level is SELinux level label that applies to the container."
- }
- }
- },
- "v1.PodSecurityContext": {
- "id": "v1.PodSecurityContext",
- "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
- "properties": {
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "supplementalGroups": {
- "type": "array",
- "items": {
- "type": "integer"
- },
- "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container."
- },
- "fsGroup": {
- "type": "integer",
- "format": "int64",
- "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw "
- }
- }
- },
- "v1.Affinity": {
- "id": "v1.Affinity",
- "description": "Affinity is a group of affinity scheduling rules.",
- "properties": {
- "nodeAffinity": {
- "$ref": "v1.NodeAffinity",
- "description": "Describes node affinity scheduling rules for the pod."
- },
- "podAffinity": {
- "$ref": "v1.PodAffinity",
- "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
- },
- "podAntiAffinity": {
- "$ref": "v1.PodAntiAffinity",
- "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
- }
- }
- },
- "v1.NodeAffinity": {
- "id": "v1.NodeAffinity",
- "description": "Node affinity is a group of node affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "$ref": "v1.NodeSelector",
- "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PreferredSchedulingTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.NodeSelector": {
- "id": "v1.NodeSelector",
- "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
- "required": [
- "nodeSelectorTerms"
- ],
- "properties": {
- "nodeSelectorTerms": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorTerm"
- },
- "description": "Required. A list of node selector terms. The terms are ORed."
- }
- }
- },
- "v1.NodeSelectorTerm": {
- "id": "v1.NodeSelectorTerm",
- "description": "A null or empty node selector term matches no objects.",
- "required": [
- "matchExpressions"
- ],
- "properties": {
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorRequirement"
- },
- "description": "Required. A list of node selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.NodeSelectorRequirement": {
- "id": "v1.NodeSelectorRequirement",
- "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.PreferredSchedulingTerm": {
- "id": "v1.PreferredSchedulingTerm",
- "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
- "required": [
- "weight",
- "preference"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100."
- },
- "preference": {
- "$ref": "v1.NodeSelectorTerm",
- "description": "A node selector term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAffinity": {
- "id": "v1.PodAffinity",
- "description": "Pod affinity is a group of inter pod affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.PodAffinityTerm": {
- "id": "v1.PodAffinityTerm",
- "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e tches that of any node on which a pod of the set of pods is running",
- "properties": {
- "labelSelector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over a set of resources, in this case pods."
- },
- "namespaces": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\""
- },
- "topologyKey": {
- "type": "string",
- "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. For PreferredDuringScheduling pod anti-affinity, empty topologyKey is interpreted as \"all topologies\" (\"all topologies\" here means all the topologyKeys indicated by scheduler command-line argument --failure-domains); for affinity and for RequiredDuringScheduling pod anti-affinity, empty topologyKey is not allowed."
- }
- }
- },
- "v1.WeightedPodAffinityTerm": {
- "id": "v1.WeightedPodAffinityTerm",
- "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
- "required": [
- "weight",
- "podAffinityTerm"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100."
- },
- "podAffinityTerm": {
- "$ref": "v1.PodAffinityTerm",
- "description": "Required. A pod affinity term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAntiAffinity": {
- "id": "v1.PodAntiAffinity",
- "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.Toleration": {
- "id": "v1.Toleration",
- "description": "The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.",
- "properties": {
- "key": {
- "type": "string",
- "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys."
- },
- "operator": {
- "type": "string",
- "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category."
- },
- "value": {
- "type": "string",
- "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string."
- },
- "effect": {
- "type": "string",
- "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute."
- },
- "tolerationSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system."
- }
- }
- },
- "v1beta1.DaemonSetUpdateStrategy": {
- "id": "v1beta1.DaemonSetUpdateStrategy",
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete."
- },
- "rollingUpdate": {
- "$ref": "v1beta1.RollingUpdateDaemonSet",
- "description": "Rolling update config params. Present only if type = \"RollingUpdate\"."
- }
- }
- },
- "v1beta1.RollingUpdateDaemonSet": {
- "id": "v1beta1.RollingUpdateDaemonSet",
- "description": "Spec to control the desired behavior of daemon set rolling update.",
- "properties": {
- "maxUnavailable": {
- "type": "string",
- "description": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update."
- }
- }
- },
- "v1beta1.DaemonSetStatus": {
- "id": "v1beta1.DaemonSetStatus",
- "description": "DaemonSetStatus represents the current status of a daemon set.",
- "required": [
- "currentNumberScheduled",
- "numberMisscheduled",
- "desiredNumberScheduled",
- "numberReady"
- ],
- "properties": {
- "currentNumberScheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
- },
- "numberMisscheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
- },
- "desiredNumberScheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
- },
- "numberReady": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready."
- },
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "The most recent generation observed by the daemon set controller."
- },
- "updatedNumberScheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The total number of nodes that are running updated daemon pod"
- },
- "numberAvailable": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)"
- },
- "numberUnavailable": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)"
- }
- }
- },
- "v1.Status": {
- "id": "v1.Status",
- "description": "Status is a return value for calls that don't return other objects.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "status": {
- "type": "string",
- "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the status of this operation."
- },
- "reason": {
- "type": "string",
- "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
- },
- "details": {
- "$ref": "v1.StatusDetails",
- "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type."
- },
- "code": {
- "type": "integer",
- "format": "int32",
- "description": "Suggested HTTP return code for this status, 0 if not set."
- }
- }
- },
- "v1.StatusDetails": {
- "id": "v1.StatusDetails",
- "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
- "properties": {
- "name": {
- "type": "string",
- "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
- },
- "group": {
- "type": "string",
- "description": "The group attribute of the resource associated with the status StatusReason."
- },
- "kind": {
- "type": "string",
- "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "causes": {
- "type": "array",
- "items": {
- "$ref": "v1.StatusCause"
- },
- "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
- },
- "retryAfterSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "If specified, the time in seconds before the operation should be retried."
- }
- }
- },
- "v1.StatusCause": {
- "id": "v1.StatusCause",
- "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
- "properties": {
- "reason": {
- "type": "string",
- "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available."
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader."
- },
- "field": {
- "type": "string",
- "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\""
- }
- }
- },
- "v1.WatchEvent": {
- "id": "v1.WatchEvent",
- "required": [
- "type",
- "object"
- ],
- "properties": {
- "type": {
- "type": "string"
- },
- "object": {
- "type": "string"
- }
- }
- },
- "v1.Patch": {
- "id": "v1.Patch",
- "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
- "properties": {}
- },
- "v1.DeleteOptions": {
- "id": "v1.DeleteOptions",
- "description": "DeleteOptions may be provided when deleting an API object.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "gracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
- },
- "preconditions": {
- "$ref": "v1.Preconditions",
- "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
- },
- "orphanDependents": {
- "type": "boolean",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."
- },
- "propagationPolicy": {
- "$ref": "v1.DeletionPropagation",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy."
- }
- }
- },
- "v1.Preconditions": {
- "id": "v1.Preconditions",
- "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
- "properties": {
- "uid": {
- "$ref": "types.UID",
- "description": "Specifies the target UID."
- }
- }
- },
- "types.UID": {
- "id": "types.UID",
- "properties": {}
- },
- "v1.DeletionPropagation": {
- "id": "v1.DeletionPropagation",
- "properties": {}
- },
- "v1beta1.DeploymentList": {
- "id": "v1beta1.DeploymentList",
- "description": "DeploymentList is a list of Deployments.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata."
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.Deployment"
- },
- "description": "Items is the list of Deployments."
- }
- }
- },
- "v1beta1.Deployment": {
- "id": "v1beta1.Deployment",
- "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata."
- },
- "spec": {
- "$ref": "v1beta1.DeploymentSpec",
- "description": "Specification of the desired behavior of the Deployment."
- },
- "status": {
- "$ref": "v1beta1.DeploymentStatus",
- "description": "Most recently observed status of the Deployment."
- }
- }
- },
- "v1beta1.DeploymentSpec": {
- "id": "v1beta1.DeploymentSpec",
- "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
- "required": [
- "template"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1."
- },
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment."
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template describes the pods that will be created."
- },
- "strategy": {
- "$ref": "v1beta1.DeploymentStrategy",
- "description": "The deployment strategy to use to replace existing pods with new ones."
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
- },
- "revisionHistoryLimit": {
- "type": "integer",
- "format": "int32",
- "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified."
- },
- "paused": {
- "type": "boolean",
- "description": "Indicates that the deployment is paused and will not be processed by the deployment controller."
- },
- "rollbackTo": {
- "$ref": "v1beta1.RollbackConfig",
- "description": "The config this deployment is rolling back to. Will be cleared after rollback is done."
- },
- "progressDeadlineSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. This is not set by default."
- }
- }
- },
- "v1beta1.DeploymentStrategy": {
- "id": "v1beta1.DeploymentStrategy",
- "description": "DeploymentStrategy describes how to replace existing pods with new ones.",
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate."
- },
- "rollingUpdate": {
- "$ref": "v1beta1.RollingUpdateDeployment",
- "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate."
- }
- }
- },
- "v1beta1.RollingUpdateDeployment": {
- "id": "v1beta1.RollingUpdateDeployment",
- "description": "Spec to control the desired behavior of rolling update.",
- "properties": {
- "maxUnavailable": {
- "type": "string",
- "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods."
- },
- "maxSurge": {
- "type": "string",
- "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods."
- }
- }
- },
- "v1beta1.RollbackConfig": {
- "id": "v1beta1.RollbackConfig",
- "properties": {
- "revision": {
- "type": "integer",
- "format": "int64",
- "description": "The revision to rollback to. If set to 0, rollbck to the last revision."
- }
- }
- },
- "v1beta1.DeploymentStatus": {
- "id": "v1beta1.DeploymentStatus",
- "description": "DeploymentStatus is the most recently observed status of the Deployment.",
- "properties": {
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "The generation observed by the deployment controller."
- },
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector)."
- },
- "updatedReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec."
- },
- "readyReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of ready pods targeted by this deployment."
- },
- "availableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment."
- },
- "unavailableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of unavailable pods targeted by this deployment."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.DeploymentCondition"
- },
- "description": "Represents the latest available observations of a deployment's current state."
- }
- }
- },
- "v1beta1.DeploymentCondition": {
- "id": "v1beta1.DeploymentCondition",
- "description": "DeploymentCondition describes the state of a deployment at a certain point.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of deployment condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastUpdateTime": {
- "type": "string",
- "description": "The last time this condition was updated."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "Last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "The reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about the transition."
- }
- }
- },
- "v1beta1.DeploymentRollback": {
- "id": "v1beta1.DeploymentRollback",
- "description": "DeploymentRollback stores the information required to rollback a deployment.",
- "required": [
- "name",
- "rollbackTo"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "name": {
- "type": "string",
- "description": "Required: This must match the Name of a deployment."
- },
- "updatedAnnotations": {
- "type": "object",
- "description": "The annotations to be updated to a deployment"
- },
- "rollbackTo": {
- "$ref": "v1beta1.RollbackConfig",
- "description": "The config of this deployment rollback."
- }
- }
- },
- "v1beta1.Scale": {
- "id": "v1beta1.Scale",
- "description": "represents a scaling request for a resource.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata."
- },
- "spec": {
- "$ref": "v1beta1.ScaleSpec",
- "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status."
- },
- "status": {
- "$ref": "v1beta1.ScaleStatus",
- "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only."
- }
- }
- },
- "v1beta1.ScaleSpec": {
- "id": "v1beta1.ScaleSpec",
- "description": "describes the attributes of a scale subresource",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "desired number of instances for the scaled object."
- }
- }
- },
- "v1beta1.ScaleStatus": {
- "id": "v1beta1.ScaleStatus",
- "description": "represents the current status of a scale subresource.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "actual number of observed instances of the scaled object."
- },
- "selector": {
- "type": "object",
- "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "targetSelector": {
- "type": "string",
- "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- }
- }
- },
- "v1beta1.IngressList": {
- "id": "v1beta1.IngressList",
- "description": "IngressList is a collection of Ingress.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.Ingress"
- },
- "description": "Items is the list of Ingress."
- }
- }
- },
- "v1beta1.Ingress": {
- "id": "v1beta1.Ingress",
- "description": "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.IngressSpec",
- "description": "Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1beta1.IngressStatus",
- "description": "Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1beta1.IngressSpec": {
- "id": "v1beta1.IngressSpec",
- "description": "IngressSpec describes the Ingress the user wishes to exist.",
- "properties": {
- "backend": {
- "$ref": "v1beta1.IngressBackend",
- "description": "A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default."
- },
- "tls": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IngressTLS"
- },
- "description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI."
- },
- "rules": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IngressRule"
- },
- "description": "A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend."
- }
- }
- },
- "v1beta1.IngressBackend": {
- "id": "v1beta1.IngressBackend",
- "description": "IngressBackend describes all endpoints for a given service and port.",
- "required": [
- "serviceName",
- "servicePort"
- ],
- "properties": {
- "serviceName": {
- "type": "string",
- "description": "Specifies the name of the referenced service."
- },
- "servicePort": {
- "type": "string",
- "description": "Specifies the port of the referenced service."
- }
- }
- },
- "v1beta1.IngressTLS": {
- "id": "v1beta1.IngressTLS",
- "description": "IngressTLS describes the transport layer security associated with an Ingress.",
- "properties": {
- "hosts": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified."
- },
- "secretName": {
- "type": "string",
- "description": "SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing."
- }
- }
- },
- "v1beta1.IngressRule": {
- "id": "v1beta1.IngressRule",
- "description": "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.",
- "properties": {
- "host": {
- "type": "string",
- "description": "Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the\n\t IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue."
- },
- "http": {
- "$ref": "v1beta1.HTTPIngressRuleValue"
- }
- }
- },
- "v1beta1.HTTPIngressRuleValue": {
- "id": "v1beta1.HTTPIngressRuleValue",
- "description": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://\u003chost\u003e/\u003cpath\u003e?\u003csearchpart\u003e -\u003e backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.",
- "required": [
- "paths"
- ],
- "properties": {
- "paths": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.HTTPIngressPath"
- },
- "description": "A collection of paths that map requests to backends."
- }
- }
- },
- "v1beta1.HTTPIngressPath": {
- "id": "v1beta1.HTTPIngressPath",
- "description": "HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.",
- "required": [
- "backend"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend."
- },
- "backend": {
- "$ref": "v1beta1.IngressBackend",
- "description": "Backend defines the referenced service endpoint to which the traffic will be forwarded to."
- }
- }
- },
- "v1beta1.IngressStatus": {
- "id": "v1beta1.IngressStatus",
- "description": "IngressStatus describe the current state of the Ingress.",
- "properties": {
- "loadBalancer": {
- "$ref": "v1.LoadBalancerStatus",
- "description": "LoadBalancer contains the current status of the load-balancer."
- }
- }
- },
- "v1.LoadBalancerStatus": {
- "id": "v1.LoadBalancerStatus",
- "description": "LoadBalancerStatus represents the status of a load-balancer.",
- "properties": {
- "ingress": {
- "type": "array",
- "items": {
- "$ref": "v1.LoadBalancerIngress"
- },
- "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
- }
- }
- },
- "v1.LoadBalancerIngress": {
- "id": "v1.LoadBalancerIngress",
- "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
- "properties": {
- "ip": {
- "type": "string",
- "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)"
- },
- "hostname": {
- "type": "string",
- "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)"
- }
- }
- },
- "v1beta1.NetworkPolicyList": {
- "id": "v1beta1.NetworkPolicyList",
- "description": "Network Policy List is a list of NetworkPolicy objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicy"
- },
- "description": "Items is a list of schema objects."
- }
- }
- },
- "v1beta1.NetworkPolicy": {
- "id": "v1beta1.NetworkPolicy",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.NetworkPolicySpec",
- "description": "Specification of the desired behavior for this NetworkPolicy."
- }
- }
- },
- "v1beta1.NetworkPolicySpec": {
- "id": "v1beta1.NetworkPolicySpec",
- "required": [
- "podSelector"
- ],
- "properties": {
- "podSelector": {
- "$ref": "v1.LabelSelector",
- "description": "Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace."
- },
- "ingress": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicyIngressRule"
- },
- "description": "List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if namespace.networkPolicy.ingress.isolation is undefined and cluster policy allows it, OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not affect ingress isolation. If this field is present and contains at least one rule, this policy allows any traffic which matches at least one of the ingress rules in this list."
- }
- }
- },
- "v1beta1.NetworkPolicyIngressRule": {
- "id": "v1beta1.NetworkPolicyIngressRule",
- "description": "This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.",
- "properties": {
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicyPort"
- },
- "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is not provided, this rule matches all ports (traffic not restricted by port). If this field is empty, this rule matches no ports (no traffic matches). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list."
- },
- "from": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicyPeer"
- },
- "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is not provided, this rule matches all sources (traffic not restricted by source). If this field is empty, this rule matches no sources (no traffic matches). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list."
- }
- }
- },
- "v1beta1.NetworkPolicyPort": {
- "id": "v1beta1.NetworkPolicyPort",
- "properties": {
- "protocol": {
- "$ref": "v1.Protocol",
- "description": "Optional. The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP."
- },
- "port": {
- "type": "string",
- "description": "If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched."
- }
- }
- },
- "v1.Protocol": {
- "id": "v1.Protocol",
- "properties": {}
- },
- "v1beta1.NetworkPolicyPeer": {
- "id": "v1beta1.NetworkPolicyPeer",
- "properties": {
- "podSelector": {
- "$ref": "v1.LabelSelector",
- "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If not provided, this selector selects no pods. If present but empty, this selector selects all pods in this namespace."
- },
- "namespaceSelector": {
- "$ref": "v1.LabelSelector",
- "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If omitted, this selector selects no namespaces. If present but empty, this selector selects all namespaces."
- }
- }
- },
- "v1beta1.PodSecurityPolicyList": {
- "id": "v1beta1.PodSecurityPolicyList",
- "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.PodSecurityPolicy"
- },
- "description": "Items is a list of schema objects."
- }
- }
- },
- "v1beta1.PodSecurityPolicy": {
- "id": "v1beta1.PodSecurityPolicy",
- "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.PodSecurityPolicySpec",
- "description": "spec defines the policy enforced."
- }
- }
- },
- "v1beta1.PodSecurityPolicySpec": {
- "id": "v1beta1.PodSecurityPolicySpec",
- "description": "Pod Security Policy Spec defines the policy enforced.",
- "required": [
- "seLinux",
- "runAsUser",
- "supplementalGroups",
- "fsGroup"
- ],
- "properties": {
- "privileged": {
- "type": "boolean",
- "description": "privileged determines if a pod can request to be run as privileged."
- },
- "defaultAddCapabilities": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities."
- },
- "requiredDropCapabilities": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added."
- },
- "allowedCapabilities": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities."
- },
- "volumes": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.FSType"
- },
- "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used."
- },
- "hostNetwork": {
- "type": "boolean",
- "description": "hostNetwork determines if the policy allows the use of HostNetwork in the pod spec."
- },
- "hostPorts": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.HostPortRange"
- },
- "description": "hostPorts determines which host port ranges are allowed to be exposed."
- },
- "hostPID": {
- "type": "boolean",
- "description": "hostPID determines if the policy allows the use of HostPID in the pod spec."
- },
- "hostIPC": {
- "type": "boolean",
- "description": "hostIPC determines if the policy allows the use of HostIPC in the pod spec."
- },
- "seLinux": {
- "$ref": "v1beta1.SELinuxStrategyOptions",
- "description": "seLinux is the strategy that will dictate the allowable labels that may be set."
- },
- "runAsUser": {
- "$ref": "v1beta1.RunAsUserStrategyOptions",
- "description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set."
- },
- "supplementalGroups": {
- "$ref": "v1beta1.SupplementalGroupsStrategyOptions",
- "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext."
- },
- "fsGroup": {
- "$ref": "v1beta1.FSGroupStrategyOptions",
- "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext."
- },
- "readOnlyRootFilesystem": {
- "type": "boolean",
- "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to."
- }
- }
- },
- "v1beta1.FSType": {
- "id": "v1beta1.FSType",
- "properties": {}
- },
- "v1beta1.HostPortRange": {
- "id": "v1beta1.HostPortRange",
- "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.",
- "required": [
- "min",
- "max"
- ],
- "properties": {
- "min": {
- "type": "integer",
- "format": "int32",
- "description": "min is the start of the range, inclusive."
- },
- "max": {
- "type": "integer",
- "format": "int32",
- "description": "max is the end of the range, inclusive."
- }
- }
- },
- "v1beta1.SELinuxStrategyOptions": {
- "id": "v1beta1.SELinuxStrategyOptions",
- "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.",
- "required": [
- "rule"
- ],
- "properties": {
- "rule": {
- "type": "string",
- "description": "type is the strategy that will dictate the allowable labels that may be set."
- },
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "seLinuxOptions required to run as; required for MustRunAs More info: http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context"
- }
- }
- },
- "v1beta1.RunAsUserStrategyOptions": {
- "id": "v1beta1.RunAsUserStrategyOptions",
- "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.",
- "required": [
- "rule"
- ],
- "properties": {
- "rule": {
- "type": "string",
- "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set."
- },
- "ranges": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IDRange"
- },
- "description": "Ranges are the allowed ranges of uids that may be used."
- }
- }
- },
- "v1beta1.IDRange": {
- "id": "v1beta1.IDRange",
- "description": "ID Range provides a min/max of an allowed range of IDs.",
- "required": [
- "min",
- "max"
- ],
- "properties": {
- "min": {
- "type": "integer",
- "format": "int64",
- "description": "Min is the start of the range, inclusive."
- },
- "max": {
- "type": "integer",
- "format": "int64",
- "description": "Max is the end of the range, inclusive."
- }
- }
- },
- "v1beta1.SupplementalGroupsStrategyOptions": {
- "id": "v1beta1.SupplementalGroupsStrategyOptions",
- "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
- "properties": {
- "rule": {
- "type": "string",
- "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext."
- },
- "ranges": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IDRange"
- },
- "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end."
- }
- }
- },
- "v1beta1.FSGroupStrategyOptions": {
- "id": "v1beta1.FSGroupStrategyOptions",
- "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
- "properties": {
- "rule": {
- "type": "string",
- "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext."
- },
- "ranges": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IDRange"
- },
- "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end."
- }
- }
- },
- "v1beta1.ReplicaSetList": {
- "id": "v1beta1.ReplicaSetList",
- "description": "ReplicaSetList is a collection of ReplicaSets.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.ReplicaSet"
- },
- "description": "List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller"
- }
- }
- },
- "v1beta1.ReplicaSet": {
- "id": "v1beta1.ReplicaSet",
- "description": "ReplicaSet represents the configuration of a ReplicaSet.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.ReplicaSetSpec",
- "description": "Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1beta1.ReplicaSetStatus",
- "description": "Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1beta1.ReplicaSetSpec": {
- "id": "v1beta1.ReplicaSetSpec",
- "description": "ReplicaSetSpec is the specification of a ReplicaSet.",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
- },
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
- }
- }
- },
- "v1beta1.ReplicaSetStatus": {
- "id": "v1beta1.ReplicaSetStatus",
- "description": "ReplicaSetStatus represents the current status of a ReplicaSet.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "fullyLabeledReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of pods that have labels matching the labels of the pod template of the replicaset."
- },
- "readyReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of ready replicas for this replica set."
- },
- "availableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set."
- },
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.ReplicaSetCondition"
- },
- "description": "Represents the latest available observations of a replica set's current state."
- }
- }
- },
- "v1beta1.ReplicaSetCondition": {
- "id": "v1beta1.ReplicaSetCondition",
- "description": "ReplicaSetCondition describes the state of a replica set at a certain point.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of replica set condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "The last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "The reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about the transition."
- }
- }
- },
- "v1beta1.ThirdPartyResourceList": {
- "id": "v1beta1.ThirdPartyResourceList",
- "description": "ThirdPartyResourceList is a list of ThirdPartyResources.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata."
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.ThirdPartyResource"
- },
- "description": "Items is the list of ThirdPartyResources."
- }
- }
- },
- "v1beta1.ThirdPartyResource": {
- "id": "v1beta1.ThirdPartyResource",
- "description": "A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata"
- },
- "description": {
- "type": "string",
- "description": "Description is the description of this object."
- },
- "versions": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.APIVersion"
- },
- "description": "Versions are versions for this third party object"
- }
- }
- },
- "v1beta1.APIVersion": {
- "id": "v1beta1.APIVersion",
- "description": "An APIVersion represents a single concrete version of an object model.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of this version (e.g. 'v1')."
- }
- }
- },
- "v1.APIResourceList": {
- "id": "v1.APIResourceList",
- "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
- "required": [
- "groupVersion",
- "resources"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "groupVersion": {
- "type": "string",
- "description": "groupVersion is the group and version this APIResourceList is for."
- },
- "resources": {
- "type": "array",
- "items": {
- "$ref": "v1.APIResource"
- },
- "description": "resources contains the name of the resources and if they are namespaced."
- }
- }
- },
- "v1.APIResource": {
- "id": "v1.APIResource",
- "description": "APIResource specifies the name of a resource and whether it is namespaced.",
- "required": [
- "name",
- "namespaced",
- "kind",
- "verbs"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "name is the name of the resource."
- },
- "namespaced": {
- "type": "boolean",
- "description": "namespaced indicates if a resource is namespaced or not."
- },
- "kind": {
- "type": "string",
- "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
- },
- "verbs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
- },
- "shortNames": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "shortNames is a list of suggested short names of the resource."
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/k8s/.kube/schema/v1.6.6/schema566625515 b/k8s/.kube/schema/v1.6.6/schema566625515
deleted file mode 100644
index a112d2e675..0000000000
--- a/k8s/.kube/schema/v1.6.6/schema566625515
+++ /dev/null
@@ -1,9977 +0,0 @@
-{
- "swaggerVersion": "1.2",
- "apiVersion": "extensions/v1beta1",
- "basePath": "https://10.240.255.15:443",
- "resourcePath": "/apis/extensions/v1beta1",
- "info": {
- "title": "",
- "description": ""
- },
- "apis": [
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSetList",
- "method": "GET",
- "summary": "list or watch objects of kind DaemonSet",
- "nickname": "listNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "POST",
- "summary": "create a DaemonSet",
- "nickname": "createNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DaemonSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of DaemonSet",
- "nickname": "deletecollectionNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of DaemonSet",
- "nickname": "watchNamespacedDaemonSetList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSet",
- "method": "GET",
- "summary": "read the specified DaemonSet",
- "nickname": "readNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PUT",
- "summary": "replace the specified DaemonSet",
- "nickname": "replaceNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DaemonSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PATCH",
- "summary": "partially update the specified DaemonSet",
- "nickname": "patchNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a DaemonSet",
- "nickname": "deleteNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind DaemonSet",
- "nickname": "watchNamespacedDaemonSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSetList",
- "method": "GET",
- "summary": "list or watch objects of kind DaemonSet",
- "nickname": "listDaemonSetForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/daemonsets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of DaemonSet",
- "nickname": "watchDaemonSetListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DaemonSet",
- "method": "GET",
- "summary": "read status of the specified DaemonSet",
- "nickname": "readNamespacedDaemonSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PUT",
- "summary": "replace status of the specified DaemonSet",
- "nickname": "replaceNamespacedDaemonSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DaemonSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.DaemonSet",
- "method": "PATCH",
- "summary": "partially update status of the specified DaemonSet",
- "nickname": "patchNamespacedDaemonSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DaemonSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DaemonSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DeploymentList",
- "method": "GET",
- "summary": "list or watch objects of kind Deployment",
- "nickname": "listNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DeploymentList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "POST",
- "summary": "create a Deployment",
- "nickname": "createNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Deployment",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Deployment",
- "nickname": "deletecollectionNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Deployment",
- "nickname": "watchNamespacedDeploymentList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Deployment",
- "method": "GET",
- "summary": "read the specified Deployment",
- "nickname": "readNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PUT",
- "summary": "replace the specified Deployment",
- "nickname": "replaceNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Deployment",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PATCH",
- "summary": "partially update the specified Deployment",
- "nickname": "patchNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Deployment",
- "nickname": "deleteNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Deployment",
- "nickname": "watchNamespacedDeployment",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DeploymentList",
- "method": "GET",
- "summary": "list or watch objects of kind Deployment",
- "nickname": "listDeploymentForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DeploymentList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/deployments",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Deployment",
- "nickname": "watchDeploymentListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.DeploymentRollback",
- "method": "POST",
- "summary": "create rollback of a DeploymentRollback",
- "nickname": "createNamespacedDeploymentRollbackRollback",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.DeploymentRollback",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the DeploymentRollback",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.DeploymentRollback"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Deployment",
- "method": "GET",
- "summary": "read status of the specified Deployment",
- "nickname": "readNamespacedDeploymentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PUT",
- "summary": "replace status of the specified Deployment",
- "nickname": "replaceNamespacedDeploymentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Deployment",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Deployment",
- "method": "PATCH",
- "summary": "partially update status of the specified Deployment",
- "nickname": "patchNamespacedDeploymentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Deployment",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Deployment"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.IngressList",
- "method": "GET",
- "summary": "list or watch objects of kind Ingress",
- "nickname": "listNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.IngressList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "POST",
- "summary": "create an Ingress",
- "nickname": "createNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Ingress",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Ingress",
- "nickname": "deletecollectionNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Ingress",
- "nickname": "watchNamespacedIngressList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Ingress",
- "method": "GET",
- "summary": "read the specified Ingress",
- "nickname": "readNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PUT",
- "summary": "replace the specified Ingress",
- "nickname": "replaceNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Ingress",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PATCH",
- "summary": "partially update the specified Ingress",
- "nickname": "patchNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete an Ingress",
- "nickname": "deleteNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Ingress",
- "nickname": "watchNamespacedIngress",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.IngressList",
- "method": "GET",
- "summary": "list or watch objects of kind Ingress",
- "nickname": "listIngressForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.IngressList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/ingresses",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Ingress",
- "nickname": "watchIngressListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Ingress",
- "method": "GET",
- "summary": "read status of the specified Ingress",
- "nickname": "readNamespacedIngressStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PUT",
- "summary": "replace status of the specified Ingress",
- "nickname": "replaceNamespacedIngressStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Ingress",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Ingress",
- "method": "PATCH",
- "summary": "partially update status of the specified Ingress",
- "nickname": "patchNamespacedIngressStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Ingress",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Ingress"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.NetworkPolicyList",
- "method": "GET",
- "summary": "list or watch objects of kind NetworkPolicy",
- "nickname": "listNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicyList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "POST",
- "summary": "create a NetworkPolicy",
- "nickname": "createNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of NetworkPolicy",
- "nickname": "deletecollectionNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of NetworkPolicy",
- "nickname": "watchNamespacedNetworkPolicyList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "GET",
- "summary": "read the specified NetworkPolicy",
- "nickname": "readNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "PUT",
- "summary": "replace the specified NetworkPolicy",
- "nickname": "replaceNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.NetworkPolicy",
- "method": "PATCH",
- "summary": "partially update the specified NetworkPolicy",
- "nickname": "patchNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a NetworkPolicy",
- "nickname": "deleteNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind NetworkPolicy",
- "nickname": "watchNamespacedNetworkPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the NetworkPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.NetworkPolicyList",
- "method": "GET",
- "summary": "list or watch objects of kind NetworkPolicy",
- "nickname": "listNetworkPolicyForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.NetworkPolicyList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/networkpolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of NetworkPolicy",
- "nickname": "watchNetworkPolicyListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/podsecuritypolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.PodSecurityPolicyList",
- "method": "GET",
- "summary": "list or watch objects of kind PodSecurityPolicy",
- "nickname": "listPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicyList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "POST",
- "summary": "create a PodSecurityPolicy",
- "nickname": "createPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PodSecurityPolicy",
- "nickname": "deletecollectionPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/podsecuritypolicies",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PodSecurityPolicy",
- "nickname": "watchPodSecurityPolicyList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/podsecuritypolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "GET",
- "summary": "read the specified PodSecurityPolicy",
- "nickname": "readPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "PUT",
- "summary": "replace the specified PodSecurityPolicy",
- "nickname": "replacePodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.PodSecurityPolicy",
- "method": "PATCH",
- "summary": "partially update the specified PodSecurityPolicy",
- "nickname": "patchPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.PodSecurityPolicy"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PodSecurityPolicy",
- "nickname": "deletePodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/podsecuritypolicies/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PodSecurityPolicy",
- "nickname": "watchPodSecurityPolicy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodSecurityPolicy",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSetList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicaSet",
- "nickname": "listNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "POST",
- "summary": "create a ReplicaSet",
- "nickname": "createNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ReplicaSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ReplicaSet",
- "nickname": "deletecollectionNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicaSet",
- "nickname": "watchNamespacedReplicaSetList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSet",
- "method": "GET",
- "summary": "read the specified ReplicaSet",
- "nickname": "readNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PUT",
- "summary": "replace the specified ReplicaSet",
- "nickname": "replaceNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ReplicaSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PATCH",
- "summary": "partially update the specified ReplicaSet",
- "nickname": "patchNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ReplicaSet",
- "nickname": "deleteNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ReplicaSet",
- "nickname": "watchNamespacedReplicaSet",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSetList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicaSet",
- "nickname": "listReplicaSetForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSetList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/replicasets",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicaSet",
- "nickname": "watchReplicaSetListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ReplicaSet",
- "method": "GET",
- "summary": "read status of the specified ReplicaSet",
- "nickname": "readNamespacedReplicaSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PUT",
- "summary": "replace status of the specified ReplicaSet",
- "nickname": "replaceNamespacedReplicaSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ReplicaSet",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ReplicaSet",
- "method": "PATCH",
- "summary": "partially update status of the specified ReplicaSet",
- "nickname": "patchNamespacedReplicaSetStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicaSet",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ReplicaSet"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/thirdpartyresources",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ThirdPartyResourceList",
- "method": "GET",
- "summary": "list or watch objects of kind ThirdPartyResource",
- "nickname": "listThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResourceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "POST",
- "summary": "create a ThirdPartyResource",
- "nickname": "createThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ThirdPartyResource",
- "nickname": "deletecollectionThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/thirdpartyresources",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ThirdPartyResource",
- "nickname": "watchThirdPartyResourceList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/thirdpartyresources/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "GET",
- "summary": "read the specified ThirdPartyResource",
- "nickname": "readThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "PUT",
- "summary": "replace the specified ThirdPartyResource",
- "nickname": "replaceThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1beta1.ThirdPartyResource",
- "method": "PATCH",
- "summary": "partially update the specified ThirdPartyResource",
- "nickname": "patchThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.ThirdPartyResource"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ThirdPartyResource",
- "nickname": "deleteThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1/watch/thirdpartyresources/{name}",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ThirdPartyResource",
- "nickname": "watchThirdPartyResource",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ThirdPartyResource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/apis/extensions/v1beta1",
- "description": "API at /apis/extensions/v1beta1",
- "operations": [
- {
- "type": "v1.APIResourceList",
- "method": "GET",
- "summary": "get available resources",
- "nickname": "getAPIResources",
- "parameters": [],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ]
- }
- ]
- }
- ],
- "models": {
- "v1beta1.DaemonSetList": {
- "id": "v1beta1.DaemonSetList",
- "description": "DaemonSetList is a collection of daemon sets.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.DaemonSet"
- },
- "description": "A list of daemon sets."
- }
- }
- },
- "v1.ListMeta": {
- "id": "v1.ListMeta",
- "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
- "properties": {
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "resourceVersion": {
- "type": "string",
- "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- }
- }
- },
- "v1beta1.DaemonSet": {
- "id": "v1beta1.DaemonSet",
- "description": "DaemonSet represents the configuration of a daemon set.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.DaemonSetSpec",
- "description": "The desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1beta1.DaemonSetStatus",
- "description": "The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ObjectMeta": {
- "id": "v1.ObjectMeta",
- "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "generateName": {
- "type": "string",
- "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
- },
- "namespace": {
- "type": "string",
- "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
- },
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "uid": {
- "type": "string",
- "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "resourceVersion": {
- "type": "string",
- "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- },
- "generation": {
- "type": "integer",
- "format": "int64",
- "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
- },
- "creationTimestamp": {
- "type": "string",
- "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionTimestamp": {
- "type": "string",
- "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
- },
- "labels": {
- "type": "object",
- "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
- },
- "annotations": {
- "type": "object",
- "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
- },
- "ownerReferences": {
- "type": "array",
- "items": {
- "$ref": "v1.OwnerReference"
- },
- "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
- },
- "finalizers": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
- },
- "clusterName": {
- "type": "string",
- "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
- }
- }
- },
- "v1.OwnerReference": {
- "id": "v1.OwnerReference",
- "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
- "required": [
- "apiVersion",
- "kind",
- "name",
- "uid"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "API version of the referent."
- },
- "kind": {
- "type": "string",
- "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "uid": {
- "type": "string",
- "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "controller": {
- "type": "boolean",
- "description": "If true, this reference points to the managing controller."
- },
- "blockOwnerDeletion": {
- "type": "boolean",
- "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned."
- }
- }
- },
- "v1beta1.DaemonSetSpec": {
- "id": "v1beta1.DaemonSetSpec",
- "description": "DaemonSetSpec is the specification of a daemon set.",
- "required": [
- "template"
- ],
- "properties": {
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
- },
- "updateStrategy": {
- "$ref": "v1beta1.DaemonSetUpdateStrategy",
- "description": "An update strategy to replace existing DaemonSet pods with new pods."
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)."
- },
- "templateGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation."
- }
- }
- },
- "v1.LabelSelector": {
- "id": "v1.LabelSelector",
- "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
- "properties": {
- "matchLabels": {
- "type": "object",
- "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."
- },
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.LabelSelectorRequirement"
- },
- "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.LabelSelectorRequirement": {
- "id": "v1.LabelSelectorRequirement",
- "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "key is the label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.PodTemplateSpec": {
- "id": "v1.PodTemplateSpec",
- "description": "PodTemplateSpec describes the data a pod should have when created from a template",
- "properties": {
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PodSpec",
- "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.PodSpec": {
- "id": "v1.PodSpec",
- "description": "PodSpec is a description of a pod.",
- "required": [
- "containers"
- ],
- "properties": {
- "volumes": {
- "type": "array",
- "items": {
- "$ref": "v1.Volume"
- },
- "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes"
- },
- "initContainers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "containers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "restartPolicy": {
- "type": "string",
- "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy"
- },
- "terminationGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds."
- },
- "activeDeadlineSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer."
- },
- "dnsPolicy": {
- "type": "string",
- "description": "Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'."
- },
- "nodeSelector": {
- "type": "object",
- "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README"
- },
- "serviceAccountName": {
- "type": "string",
- "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md"
- },
- "serviceAccount": {
- "type": "string",
- "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead."
- },
- "automountServiceAccountToken": {
- "type": "boolean",
- "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted."
- },
- "nodeName": {
- "type": "string",
- "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements."
- },
- "hostNetwork": {
- "type": "boolean",
- "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
- },
- "hostPID": {
- "type": "boolean",
- "description": "Use the host's pid namespace. Optional: Default to false."
- },
- "hostIPC": {
- "type": "boolean",
- "description": "Use the host's ipc namespace. Optional: Default to false."
- },
- "securityContext": {
- "$ref": "v1.PodSecurityContext",
- "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field."
- },
- "imagePullSecrets": {
- "type": "array",
- "items": {
- "$ref": "v1.LocalObjectReference"
- },
- "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod"
- },
- "hostname": {
- "type": "string",
- "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value."
- },
- "subdomain": {
- "type": "string",
- "description": "If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all."
- },
- "affinity": {
- "$ref": "v1.Affinity",
- "description": "If specified, the pod's scheduling constraints"
- },
- "schedulerName": {
- "type": "string",
- "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler."
- },
- "tolerations": {
- "type": "array",
- "items": {
- "$ref": "v1.Toleration"
- },
- "description": "If specified, the pod's tolerations."
- }
- }
- },
- "v1.Volume": {
- "id": "v1.Volume",
- "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "hostPath": {
- "$ref": "v1.HostPathVolumeSource",
- "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- },
- "emptyDir": {
- "$ref": "v1.EmptyDirVolumeSource",
- "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- },
- "gcePersistentDisk": {
- "$ref": "v1.GCEPersistentDiskVolumeSource",
- "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "awsElasticBlockStore": {
- "$ref": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "gitRepo": {
- "$ref": "v1.GitRepoVolumeSource",
- "description": "GitRepo represents a git repository at a particular revision."
- },
- "secret": {
- "$ref": "v1.SecretVolumeSource",
- "description": "Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "nfs": {
- "$ref": "v1.NFSVolumeSource",
- "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "iscsi": {
- "$ref": "v1.ISCSIVolumeSource",
- "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md"
- },
- "glusterfs": {
- "$ref": "v1.GlusterfsVolumeSource",
- "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
- },
- "persistentVolumeClaim": {
- "$ref": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "rbd": {
- "$ref": "v1.RBDVolumeSource",
- "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
- },
- "flexVolume": {
- "$ref": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
- },
- "cinder": {
- "$ref": "v1.CinderVolumeSource",
- "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "cephfs": {
- "$ref": "v1.CephFSVolumeSource",
- "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
- },
- "flocker": {
- "$ref": "v1.FlockerVolumeSource",
- "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPI represents downward API about the pod that should populate this volume"
- },
- "fc": {
- "$ref": "v1.FCVolumeSource",
- "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
- },
- "azureFile": {
- "$ref": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
- },
- "configMap": {
- "$ref": "v1.ConfigMapVolumeSource",
- "description": "ConfigMap represents a configMap that should populate this volume"
- },
- "vsphereVolume": {
- "$ref": "v1.VsphereVirtualDiskVolumeSource",
- "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
- },
- "quobyte": {
- "$ref": "v1.QuobyteVolumeSource",
- "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
- },
- "azureDisk": {
- "$ref": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
- },
- "photonPersistentDisk": {
- "$ref": "v1.PhotonPersistentDiskVolumeSource",
- "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
- },
- "projected": {
- "$ref": "v1.ProjectedVolumeSource",
- "description": "Items for all in one resources secrets, configmaps, and downward API"
- },
- "portworxVolume": {
- "$ref": "v1.PortworxVolumeSource",
- "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
- },
- "scaleIO": {
- "$ref": "v1.ScaleIOVolumeSource",
- "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
- }
- }
- },
- "v1.HostPathVolumeSource": {
- "id": "v1.HostPathVolumeSource",
- "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- }
- }
- },
- "v1.EmptyDirVolumeSource": {
- "id": "v1.EmptyDirVolumeSource",
- "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
- "properties": {
- "medium": {
- "type": "string",
- "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- }
- }
- },
- "v1.GCEPersistentDiskVolumeSource": {
- "id": "v1.GCEPersistentDiskVolumeSource",
- "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
- "required": [
- "pdName"
- ],
- "properties": {
- "pdName": {
- "type": "string",
- "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- }
- }
- },
- "v1.AWSElasticBlockStoreVolumeSource": {
- "id": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty)."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- }
- }
- },
- "v1.GitRepoVolumeSource": {
- "id": "v1.GitRepoVolumeSource",
- "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
- "required": [
- "repository"
- ],
- "properties": {
- "repository": {
- "type": "string",
- "description": "Repository URL"
- },
- "revision": {
- "type": "string",
- "description": "Commit hash for the specified revision."
- },
- "directory": {
- "type": "string",
- "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name."
- }
- }
- },
- "v1.SecretVolumeSource": {
- "id": "v1.SecretVolumeSource",
- "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
- "properties": {
- "secretName": {
- "type": "string",
- "description": "Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's keys must be defined"
- }
- }
- },
- "v1.KeyToPath": {
- "id": "v1.KeyToPath",
- "description": "Maps a string key to a path within a volume.",
- "required": [
- "key",
- "path"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The key to project."
- },
- "path": {
- "type": "string",
- "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.NFSVolumeSource": {
- "id": "v1.NFSVolumeSource",
- "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "server",
- "path"
- ],
- "properties": {
- "server": {
- "type": "string",
- "description": "Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "path": {
- "type": "string",
- "description": "Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- }
- }
- },
- "v1.ISCSIVolumeSource": {
- "id": "v1.ISCSIVolumeSource",
- "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetPortal",
- "iqn",
- "lun"
- ],
- "properties": {
- "targetPortal": {
- "type": "string",
- "description": "iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- },
- "iqn": {
- "type": "string",
- "description": "Target iSCSI Qualified Name."
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "iSCSI target lun number."
- },
- "iscsiInterface": {
- "type": "string",
- "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false."
- },
- "portals": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- }
- }
- },
- "v1.GlusterfsVolumeSource": {
- "id": "v1.GlusterfsVolumeSource",
- "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "endpoints",
- "path"
- ],
- "properties": {
- "endpoints": {
- "type": "string",
- "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "path": {
- "type": "string",
- "description": "Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- }
- }
- },
- "v1.PersistentVolumeClaimVolumeSource": {
- "id": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
- "required": [
- "claimName"
- ],
- "properties": {
- "claimName": {
- "type": "string",
- "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Will force the ReadOnly setting in VolumeMounts. Default false."
- }
- }
- },
- "v1.RBDVolumeSource": {
- "id": "v1.RBDVolumeSource",
- "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
- "required": [
- "monitors",
- "image"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "image": {
- "type": "string",
- "description": "The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd"
- },
- "pool": {
- "type": "string",
- "description": "The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it."
- },
- "user": {
- "type": "string",
- "description": "The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "keyring": {
- "type": "string",
- "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- }
- }
- },
- "v1.LocalObjectReference": {
- "id": "v1.LocalObjectReference",
- "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- }
- }
- },
- "v1.FlexVolumeSource": {
- "id": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.",
- "required": [
- "driver"
- ],
- "properties": {
- "driver": {
- "type": "string",
- "description": "Driver is the name of the driver to use for this volume."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- },
- "options": {
- "type": "object",
- "description": "Optional: Extra command options if any."
- }
- }
- },
- "v1.CinderVolumeSource": {
- "id": "v1.CinderVolumeSource",
- "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- }
- }
- },
- "v1.CephFSVolumeSource": {
- "id": "v1.CephFSVolumeSource",
- "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "monitors"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "path": {
- "type": "string",
- "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /"
- },
- "user": {
- "type": "string",
- "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretFile": {
- "type": "string",
- "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- }
- }
- },
- "v1.FlockerVolumeSource": {
- "id": "v1.FlockerVolumeSource",
- "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
- "properties": {
- "datasetName": {
- "type": "string",
- "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
- },
- "datasetUUID": {
- "type": "string",
- "description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
- }
- }
- },
- "v1.DownwardAPIVolumeSource": {
- "id": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of downward API volume file"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.DownwardAPIVolumeFile": {
- "id": "v1.DownwardAPIVolumeFile",
- "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'"
- },
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.ObjectFieldSelector": {
- "id": "v1.ObjectFieldSelector",
- "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
- "required": [
- "fieldPath"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"."
- },
- "fieldPath": {
- "type": "string",
- "description": "Path of the field to select in the specified API version."
- }
- }
- },
- "v1.ResourceFieldSelector": {
- "id": "v1.ResourceFieldSelector",
- "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
- "required": [
- "resource"
- ],
- "properties": {
- "containerName": {
- "type": "string",
- "description": "Container name: required for volumes, optional for env vars"
- },
- "resource": {
- "type": "string",
- "description": "Required: resource to select"
- },
- "divisor": {
- "type": "string",
- "description": "Specifies the output format of the exposed resources, defaults to \"1\""
- }
- }
- },
- "v1.FCVolumeSource": {
- "id": "v1.FCVolumeSource",
- "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetWWNs",
- "lun"
- ],
- "properties": {
- "targetWWNs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: FC target worldwide names (WWNs)"
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "Required: FC target lun number"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.AzureFileVolumeSource": {
- "id": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
- "required": [
- "secretName",
- "shareName"
- ],
- "properties": {
- "secretName": {
- "type": "string",
- "description": "the name of secret that contains Azure Storage Account Name and Key"
- },
- "shareName": {
- "type": "string",
- "description": "Share Name"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.ConfigMapVolumeSource": {
- "id": "v1.ConfigMapVolumeSource",
- "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.VsphereVirtualDiskVolumeSource": {
- "id": "v1.VsphereVirtualDiskVolumeSource",
- "description": "Represents a vSphere volume resource.",
- "required": [
- "volumePath"
- ],
- "properties": {
- "volumePath": {
- "type": "string",
- "description": "Path that identifies vSphere volume vmdk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.QuobyteVolumeSource": {
- "id": "v1.QuobyteVolumeSource",
- "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "registry",
- "volume"
- ],
- "properties": {
- "registry": {
- "type": "string",
- "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes"
- },
- "volume": {
- "type": "string",
- "description": "Volume is a string that references an already created Quobyte volume by name."
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false."
- },
- "user": {
- "type": "string",
- "description": "User to map volume access to Defaults to serivceaccount user"
- },
- "group": {
- "type": "string",
- "description": "Group to map volume access to Default is no group"
- }
- }
- },
- "v1.AzureDiskVolumeSource": {
- "id": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
- "required": [
- "diskName",
- "diskURI"
- ],
- "properties": {
- "diskName": {
- "type": "string",
- "description": "The Name of the data disk in the blob storage"
- },
- "diskURI": {
- "type": "string",
- "description": "The URI the data disk in the blob storage"
- },
- "cachingMode": {
- "$ref": "v1.AzureDataDiskCachingMode",
- "description": "Host Caching mode: None, Read Only, Read Write."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.AzureDataDiskCachingMode": {
- "id": "v1.AzureDataDiskCachingMode",
- "properties": {}
- },
- "v1.PhotonPersistentDiskVolumeSource": {
- "id": "v1.PhotonPersistentDiskVolumeSource",
- "description": "Represents a Photon Controller persistent disk resource.",
- "required": [
- "pdID"
- ],
- "properties": {
- "pdID": {
- "type": "string",
- "description": "ID that identifies Photon Controller persistent disk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.ProjectedVolumeSource": {
- "id": "v1.ProjectedVolumeSource",
- "description": "Represents a projected volume source",
- "required": [
- "sources"
- ],
- "properties": {
- "sources": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeProjection"
- },
- "description": "list of volume projections"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.VolumeProjection": {
- "id": "v1.VolumeProjection",
- "description": "Projection that may be projected along with other supported volume types",
- "properties": {
- "secret": {
- "$ref": "v1.SecretProjection",
- "description": "information about the secret data to project"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIProjection",
- "description": "information about the downwardAPI data to project"
- },
- "configMap": {
- "$ref": "v1.ConfigMapProjection",
- "description": "information about the configMap data to project"
- }
- }
- },
- "v1.SecretProjection": {
- "id": "v1.SecretProjection",
- "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or its key must be defined"
- }
- }
- },
- "v1.DownwardAPIProjection": {
- "id": "v1.DownwardAPIProjection",
- "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of DownwardAPIVolume file"
- }
- }
- },
- "v1.ConfigMapProjection": {
- "id": "v1.ConfigMapProjection",
- "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.PortworxVolumeSource": {
- "id": "v1.PortworxVolumeSource",
- "description": "PortworxVolumeSource represents a Portworx volume resource.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "VolumeID uniquely identifies a Portworx volume"
- },
- "fsType": {
- "type": "string",
- "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.ScaleIOVolumeSource": {
- "id": "v1.ScaleIOVolumeSource",
- "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume",
- "required": [
- "gateway",
- "system",
- "secretRef"
- ],
- "properties": {
- "gateway": {
- "type": "string",
- "description": "The host address of the ScaleIO API Gateway."
- },
- "system": {
- "type": "string",
- "description": "The name of the storage system as configured in ScaleIO."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
- },
- "sslEnabled": {
- "type": "boolean",
- "description": "Flag to enable/disable SSL communication with Gateway, default false"
- },
- "protectionDomain": {
- "type": "string",
- "description": "The name of the Protection Domain for the configured storage (defaults to \"default\")."
- },
- "storagePool": {
- "type": "string",
- "description": "The Storage Pool associated with the protection domain (defaults to \"default\")."
- },
- "storageMode": {
- "type": "string",
- "description": "Indicates whether the storage for a volume should be thick or thin (defaults to \"thin\")."
- },
- "volumeName": {
- "type": "string",
- "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.Container": {
- "id": "v1.Container",
- "description": "A single application container that you want to run within a pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated."
- },
- "image": {
- "type": "string",
- "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images"
- },
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "args": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "workingDir": {
- "type": "string",
- "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated."
- },
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerPort"
- },
- "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
- },
- "envFrom": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvFromSource"
- },
- "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
- },
- "env": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvVar"
- },
- "description": "List of environment variables to set in the container. Cannot be updated."
- },
- "resources": {
- "$ref": "v1.ResourceRequirements",
- "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
- },
- "volumeMounts": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeMount"
- },
- "description": "Pod volumes to mount into the container's filesystem. Cannot be updated."
- },
- "livenessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "readinessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "lifecycle": {
- "$ref": "v1.Lifecycle",
- "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated."
- },
- "terminationMessagePath": {
- "type": "string",
- "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated."
- },
- "terminationMessagePolicy": {
- "type": "string",
- "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated."
- },
- "imagePullPolicy": {
- "type": "string",
- "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images"
- },
- "securityContext": {
- "$ref": "v1.SecurityContext",
- "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md"
- },
- "stdin": {
- "type": "boolean",
- "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false."
- },
- "stdinOnce": {
- "type": "boolean",
- "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false"
- },
- "tty": {
- "type": "boolean",
- "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false."
- }
- }
- },
- "v1.ContainerPort": {
- "id": "v1.ContainerPort",
- "description": "ContainerPort represents a network port in a single container.",
- "required": [
- "containerPort"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services."
- },
- "hostPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this."
- },
- "containerPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536."
- },
- "protocol": {
- "type": "string",
- "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"."
- },
- "hostIP": {
- "type": "string",
- "description": "What host IP to bind the external port to."
- }
- }
- },
- "v1.EnvFromSource": {
- "id": "v1.EnvFromSource",
- "description": "EnvFromSource represents the source of a set of ConfigMaps",
- "properties": {
- "prefix": {
- "type": "string",
- "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
- },
- "configMapRef": {
- "$ref": "v1.ConfigMapEnvSource",
- "description": "The ConfigMap to select from"
- },
- "secretRef": {
- "$ref": "v1.SecretEnvSource",
- "description": "The Secret to select from"
- }
- }
- },
- "v1.ConfigMapEnvSource": {
- "id": "v1.ConfigMapEnvSource",
- "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap must be defined"
- }
- }
- },
- "v1.SecretEnvSource": {
- "id": "v1.SecretEnvSource",
- "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret must be defined"
- }
- }
- },
- "v1.EnvVar": {
- "id": "v1.EnvVar",
- "description": "EnvVar represents an environment variable present in a Container.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the environment variable. Must be a C_IDENTIFIER."
- },
- "value": {
- "type": "string",
- "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\"."
- },
- "valueFrom": {
- "$ref": "v1.EnvVarSource",
- "description": "Source for the environment variable's value. Cannot be used if value is not empty."
- }
- }
- },
- "v1.EnvVarSource": {
- "id": "v1.EnvVarSource",
- "description": "EnvVarSource represents a source for the value of an EnvVar.",
- "properties": {
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "configMapKeyRef": {
- "$ref": "v1.ConfigMapKeySelector",
- "description": "Selects a key of a ConfigMap."
- },
- "secretKeyRef": {
- "$ref": "v1.SecretKeySelector",
- "description": "Selects a key of a secret in the pod's namespace"
- }
- }
- },
- "v1.ConfigMapKeySelector": {
- "id": "v1.ConfigMapKeySelector",
- "description": "Selects a key from a ConfigMap.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key to select."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's key must be defined"
- }
- }
- },
- "v1.SecretKeySelector": {
- "id": "v1.SecretKeySelector",
- "description": "SecretKeySelector selects a key of a Secret.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key of the secret to select from. Must be a valid secret key."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's key must be defined"
- }
- }
- },
- "v1.ResourceRequirements": {
- "id": "v1.ResourceRequirements",
- "description": "ResourceRequirements describes the compute resource requirements.",
- "properties": {
- "limits": {
- "type": "object",
- "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- },
- "requests": {
- "type": "object",
- "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- }
- }
- },
- "v1.VolumeMount": {
- "id": "v1.VolumeMount",
- "description": "VolumeMount describes a mounting of a Volume within a container.",
- "required": [
- "name",
- "mountPath"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "This must match the Name of a Volume."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false."
- },
- "mountPath": {
- "type": "string",
- "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
- },
- "subPath": {
- "type": "string",
- "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
- }
- }
- },
- "v1.Probe": {
- "id": "v1.Probe",
- "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- },
- "initialDelaySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "timeoutSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "periodSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
- },
- "successThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."
- },
- "failureThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."
- }
- }
- },
- "v1.ExecAction": {
- "id": "v1.ExecAction",
- "description": "ExecAction describes a \"run in container\" action.",
- "properties": {
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy."
- }
- }
- },
- "v1.HTTPGetAction": {
- "id": "v1.HTTPGetAction",
- "description": "HTTPGetAction describes an action based on HTTP Get requests.",
- "required": [
- "port"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path to access on the HTTP server."
- },
- "port": {
- "type": "string",
- "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- },
- "host": {
- "type": "string",
- "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead."
- },
- "scheme": {
- "type": "string",
- "description": "Scheme to use for connecting to the host. Defaults to HTTP."
- },
- "httpHeaders": {
- "type": "array",
- "items": {
- "$ref": "v1.HTTPHeader"
- },
- "description": "Custom headers to set in the request. HTTP allows repeated headers."
- }
- }
- },
- "v1.HTTPHeader": {
- "id": "v1.HTTPHeader",
- "description": "HTTPHeader describes a custom header to be used in HTTP probes",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The header field name"
- },
- "value": {
- "type": "string",
- "description": "The header field value"
- }
- }
- },
- "v1.TCPSocketAction": {
- "id": "v1.TCPSocketAction",
- "description": "TCPSocketAction describes an action based on opening a socket",
- "required": [
- "port"
- ],
- "properties": {
- "port": {
- "type": "string",
- "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- }
- }
- },
- "v1.Lifecycle": {
- "id": "v1.Lifecycle",
- "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
- "properties": {
- "postStart": {
- "$ref": "v1.Handler",
- "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- },
- "preStop": {
- "$ref": "v1.Handler",
- "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- }
- }
- },
- "v1.Handler": {
- "id": "v1.Handler",
- "description": "Handler defines a specific action that should be taken",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- }
- }
- },
- "v1.SecurityContext": {
- "id": "v1.SecurityContext",
- "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
- "properties": {
- "capabilities": {
- "$ref": "v1.Capabilities",
- "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
- },
- "privileged": {
- "type": "boolean",
- "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false."
- },
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "readOnlyRootFilesystem": {
- "type": "boolean",
- "description": "Whether this container has a read-only root filesystem. Default is false."
- }
- }
- },
- "v1.Capabilities": {
- "id": "v1.Capabilities",
- "description": "Adds and removes POSIX capabilities from running containers.",
- "properties": {
- "add": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Added capabilities"
- },
- "drop": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Removed capabilities"
- }
- }
- },
- "v1.Capability": {
- "id": "v1.Capability",
- "properties": {}
- },
- "v1.SELinuxOptions": {
- "id": "v1.SELinuxOptions",
- "description": "SELinuxOptions are the labels to be applied to the container",
- "properties": {
- "user": {
- "type": "string",
- "description": "User is a SELinux user label that applies to the container."
- },
- "role": {
- "type": "string",
- "description": "Role is a SELinux role label that applies to the container."
- },
- "type": {
- "type": "string",
- "description": "Type is a SELinux type label that applies to the container."
- },
- "level": {
- "type": "string",
- "description": "Level is SELinux level label that applies to the container."
- }
- }
- },
- "v1.PodSecurityContext": {
- "id": "v1.PodSecurityContext",
- "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
- "properties": {
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "supplementalGroups": {
- "type": "array",
- "items": {
- "type": "integer"
- },
- "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container."
- },
- "fsGroup": {
- "type": "integer",
- "format": "int64",
- "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw "
- }
- }
- },
- "v1.Affinity": {
- "id": "v1.Affinity",
- "description": "Affinity is a group of affinity scheduling rules.",
- "properties": {
- "nodeAffinity": {
- "$ref": "v1.NodeAffinity",
- "description": "Describes node affinity scheduling rules for the pod."
- },
- "podAffinity": {
- "$ref": "v1.PodAffinity",
- "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
- },
- "podAntiAffinity": {
- "$ref": "v1.PodAntiAffinity",
- "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
- }
- }
- },
- "v1.NodeAffinity": {
- "id": "v1.NodeAffinity",
- "description": "Node affinity is a group of node affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "$ref": "v1.NodeSelector",
- "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PreferredSchedulingTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.NodeSelector": {
- "id": "v1.NodeSelector",
- "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
- "required": [
- "nodeSelectorTerms"
- ],
- "properties": {
- "nodeSelectorTerms": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorTerm"
- },
- "description": "Required. A list of node selector terms. The terms are ORed."
- }
- }
- },
- "v1.NodeSelectorTerm": {
- "id": "v1.NodeSelectorTerm",
- "description": "A null or empty node selector term matches no objects.",
- "required": [
- "matchExpressions"
- ],
- "properties": {
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorRequirement"
- },
- "description": "Required. A list of node selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.NodeSelectorRequirement": {
- "id": "v1.NodeSelectorRequirement",
- "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.PreferredSchedulingTerm": {
- "id": "v1.PreferredSchedulingTerm",
- "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
- "required": [
- "weight",
- "preference"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100."
- },
- "preference": {
- "$ref": "v1.NodeSelectorTerm",
- "description": "A node selector term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAffinity": {
- "id": "v1.PodAffinity",
- "description": "Pod affinity is a group of inter pod affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.PodAffinityTerm": {
- "id": "v1.PodAffinityTerm",
- "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e tches that of any node on which a pod of the set of pods is running",
- "properties": {
- "labelSelector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over a set of resources, in this case pods."
- },
- "namespaces": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\""
- },
- "topologyKey": {
- "type": "string",
- "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. For PreferredDuringScheduling pod anti-affinity, empty topologyKey is interpreted as \"all topologies\" (\"all topologies\" here means all the topologyKeys indicated by scheduler command-line argument --failure-domains); for affinity and for RequiredDuringScheduling pod anti-affinity, empty topologyKey is not allowed."
- }
- }
- },
- "v1.WeightedPodAffinityTerm": {
- "id": "v1.WeightedPodAffinityTerm",
- "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
- "required": [
- "weight",
- "podAffinityTerm"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100."
- },
- "podAffinityTerm": {
- "$ref": "v1.PodAffinityTerm",
- "description": "Required. A pod affinity term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAntiAffinity": {
- "id": "v1.PodAntiAffinity",
- "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.Toleration": {
- "id": "v1.Toleration",
- "description": "The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.",
- "properties": {
- "key": {
- "type": "string",
- "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys."
- },
- "operator": {
- "type": "string",
- "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category."
- },
- "value": {
- "type": "string",
- "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string."
- },
- "effect": {
- "type": "string",
- "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute."
- },
- "tolerationSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system."
- }
- }
- },
- "v1beta1.DaemonSetUpdateStrategy": {
- "id": "v1beta1.DaemonSetUpdateStrategy",
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete."
- },
- "rollingUpdate": {
- "$ref": "v1beta1.RollingUpdateDaemonSet",
- "description": "Rolling update config params. Present only if type = \"RollingUpdate\"."
- }
- }
- },
- "v1beta1.RollingUpdateDaemonSet": {
- "id": "v1beta1.RollingUpdateDaemonSet",
- "description": "Spec to control the desired behavior of daemon set rolling update.",
- "properties": {
- "maxUnavailable": {
- "type": "string",
- "description": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update."
- }
- }
- },
- "v1beta1.DaemonSetStatus": {
- "id": "v1beta1.DaemonSetStatus",
- "description": "DaemonSetStatus represents the current status of a daemon set.",
- "required": [
- "currentNumberScheduled",
- "numberMisscheduled",
- "desiredNumberScheduled",
- "numberReady"
- ],
- "properties": {
- "currentNumberScheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
- },
- "numberMisscheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
- },
- "desiredNumberScheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md"
- },
- "numberReady": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready."
- },
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "The most recent generation observed by the daemon set controller."
- },
- "updatedNumberScheduled": {
- "type": "integer",
- "format": "int32",
- "description": "The total number of nodes that are running updated daemon pod"
- },
- "numberAvailable": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)"
- },
- "numberUnavailable": {
- "type": "integer",
- "format": "int32",
- "description": "The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)"
- }
- }
- },
- "v1.Status": {
- "id": "v1.Status",
- "description": "Status is a return value for calls that don't return other objects.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "status": {
- "type": "string",
- "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the status of this operation."
- },
- "reason": {
- "type": "string",
- "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
- },
- "details": {
- "$ref": "v1.StatusDetails",
- "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type."
- },
- "code": {
- "type": "integer",
- "format": "int32",
- "description": "Suggested HTTP return code for this status, 0 if not set."
- }
- }
- },
- "v1.StatusDetails": {
- "id": "v1.StatusDetails",
- "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
- "properties": {
- "name": {
- "type": "string",
- "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
- },
- "group": {
- "type": "string",
- "description": "The group attribute of the resource associated with the status StatusReason."
- },
- "kind": {
- "type": "string",
- "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "causes": {
- "type": "array",
- "items": {
- "$ref": "v1.StatusCause"
- },
- "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
- },
- "retryAfterSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "If specified, the time in seconds before the operation should be retried."
- }
- }
- },
- "v1.StatusCause": {
- "id": "v1.StatusCause",
- "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
- "properties": {
- "reason": {
- "type": "string",
- "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available."
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader."
- },
- "field": {
- "type": "string",
- "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\""
- }
- }
- },
- "v1.WatchEvent": {
- "id": "v1.WatchEvent",
- "required": [
- "type",
- "object"
- ],
- "properties": {
- "type": {
- "type": "string"
- },
- "object": {
- "type": "string"
- }
- }
- },
- "v1.Patch": {
- "id": "v1.Patch",
- "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
- "properties": {}
- },
- "v1.DeleteOptions": {
- "id": "v1.DeleteOptions",
- "description": "DeleteOptions may be provided when deleting an API object.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "gracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
- },
- "preconditions": {
- "$ref": "v1.Preconditions",
- "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
- },
- "orphanDependents": {
- "type": "boolean",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."
- },
- "propagationPolicy": {
- "$ref": "v1.DeletionPropagation",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy."
- }
- }
- },
- "v1.Preconditions": {
- "id": "v1.Preconditions",
- "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
- "properties": {
- "uid": {
- "$ref": "types.UID",
- "description": "Specifies the target UID."
- }
- }
- },
- "types.UID": {
- "id": "types.UID",
- "properties": {}
- },
- "v1.DeletionPropagation": {
- "id": "v1.DeletionPropagation",
- "properties": {}
- },
- "v1beta1.DeploymentList": {
- "id": "v1beta1.DeploymentList",
- "description": "DeploymentList is a list of Deployments.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata."
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.Deployment"
- },
- "description": "Items is the list of Deployments."
- }
- }
- },
- "v1beta1.Deployment": {
- "id": "v1beta1.Deployment",
- "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata."
- },
- "spec": {
- "$ref": "v1beta1.DeploymentSpec",
- "description": "Specification of the desired behavior of the Deployment."
- },
- "status": {
- "$ref": "v1beta1.DeploymentStatus",
- "description": "Most recently observed status of the Deployment."
- }
- }
- },
- "v1beta1.DeploymentSpec": {
- "id": "v1beta1.DeploymentSpec",
- "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
- "required": [
- "template"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1."
- },
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment."
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template describes the pods that will be created."
- },
- "strategy": {
- "$ref": "v1beta1.DeploymentStrategy",
- "description": "The deployment strategy to use to replace existing pods with new ones."
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
- },
- "revisionHistoryLimit": {
- "type": "integer",
- "format": "int32",
- "description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified."
- },
- "paused": {
- "type": "boolean",
- "description": "Indicates that the deployment is paused and will not be processed by the deployment controller."
- },
- "rollbackTo": {
- "$ref": "v1beta1.RollbackConfig",
- "description": "The config this deployment is rolling back to. Will be cleared after rollback is done."
- },
- "progressDeadlineSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. This is not set by default."
- }
- }
- },
- "v1beta1.DeploymentStrategy": {
- "id": "v1beta1.DeploymentStrategy",
- "description": "DeploymentStrategy describes how to replace existing pods with new ones.",
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate."
- },
- "rollingUpdate": {
- "$ref": "v1beta1.RollingUpdateDeployment",
- "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate."
- }
- }
- },
- "v1beta1.RollingUpdateDeployment": {
- "id": "v1beta1.RollingUpdateDeployment",
- "description": "Spec to control the desired behavior of rolling update.",
- "properties": {
- "maxUnavailable": {
- "type": "string",
- "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods."
- },
- "maxSurge": {
- "type": "string",
- "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of desired pods."
- }
- }
- },
- "v1beta1.RollbackConfig": {
- "id": "v1beta1.RollbackConfig",
- "properties": {
- "revision": {
- "type": "integer",
- "format": "int64",
- "description": "The revision to rollback to. If set to 0, rollbck to the last revision."
- }
- }
- },
- "v1beta1.DeploymentStatus": {
- "id": "v1beta1.DeploymentStatus",
- "description": "DeploymentStatus is the most recently observed status of the Deployment.",
- "properties": {
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "The generation observed by the deployment controller."
- },
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector)."
- },
- "updatedReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec."
- },
- "readyReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of ready pods targeted by this deployment."
- },
- "availableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment."
- },
- "unavailableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "Total number of unavailable pods targeted by this deployment."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.DeploymentCondition"
- },
- "description": "Represents the latest available observations of a deployment's current state."
- }
- }
- },
- "v1beta1.DeploymentCondition": {
- "id": "v1beta1.DeploymentCondition",
- "description": "DeploymentCondition describes the state of a deployment at a certain point.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of deployment condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastUpdateTime": {
- "type": "string",
- "description": "The last time this condition was updated."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "Last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "The reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about the transition."
- }
- }
- },
- "v1beta1.DeploymentRollback": {
- "id": "v1beta1.DeploymentRollback",
- "description": "DeploymentRollback stores the information required to rollback a deployment.",
- "required": [
- "name",
- "rollbackTo"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "name": {
- "type": "string",
- "description": "Required: This must match the Name of a deployment."
- },
- "updatedAnnotations": {
- "type": "object",
- "description": "The annotations to be updated to a deployment"
- },
- "rollbackTo": {
- "$ref": "v1beta1.RollbackConfig",
- "description": "The config of this deployment rollback."
- }
- }
- },
- "v1beta1.Scale": {
- "id": "v1beta1.Scale",
- "description": "represents a scaling request for a resource.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata."
- },
- "spec": {
- "$ref": "v1beta1.ScaleSpec",
- "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status."
- },
- "status": {
- "$ref": "v1beta1.ScaleStatus",
- "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only."
- }
- }
- },
- "v1beta1.ScaleSpec": {
- "id": "v1beta1.ScaleSpec",
- "description": "describes the attributes of a scale subresource",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "desired number of instances for the scaled object."
- }
- }
- },
- "v1beta1.ScaleStatus": {
- "id": "v1beta1.ScaleStatus",
- "description": "represents the current status of a scale subresource.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "actual number of observed instances of the scaled object."
- },
- "selector": {
- "type": "object",
- "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "targetSelector": {
- "type": "string",
- "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- }
- }
- },
- "v1beta1.IngressList": {
- "id": "v1beta1.IngressList",
- "description": "IngressList is a collection of Ingress.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.Ingress"
- },
- "description": "Items is the list of Ingress."
- }
- }
- },
- "v1beta1.Ingress": {
- "id": "v1beta1.Ingress",
- "description": "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.IngressSpec",
- "description": "Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1beta1.IngressStatus",
- "description": "Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1beta1.IngressSpec": {
- "id": "v1beta1.IngressSpec",
- "description": "IngressSpec describes the Ingress the user wishes to exist.",
- "properties": {
- "backend": {
- "$ref": "v1beta1.IngressBackend",
- "description": "A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default."
- },
- "tls": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IngressTLS"
- },
- "description": "TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI."
- },
- "rules": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IngressRule"
- },
- "description": "A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend."
- }
- }
- },
- "v1beta1.IngressBackend": {
- "id": "v1beta1.IngressBackend",
- "description": "IngressBackend describes all endpoints for a given service and port.",
- "required": [
- "serviceName",
- "servicePort"
- ],
- "properties": {
- "serviceName": {
- "type": "string",
- "description": "Specifies the name of the referenced service."
- },
- "servicePort": {
- "type": "string",
- "description": "Specifies the port of the referenced service."
- }
- }
- },
- "v1beta1.IngressTLS": {
- "id": "v1beta1.IngressTLS",
- "description": "IngressTLS describes the transport layer security associated with an Ingress.",
- "properties": {
- "hosts": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified."
- },
- "secretName": {
- "type": "string",
- "description": "SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing."
- }
- }
- },
- "v1beta1.IngressRule": {
- "id": "v1beta1.IngressRule",
- "description": "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.",
- "properties": {
- "host": {
- "type": "string",
- "description": "Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the\n\t IP in the Spec of the parent Ingress.\n2. The `:` delimiter is not respected because ports are not allowed.\n\t Currently the port of an Ingress is implicitly :80 for http and\n\t :443 for https.\nBoth these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue."
- },
- "http": {
- "$ref": "v1beta1.HTTPIngressRuleValue"
- }
- }
- },
- "v1beta1.HTTPIngressRuleValue": {
- "id": "v1beta1.HTTPIngressRuleValue",
- "description": "HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://\u003chost\u003e/\u003cpath\u003e?\u003csearchpart\u003e -\u003e backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.",
- "required": [
- "paths"
- ],
- "properties": {
- "paths": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.HTTPIngressPath"
- },
- "description": "A collection of paths that map requests to backends."
- }
- }
- },
- "v1beta1.HTTPIngressPath": {
- "id": "v1beta1.HTTPIngressPath",
- "description": "HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.",
- "required": [
- "backend"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend."
- },
- "backend": {
- "$ref": "v1beta1.IngressBackend",
- "description": "Backend defines the referenced service endpoint to which the traffic will be forwarded to."
- }
- }
- },
- "v1beta1.IngressStatus": {
- "id": "v1beta1.IngressStatus",
- "description": "IngressStatus describe the current state of the Ingress.",
- "properties": {
- "loadBalancer": {
- "$ref": "v1.LoadBalancerStatus",
- "description": "LoadBalancer contains the current status of the load-balancer."
- }
- }
- },
- "v1.LoadBalancerStatus": {
- "id": "v1.LoadBalancerStatus",
- "description": "LoadBalancerStatus represents the status of a load-balancer.",
- "properties": {
- "ingress": {
- "type": "array",
- "items": {
- "$ref": "v1.LoadBalancerIngress"
- },
- "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
- }
- }
- },
- "v1.LoadBalancerIngress": {
- "id": "v1.LoadBalancerIngress",
- "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
- "properties": {
- "ip": {
- "type": "string",
- "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)"
- },
- "hostname": {
- "type": "string",
- "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)"
- }
- }
- },
- "v1beta1.NetworkPolicyList": {
- "id": "v1beta1.NetworkPolicyList",
- "description": "Network Policy List is a list of NetworkPolicy objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicy"
- },
- "description": "Items is a list of schema objects."
- }
- }
- },
- "v1beta1.NetworkPolicy": {
- "id": "v1beta1.NetworkPolicy",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.NetworkPolicySpec",
- "description": "Specification of the desired behavior for this NetworkPolicy."
- }
- }
- },
- "v1beta1.NetworkPolicySpec": {
- "id": "v1beta1.NetworkPolicySpec",
- "required": [
- "podSelector"
- ],
- "properties": {
- "podSelector": {
- "$ref": "v1.LabelSelector",
- "description": "Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace."
- },
- "ingress": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicyIngressRule"
- },
- "description": "List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if namespace.networkPolicy.ingress.isolation is undefined and cluster policy allows it, OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not affect ingress isolation. If this field is present and contains at least one rule, this policy allows any traffic which matches at least one of the ingress rules in this list."
- }
- }
- },
- "v1beta1.NetworkPolicyIngressRule": {
- "id": "v1beta1.NetworkPolicyIngressRule",
- "description": "This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.",
- "properties": {
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicyPort"
- },
- "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is not provided, this rule matches all ports (traffic not restricted by port). If this field is empty, this rule matches no ports (no traffic matches). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list."
- },
- "from": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.NetworkPolicyPeer"
- },
- "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is not provided, this rule matches all sources (traffic not restricted by source). If this field is empty, this rule matches no sources (no traffic matches). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list."
- }
- }
- },
- "v1beta1.NetworkPolicyPort": {
- "id": "v1beta1.NetworkPolicyPort",
- "properties": {
- "protocol": {
- "$ref": "v1.Protocol",
- "description": "Optional. The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP."
- },
- "port": {
- "type": "string",
- "description": "If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched."
- }
- }
- },
- "v1.Protocol": {
- "id": "v1.Protocol",
- "properties": {}
- },
- "v1beta1.NetworkPolicyPeer": {
- "id": "v1beta1.NetworkPolicyPeer",
- "properties": {
- "podSelector": {
- "$ref": "v1.LabelSelector",
- "description": "This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If not provided, this selector selects no pods. If present but empty, this selector selects all pods in this namespace."
- },
- "namespaceSelector": {
- "$ref": "v1.LabelSelector",
- "description": "Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If omitted, this selector selects no namespaces. If present but empty, this selector selects all namespaces."
- }
- }
- },
- "v1beta1.PodSecurityPolicyList": {
- "id": "v1beta1.PodSecurityPolicyList",
- "description": "Pod Security Policy List is a list of PodSecurityPolicy objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.PodSecurityPolicy"
- },
- "description": "Items is a list of schema objects."
- }
- }
- },
- "v1beta1.PodSecurityPolicy": {
- "id": "v1beta1.PodSecurityPolicy",
- "description": "Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.PodSecurityPolicySpec",
- "description": "spec defines the policy enforced."
- }
- }
- },
- "v1beta1.PodSecurityPolicySpec": {
- "id": "v1beta1.PodSecurityPolicySpec",
- "description": "Pod Security Policy Spec defines the policy enforced.",
- "required": [
- "seLinux",
- "runAsUser",
- "supplementalGroups",
- "fsGroup"
- ],
- "properties": {
- "privileged": {
- "type": "boolean",
- "description": "privileged determines if a pod can request to be run as privileged."
- },
- "defaultAddCapabilities": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "DefaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capabiility in both DefaultAddCapabilities and RequiredDropCapabilities."
- },
- "requiredDropCapabilities": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "RequiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added."
- },
- "allowedCapabilities": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "AllowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both AllowedCapabilities and RequiredDropCapabilities."
- },
- "volumes": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.FSType"
- },
- "description": "volumes is a white list of allowed volume plugins. Empty indicates that all plugins may be used."
- },
- "hostNetwork": {
- "type": "boolean",
- "description": "hostNetwork determines if the policy allows the use of HostNetwork in the pod spec."
- },
- "hostPorts": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.HostPortRange"
- },
- "description": "hostPorts determines which host port ranges are allowed to be exposed."
- },
- "hostPID": {
- "type": "boolean",
- "description": "hostPID determines if the policy allows the use of HostPID in the pod spec."
- },
- "hostIPC": {
- "type": "boolean",
- "description": "hostIPC determines if the policy allows the use of HostIPC in the pod spec."
- },
- "seLinux": {
- "$ref": "v1beta1.SELinuxStrategyOptions",
- "description": "seLinux is the strategy that will dictate the allowable labels that may be set."
- },
- "runAsUser": {
- "$ref": "v1beta1.RunAsUserStrategyOptions",
- "description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set."
- },
- "supplementalGroups": {
- "$ref": "v1beta1.SupplementalGroupsStrategyOptions",
- "description": "SupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext."
- },
- "fsGroup": {
- "$ref": "v1beta1.FSGroupStrategyOptions",
- "description": "FSGroup is the strategy that will dictate what fs group is used by the SecurityContext."
- },
- "readOnlyRootFilesystem": {
- "type": "boolean",
- "description": "ReadOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to."
- }
- }
- },
- "v1beta1.FSType": {
- "id": "v1beta1.FSType",
- "properties": {}
- },
- "v1beta1.HostPortRange": {
- "id": "v1beta1.HostPortRange",
- "description": "Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.",
- "required": [
- "min",
- "max"
- ],
- "properties": {
- "min": {
- "type": "integer",
- "format": "int32",
- "description": "min is the start of the range, inclusive."
- },
- "max": {
- "type": "integer",
- "format": "int32",
- "description": "max is the end of the range, inclusive."
- }
- }
- },
- "v1beta1.SELinuxStrategyOptions": {
- "id": "v1beta1.SELinuxStrategyOptions",
- "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.",
- "required": [
- "rule"
- ],
- "properties": {
- "rule": {
- "type": "string",
- "description": "type is the strategy that will dictate the allowable labels that may be set."
- },
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "seLinuxOptions required to run as; required for MustRunAs More info: http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context"
- }
- }
- },
- "v1beta1.RunAsUserStrategyOptions": {
- "id": "v1beta1.RunAsUserStrategyOptions",
- "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.",
- "required": [
- "rule"
- ],
- "properties": {
- "rule": {
- "type": "string",
- "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set."
- },
- "ranges": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IDRange"
- },
- "description": "Ranges are the allowed ranges of uids that may be used."
- }
- }
- },
- "v1beta1.IDRange": {
- "id": "v1beta1.IDRange",
- "description": "ID Range provides a min/max of an allowed range of IDs.",
- "required": [
- "min",
- "max"
- ],
- "properties": {
- "min": {
- "type": "integer",
- "format": "int64",
- "description": "Min is the start of the range, inclusive."
- },
- "max": {
- "type": "integer",
- "format": "int64",
- "description": "Max is the end of the range, inclusive."
- }
- }
- },
- "v1beta1.SupplementalGroupsStrategyOptions": {
- "id": "v1beta1.SupplementalGroupsStrategyOptions",
- "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.",
- "properties": {
- "rule": {
- "type": "string",
- "description": "Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext."
- },
- "ranges": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IDRange"
- },
- "description": "Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end."
- }
- }
- },
- "v1beta1.FSGroupStrategyOptions": {
- "id": "v1beta1.FSGroupStrategyOptions",
- "description": "FSGroupStrategyOptions defines the strategy type and options used to create the strategy.",
- "properties": {
- "rule": {
- "type": "string",
- "description": "Rule is the strategy that will dictate what FSGroup is used in the SecurityContext."
- },
- "ranges": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.IDRange"
- },
- "description": "Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end."
- }
- }
- },
- "v1beta1.ReplicaSetList": {
- "id": "v1beta1.ReplicaSetList",
- "description": "ReplicaSetList is a collection of ReplicaSets.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.ReplicaSet"
- },
- "description": "List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller"
- }
- }
- },
- "v1beta1.ReplicaSet": {
- "id": "v1beta1.ReplicaSet",
- "description": "ReplicaSet represents the configuration of a ReplicaSet.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1beta1.ReplicaSetSpec",
- "description": "Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1beta1.ReplicaSetStatus",
- "description": "Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1beta1.ReplicaSetSpec": {
- "id": "v1beta1.ReplicaSetSpec",
- "description": "ReplicaSetSpec is the specification of a ReplicaSet.",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
- },
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
- }
- }
- },
- "v1beta1.ReplicaSetStatus": {
- "id": "v1beta1.ReplicaSetStatus",
- "description": "ReplicaSetStatus represents the current status of a ReplicaSet.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "fullyLabeledReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of pods that have labels matching the labels of the pod template of the replicaset."
- },
- "readyReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of ready replicas for this replica set."
- },
- "availableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set."
- },
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.ReplicaSetCondition"
- },
- "description": "Represents the latest available observations of a replica set's current state."
- }
- }
- },
- "v1beta1.ReplicaSetCondition": {
- "id": "v1beta1.ReplicaSetCondition",
- "description": "ReplicaSetCondition describes the state of a replica set at a certain point.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of replica set condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "The last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "The reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about the transition."
- }
- }
- },
- "v1beta1.ThirdPartyResourceList": {
- "id": "v1beta1.ThirdPartyResourceList",
- "description": "ThirdPartyResourceList is a list of ThirdPartyResources.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata."
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.ThirdPartyResource"
- },
- "description": "Items is the list of ThirdPartyResources."
- }
- }
- },
- "v1beta1.ThirdPartyResource": {
- "id": "v1beta1.ThirdPartyResource",
- "description": "A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata"
- },
- "description": {
- "type": "string",
- "description": "Description is the description of this object."
- },
- "versions": {
- "type": "array",
- "items": {
- "$ref": "v1beta1.APIVersion"
- },
- "description": "Versions are versions for this third party object"
- }
- }
- },
- "v1beta1.APIVersion": {
- "id": "v1beta1.APIVersion",
- "description": "An APIVersion represents a single concrete version of an object model.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of this version (e.g. 'v1')."
- }
- }
- },
- "v1.APIResourceList": {
- "id": "v1.APIResourceList",
- "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
- "required": [
- "groupVersion",
- "resources"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "groupVersion": {
- "type": "string",
- "description": "groupVersion is the group and version this APIResourceList is for."
- },
- "resources": {
- "type": "array",
- "items": {
- "$ref": "v1.APIResource"
- },
- "description": "resources contains the name of the resources and if they are namespaced."
- }
- }
- },
- "v1.APIResource": {
- "id": "v1.APIResource",
- "description": "APIResource specifies the name of a resource and whether it is namespaced.",
- "required": [
- "name",
- "namespaced",
- "kind",
- "verbs"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "name is the name of the resource."
- },
- "namespaced": {
- "type": "boolean",
- "description": "namespaced indicates if a resource is namespaced or not."
- },
- "kind": {
- "type": "string",
- "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
- },
- "verbs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
- },
- "shortNames": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "shortNames is a list of suggested short names of the resource."
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/k8s/.kube/schema/v1.6.6/schema629255130 b/k8s/.kube/schema/v1.6.6/schema629255130
deleted file mode 100644
index 1fb315f47a..0000000000
--- a/k8s/.kube/schema/v1.6.6/schema629255130
+++ /dev/null
@@ -1,20838 +0,0 @@
-{
- "swaggerVersion": "1.2",
- "apiVersion": "v1",
- "basePath": "https://10.240.255.15:443",
- "resourcePath": "/api/v1",
- "info": {
- "title": "",
- "description": ""
- },
- "apis": [
- {
- "path": "/api/v1/namespaces/{namespace}/bindings",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Binding",
- "method": "POST",
- "summary": "create a Binding",
- "nickname": "createNamespacedBinding",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Binding",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Binding"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/componentstatuses",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ComponentStatusList",
- "method": "GET",
- "summary": "list objects of kind ComponentStatus",
- "nickname": "listComponentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ComponentStatusList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/componentstatuses/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ComponentStatus",
- "method": "GET",
- "summary": "read the specified ComponentStatus",
- "nickname": "readComponentStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ComponentStatus",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ComponentStatus"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ConfigMapList",
- "method": "GET",
- "summary": "list or watch objects of kind ConfigMap",
- "nickname": "listNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMapList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ConfigMap",
- "method": "POST",
- "summary": "create a ConfigMap",
- "nickname": "createNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ConfigMap",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ConfigMap",
- "nickname": "deletecollectionNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ConfigMap",
- "nickname": "watchNamespacedConfigMapList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/configmaps/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ConfigMap",
- "method": "GET",
- "summary": "read the specified ConfigMap",
- "nickname": "readNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ConfigMap",
- "method": "PUT",
- "summary": "replace the specified ConfigMap",
- "nickname": "replaceNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ConfigMap",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ConfigMap",
- "method": "PATCH",
- "summary": "partially update the specified ConfigMap",
- "nickname": "patchNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMap"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ConfigMap",
- "nickname": "deleteNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/configmaps/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ConfigMap",
- "nickname": "watchNamespacedConfigMap",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ConfigMap",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ConfigMapList",
- "method": "GET",
- "summary": "list or watch objects of kind ConfigMap",
- "nickname": "listConfigMapForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ConfigMapList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/configmaps",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ConfigMap",
- "nickname": "watchConfigMapListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EndpointsList",
- "method": "GET",
- "summary": "list or watch objects of kind Endpoints",
- "nickname": "listNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EndpointsList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Endpoints",
- "method": "POST",
- "summary": "create Endpoints",
- "nickname": "createNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Endpoints",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Endpoints",
- "nickname": "deletecollectionNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Endpoints",
- "nickname": "watchNamespacedEndpointsList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/endpoints/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Endpoints",
- "method": "GET",
- "summary": "read the specified Endpoints",
- "nickname": "readNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Endpoints",
- "method": "PUT",
- "summary": "replace the specified Endpoints",
- "nickname": "replaceNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Endpoints",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Endpoints",
- "method": "PATCH",
- "summary": "partially update the specified Endpoints",
- "nickname": "patchNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Endpoints"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete Endpoints",
- "nickname": "deleteNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/endpoints/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Endpoints",
- "nickname": "watchNamespacedEndpoints",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Endpoints",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EndpointsList",
- "method": "GET",
- "summary": "list or watch objects of kind Endpoints",
- "nickname": "listEndpointsForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EndpointsList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/endpoints",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Endpoints",
- "nickname": "watchEndpointsListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EventList",
- "method": "GET",
- "summary": "list or watch objects of kind Event",
- "nickname": "listNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EventList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Event",
- "method": "POST",
- "summary": "create an Event",
- "nickname": "createNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Event",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Event",
- "nickname": "deletecollectionNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Event",
- "nickname": "watchNamespacedEventList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/events/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Event",
- "method": "GET",
- "summary": "read the specified Event",
- "nickname": "readNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Event",
- "method": "PUT",
- "summary": "replace the specified Event",
- "nickname": "replaceNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Event",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Event",
- "method": "PATCH",
- "summary": "partially update the specified Event",
- "nickname": "patchNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Event"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete an Event",
- "nickname": "deleteNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/events/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Event",
- "nickname": "watchNamespacedEvent",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Event",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.EventList",
- "method": "GET",
- "summary": "list or watch objects of kind Event",
- "nickname": "listEventForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.EventList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/events",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Event",
- "nickname": "watchEventListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.LimitRangeList",
- "method": "GET",
- "summary": "list or watch objects of kind LimitRange",
- "nickname": "listNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRangeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.LimitRange",
- "method": "POST",
- "summary": "create a LimitRange",
- "nickname": "createNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.LimitRange",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of LimitRange",
- "nickname": "deletecollectionNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of LimitRange",
- "nickname": "watchNamespacedLimitRangeList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/limitranges/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.LimitRange",
- "method": "GET",
- "summary": "read the specified LimitRange",
- "nickname": "readNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.LimitRange",
- "method": "PUT",
- "summary": "replace the specified LimitRange",
- "nickname": "replaceNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.LimitRange",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.LimitRange",
- "method": "PATCH",
- "summary": "partially update the specified LimitRange",
- "nickname": "patchNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRange"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a LimitRange",
- "nickname": "deleteNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/limitranges/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind LimitRange",
- "nickname": "watchNamespacedLimitRange",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the LimitRange",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.LimitRangeList",
- "method": "GET",
- "summary": "list or watch objects of kind LimitRange",
- "nickname": "listLimitRangeForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.LimitRangeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/limitranges",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of LimitRange",
- "nickname": "watchLimitRangeListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.NamespaceList",
- "method": "GET",
- "summary": "list or watch objects of kind Namespace",
- "nickname": "listNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.NamespaceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "POST",
- "summary": "create a Namespace",
- "nickname": "createNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Namespace",
- "nickname": "watchNamespaceList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Namespace",
- "method": "GET",
- "summary": "read the specified Namespace",
- "nickname": "readNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PUT",
- "summary": "replace the specified Namespace",
- "nickname": "replaceNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PATCH",
- "summary": "partially update the specified Namespace",
- "nickname": "patchNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Namespace",
- "nickname": "deleteNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Namespace",
- "nickname": "watchNamespace",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{name}/finalize",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Namespace",
- "method": "PUT",
- "summary": "replace finalize of the specified Namespace",
- "nickname": "replaceNamespaceFinalize",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Namespace",
- "method": "GET",
- "summary": "read status of the specified Namespace",
- "nickname": "readNamespaceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PUT",
- "summary": "replace status of the specified Namespace",
- "nickname": "replaceNamespaceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Namespace",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Namespace",
- "method": "PATCH",
- "summary": "partially update status of the specified Namespace",
- "nickname": "patchNamespaceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Namespace",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Namespace"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.NodeList",
- "method": "GET",
- "summary": "list or watch objects of kind Node",
- "nickname": "listNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.NodeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "POST",
- "summary": "create a Node",
- "nickname": "createNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Node",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Node",
- "nickname": "deletecollectionNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/nodes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Node",
- "nickname": "watchNodeList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Node",
- "method": "GET",
- "summary": "read the specified Node",
- "nickname": "readNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PUT",
- "summary": "replace the specified Node",
- "nickname": "replaceNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Node",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PATCH",
- "summary": "partially update the specified Node",
- "nickname": "patchNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Node",
- "nickname": "deleteNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/nodes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Node",
- "nickname": "watchNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/nodes/{name}/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Node",
- "nickname": "proxyGETNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Node",
- "nickname": "proxyPUTNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Node",
- "nickname": "proxyPOSTNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Node",
- "nickname": "proxyPATCHNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Node",
- "nickname": "proxyDELETENodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Node",
- "nickname": "proxyHEADNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Node",
- "nickname": "proxyOPTIONSNodeWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/nodes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Node",
- "nickname": "proxyGETNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Node",
- "nickname": "proxyPUTNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Node",
- "nickname": "proxyPOSTNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Node",
- "nickname": "proxyPATCHNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Node",
- "nickname": "proxyDELETENode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Node",
- "nickname": "proxyHEADNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Node",
- "nickname": "proxyOPTIONSNode",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}/proxy",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Node",
- "nickname": "connectGetNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Node",
- "nickname": "connectPostNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Node",
- "nickname": "connectPutNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Node",
- "nickname": "connectDeleteNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Node",
- "nickname": "connectHeadNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Node",
- "nickname": "connectOptionsNodeProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}/proxy/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Node",
- "nickname": "connectGetNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Node",
- "nickname": "connectPostNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Node",
- "nickname": "connectPutNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Node",
- "nickname": "connectDeleteNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Node",
- "nickname": "connectHeadNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Node",
- "nickname": "connectOptionsNodeProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to node.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/nodes/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Node",
- "method": "GET",
- "summary": "read status of the specified Node",
- "nickname": "readNodeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PUT",
- "summary": "replace status of the specified Node",
- "nickname": "replaceNodeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Node",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Node",
- "method": "PATCH",
- "summary": "partially update status of the specified Node",
- "nickname": "patchNodeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Node",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Node"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaimList",
- "method": "GET",
- "summary": "list or watch objects of kind PersistentVolumeClaim",
- "nickname": "listNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaimList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "POST",
- "summary": "create a PersistentVolumeClaim",
- "nickname": "createNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PersistentVolumeClaim",
- "nickname": "deletecollectionNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PersistentVolumeClaim",
- "nickname": "watchNamespacedPersistentVolumeClaimList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "GET",
- "summary": "read the specified PersistentVolumeClaim",
- "nickname": "readNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PUT",
- "summary": "replace the specified PersistentVolumeClaim",
- "nickname": "replaceNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PATCH",
- "summary": "partially update the specified PersistentVolumeClaim",
- "nickname": "patchNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PersistentVolumeClaim",
- "nickname": "deleteNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PersistentVolumeClaim",
- "nickname": "watchNamespacedPersistentVolumeClaim",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaimList",
- "method": "GET",
- "summary": "list or watch objects of kind PersistentVolumeClaim",
- "nickname": "listPersistentVolumeClaimForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaimList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/persistentvolumeclaims",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PersistentVolumeClaim",
- "nickname": "watchPersistentVolumeClaimListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "GET",
- "summary": "read status of the specified PersistentVolumeClaim",
- "nickname": "readNamespacedPersistentVolumeClaimStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PUT",
- "summary": "replace status of the specified PersistentVolumeClaim",
- "nickname": "replaceNamespacedPersistentVolumeClaimStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolumeClaim",
- "method": "PATCH",
- "summary": "partially update status of the specified PersistentVolumeClaim",
- "nickname": "patchNamespacedPersistentVolumeClaimStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolumeClaim",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeClaim"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolumeList",
- "method": "GET",
- "summary": "list or watch objects of kind PersistentVolume",
- "nickname": "listPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolumeList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "POST",
- "summary": "create a PersistentVolume",
- "nickname": "createPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolume",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PersistentVolume",
- "nickname": "deletecollectionPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/persistentvolumes",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PersistentVolume",
- "nickname": "watchPersistentVolumeList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolume",
- "method": "GET",
- "summary": "read the specified PersistentVolume",
- "nickname": "readPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PUT",
- "summary": "replace the specified PersistentVolume",
- "nickname": "replacePersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolume",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PATCH",
- "summary": "partially update the specified PersistentVolume",
- "nickname": "patchPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PersistentVolume",
- "nickname": "deletePersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/persistentvolumes/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PersistentVolume",
- "nickname": "watchPersistentVolume",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/persistentvolumes/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PersistentVolume",
- "method": "GET",
- "summary": "read status of the specified PersistentVolume",
- "nickname": "readPersistentVolumeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PUT",
- "summary": "replace status of the specified PersistentVolume",
- "nickname": "replacePersistentVolumeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PersistentVolume",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PersistentVolume",
- "method": "PATCH",
- "summary": "partially update status of the specified PersistentVolume",
- "nickname": "patchPersistentVolumeStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PersistentVolume",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PersistentVolume"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodList",
- "method": "GET",
- "summary": "list or watch objects of kind Pod",
- "nickname": "listNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "POST",
- "summary": "create a Pod",
- "nickname": "createNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Pod",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Pod",
- "nickname": "deletecollectionNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Pod",
- "nickname": "watchNamespacedPodList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Pod",
- "method": "GET",
- "summary": "read the specified Pod",
- "nickname": "readNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PUT",
- "summary": "replace the specified Pod",
- "nickname": "replaceNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Pod",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PATCH",
- "summary": "partially update the specified Pod",
- "nickname": "patchNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Pod",
- "nickname": "deleteNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/pods/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Pod",
- "nickname": "watchNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Pod",
- "nickname": "proxyGETNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Pod",
- "nickname": "proxyPUTNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Pod",
- "nickname": "proxyPOSTNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Pod",
- "nickname": "proxyPATCHNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Pod",
- "nickname": "proxyDELETENamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Pod",
- "nickname": "proxyHEADNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Pod",
- "nickname": "proxyOPTIONSNamespacedPodWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Pod",
- "nickname": "proxyGETNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Pod",
- "nickname": "proxyPUTNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Pod",
- "nickname": "proxyPOSTNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Pod",
- "nickname": "proxyPATCHNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Pod",
- "nickname": "proxyDELETENamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Pod",
- "nickname": "proxyHEADNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Pod",
- "nickname": "proxyOPTIONSNamespacedPod",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodList",
- "method": "GET",
- "summary": "list or watch objects of kind Pod",
- "nickname": "listPodForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/pods",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Pod",
- "nickname": "watchPodListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/attach",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to attach of Pod",
- "nickname": "connectGetNamespacedPodAttach",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to attach of Pod",
- "nickname": "connectPostNamespacedPodAttach",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "The container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/binding",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Binding",
- "method": "POST",
- "summary": "create binding of a Binding",
- "nickname": "createNamespacedBindingBinding",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Binding",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Binding",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Binding"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/eviction",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1beta1.Eviction",
- "method": "POST",
- "summary": "create eviction of an Eviction",
- "nickname": "createNamespacedEvictionEviction",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1beta1.Eviction",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Eviction",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1beta1.Eviction"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/exec",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to exec of Pod",
- "nickname": "connectGetNamespacedPodExec",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "command",
- "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to exec of Pod",
- "nickname": "connectPostNamespacedPodExec",
- "parameters": [
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdin",
- "description": "Redirect the standard input stream of the pod for this call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stdout",
- "description": "Redirect the standard output stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "stderr",
- "description": "Redirect the standard error stream of the pod for this call. Defaults to true.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "tty",
- "description": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "command",
- "description": "Command is the remote command to execute. argv array. Not executed within a shell.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/log",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "read log of the specified Pod",
- "nickname": "readNamespacedPodLog",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "container",
- "description": "The container for which to stream logs. Defaults to only container if there is one container in the pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "follow",
- "description": "Follow the log stream of the pod. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "previous",
- "description": "Return previous terminated container logs. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "sinceSeconds",
- "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "timestamps",
- "description": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "tailLines",
- "description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "limitBytes",
- "description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "string"
- }
- ],
- "produces": [
- "text/plain",
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/portforward",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to portforward of Pod",
- "nickname": "connectGetNamespacedPodPortforward",
- "parameters": [
- {
- "type": "integer",
- "paramType": "query",
- "name": "ports",
- "description": "List of ports to forward Required when using WebSockets",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to portforward of Pod",
- "nickname": "connectPostNamespacedPodPortforward",
- "parameters": [
- {
- "type": "integer",
- "paramType": "query",
- "name": "ports",
- "description": "List of ports to forward Required when using WebSockets",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Pod",
- "nickname": "connectGetNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Pod",
- "nickname": "connectPostNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Pod",
- "nickname": "connectPutNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Pod",
- "nickname": "connectDeleteNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Pod",
- "nickname": "connectHeadNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Pod",
- "nickname": "connectOptionsNamespacedPodProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Pod",
- "nickname": "connectGetNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Pod",
- "nickname": "connectPostNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Pod",
- "nickname": "connectPutNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Pod",
- "nickname": "connectDeleteNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Pod",
- "nickname": "connectHeadNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Pod",
- "nickname": "connectOptionsNamespacedPodProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the URL path to use for the current proxy request to pod.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/pods/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Pod",
- "method": "GET",
- "summary": "read status of the specified Pod",
- "nickname": "readNamespacedPodStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PUT",
- "summary": "replace status of the specified Pod",
- "nickname": "replaceNamespacedPodStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Pod",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Pod",
- "method": "PATCH",
- "summary": "partially update status of the specified Pod",
- "nickname": "patchNamespacedPodStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Pod",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Pod"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodTemplateList",
- "method": "GET",
- "summary": "list or watch objects of kind PodTemplate",
- "nickname": "listNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplateList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PodTemplate",
- "method": "POST",
- "summary": "create a PodTemplate",
- "nickname": "createNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PodTemplate",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of PodTemplate",
- "nickname": "deletecollectionNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PodTemplate",
- "nickname": "watchNamespacedPodTemplateList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/podtemplates/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodTemplate",
- "method": "GET",
- "summary": "read the specified PodTemplate",
- "nickname": "readNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PodTemplate",
- "method": "PUT",
- "summary": "replace the specified PodTemplate",
- "nickname": "replaceNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.PodTemplate",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.PodTemplate",
- "method": "PATCH",
- "summary": "partially update the specified PodTemplate",
- "nickname": "patchNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplate"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a PodTemplate",
- "nickname": "deleteNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/podtemplates/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind PodTemplate",
- "nickname": "watchNamespacedPodTemplate",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the PodTemplate",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.PodTemplateList",
- "method": "GET",
- "summary": "list or watch objects of kind PodTemplate",
- "nickname": "listPodTemplateForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.PodTemplateList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/podtemplates",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of PodTemplate",
- "nickname": "watchPodTemplateListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationControllerList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicationController",
- "nickname": "listNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationControllerList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "POST",
- "summary": "create a ReplicationController",
- "nickname": "createNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ReplicationController",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ReplicationController",
- "nickname": "deletecollectionNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicationController",
- "nickname": "watchNamespacedReplicationControllerList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationController",
- "method": "GET",
- "summary": "read the specified ReplicationController",
- "nickname": "readNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PUT",
- "summary": "replace the specified ReplicationController",
- "nickname": "replaceNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ReplicationController",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PATCH",
- "summary": "partially update the specified ReplicationController",
- "nickname": "patchNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ReplicationController",
- "nickname": "deleteNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ReplicationController",
- "nickname": "watchNamespacedReplicationController",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationControllerList",
- "method": "GET",
- "summary": "list or watch objects of kind ReplicationController",
- "nickname": "listReplicationControllerForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationControllerList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/replicationcontrollers",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ReplicationController",
- "nickname": "watchReplicationControllerListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Scale",
- "method": "GET",
- "summary": "read scale of the specified Scale",
- "nickname": "readNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Scale",
- "method": "PUT",
- "summary": "replace scale of the specified Scale",
- "nickname": "replaceNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Scale",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Scale",
- "method": "PATCH",
- "summary": "partially update scale of the specified Scale",
- "nickname": "patchNamespacedScaleScale",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Scale",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Scale"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ReplicationController",
- "method": "GET",
- "summary": "read status of the specified ReplicationController",
- "nickname": "readNamespacedReplicationControllerStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PUT",
- "summary": "replace status of the specified ReplicationController",
- "nickname": "replaceNamespacedReplicationControllerStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ReplicationController",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ReplicationController",
- "method": "PATCH",
- "summary": "partially update status of the specified ReplicationController",
- "nickname": "patchNamespacedReplicationControllerStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ReplicationController",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ReplicationController"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuotaList",
- "method": "GET",
- "summary": "list or watch objects of kind ResourceQuota",
- "nickname": "listNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuotaList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "POST",
- "summary": "create a ResourceQuota",
- "nickname": "createNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ResourceQuota",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ResourceQuota",
- "nickname": "deletecollectionNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ResourceQuota",
- "nickname": "watchNamespacedResourceQuotaList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/resourcequotas/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuota",
- "method": "GET",
- "summary": "read the specified ResourceQuota",
- "nickname": "readNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PUT",
- "summary": "replace the specified ResourceQuota",
- "nickname": "replaceNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ResourceQuota",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PATCH",
- "summary": "partially update the specified ResourceQuota",
- "nickname": "patchNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ResourceQuota",
- "nickname": "deleteNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ResourceQuota",
- "nickname": "watchNamespacedResourceQuota",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuotaList",
- "method": "GET",
- "summary": "list or watch objects of kind ResourceQuota",
- "nickname": "listResourceQuotaForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuotaList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/resourcequotas",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ResourceQuota",
- "nickname": "watchResourceQuotaListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/resourcequotas/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ResourceQuota",
- "method": "GET",
- "summary": "read status of the specified ResourceQuota",
- "nickname": "readNamespacedResourceQuotaStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PUT",
- "summary": "replace status of the specified ResourceQuota",
- "nickname": "replaceNamespacedResourceQuotaStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ResourceQuota",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ResourceQuota",
- "method": "PATCH",
- "summary": "partially update status of the specified ResourceQuota",
- "nickname": "patchNamespacedResourceQuotaStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ResourceQuota",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ResourceQuota"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.SecretList",
- "method": "GET",
- "summary": "list or watch objects of kind Secret",
- "nickname": "listNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.SecretList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Secret",
- "method": "POST",
- "summary": "create a Secret",
- "nickname": "createNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Secret",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of Secret",
- "nickname": "deletecollectionNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Secret",
- "nickname": "watchNamespacedSecretList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/secrets/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Secret",
- "method": "GET",
- "summary": "read the specified Secret",
- "nickname": "readNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Secret",
- "method": "PUT",
- "summary": "replace the specified Secret",
- "nickname": "replaceNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Secret",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Secret",
- "method": "PATCH",
- "summary": "partially update the specified Secret",
- "nickname": "patchNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Secret"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Secret",
- "nickname": "deleteNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/secrets/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Secret",
- "nickname": "watchNamespacedSecret",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Secret",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.SecretList",
- "method": "GET",
- "summary": "list or watch objects of kind Secret",
- "nickname": "listSecretForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.SecretList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/secrets",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Secret",
- "nickname": "watchSecretListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceAccountList",
- "method": "GET",
- "summary": "list or watch objects of kind ServiceAccount",
- "nickname": "listNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccountList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ServiceAccount",
- "method": "POST",
- "summary": "create a ServiceAccount",
- "nickname": "createNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ServiceAccount",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete collection of ServiceAccount",
- "nickname": "deletecollectionNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ServiceAccount",
- "nickname": "watchNamespacedServiceAccountList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/serviceaccounts/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceAccount",
- "method": "GET",
- "summary": "read the specified ServiceAccount",
- "nickname": "readNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ServiceAccount",
- "method": "PUT",
- "summary": "replace the specified ServiceAccount",
- "nickname": "replaceNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.ServiceAccount",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.ServiceAccount",
- "method": "PATCH",
- "summary": "partially update the specified ServiceAccount",
- "nickname": "patchNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccount"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a ServiceAccount",
- "nickname": "deleteNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.DeleteOptions",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "gracePeriodSeconds",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "orphanDependents",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "propagationPolicy",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind ServiceAccount",
- "nickname": "watchNamespacedServiceAccount",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the ServiceAccount",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceAccountList",
- "method": "GET",
- "summary": "list or watch objects of kind ServiceAccount",
- "nickname": "listServiceAccountForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceAccountList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/serviceaccounts",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of ServiceAccount",
- "nickname": "watchServiceAccountListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceList",
- "method": "GET",
- "summary": "list or watch objects of kind Service",
- "nickname": "listNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "POST",
- "summary": "create a Service",
- "nickname": "createNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Service",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Service",
- "nickname": "watchNamespacedServiceList",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Service",
- "method": "GET",
- "summary": "read the specified Service",
- "nickname": "readNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "export",
- "description": "Should this value be exported. Export strips fields that a user can not specify.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "exact",
- "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PUT",
- "summary": "replace the specified Service",
- "nickname": "replaceNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Service",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PATCH",
- "summary": "partially update the specified Service",
- "nickname": "patchNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- },
- {
- "type": "v1.Status",
- "method": "DELETE",
- "summary": "delete a Service",
- "nickname": "deleteNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Status"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/namespaces/{namespace}/services/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch changes to an object of kind Service",
- "nickname": "watchNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/services/{name}/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Service",
- "nickname": "proxyGETNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Service",
- "nickname": "proxyPUTNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Service",
- "nickname": "proxyPOSTNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Service",
- "nickname": "proxyPATCHNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Service",
- "nickname": "proxyDELETENamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Service",
- "nickname": "proxyHEADNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Service",
- "nickname": "proxyOPTIONSNamespacedServiceWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/proxy/namespaces/{namespace}/services/{name}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "proxy GET requests to Service",
- "nickname": "proxyGETNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "proxy PUT requests to Service",
- "nickname": "proxyPUTNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "proxy POST requests to Service",
- "nickname": "proxyPOSTNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PATCH",
- "summary": "proxy PATCH requests to Service",
- "nickname": "proxyPATCHNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "proxy DELETE requests to Service",
- "nickname": "proxyDELETENamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "proxy HEAD requests to Service",
- "nickname": "proxyHEADNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "proxy OPTIONS requests to Service",
- "nickname": "proxyOPTIONSNamespacedService",
- "parameters": [
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.ServiceList",
- "method": "GET",
- "summary": "list or watch objects of kind Service",
- "nickname": "listServiceForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.ServiceList"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/watch/services",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.WatchEvent",
- "method": "GET",
- "summary": "watch individual changes to a list of Service",
- "nickname": "watchServiceListForAllNamespaces",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "labelSelector",
- "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "fieldSelector",
- "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "boolean",
- "paramType": "query",
- "name": "watch",
- "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "query",
- "name": "resourceVersion",
- "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "integer",
- "paramType": "query",
- "name": "timeoutSeconds",
- "description": "Timeout for the list/watch call.",
- "required": false,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.WatchEvent"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf",
- "application/json;stream=watch",
- "application/vnd.kubernetes.protobuf;stream=watch"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}/proxy",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Service",
- "nickname": "connectGetNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Service",
- "nickname": "connectPostNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Service",
- "nickname": "connectPutNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Service",
- "nickname": "connectDeleteNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Service",
- "nickname": "connectHeadNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Service",
- "nickname": "connectOptionsNamespacedServiceProxy",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "string",
- "method": "GET",
- "summary": "connect GET requests to proxy of Service",
- "nickname": "connectGetNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "POST",
- "summary": "connect POST requests to proxy of Service",
- "nickname": "connectPostNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "PUT",
- "summary": "connect PUT requests to proxy of Service",
- "nickname": "connectPutNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "DELETE",
- "summary": "connect DELETE requests to proxy of Service",
- "nickname": "connectDeleteNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "HEAD",
- "summary": "connect HEAD requests to proxy of Service",
- "nickname": "connectHeadNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "string",
- "method": "OPTIONS",
- "summary": "connect OPTIONS requests to proxy of Service",
- "nickname": "connectOptionsNamespacedServiceProxyWithPath",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "path",
- "description": "Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "path",
- "description": "path to the resource",
- "required": true,
- "allowMultiple": false
- }
- ],
- "produces": [
- "*/*"
- ],
- "consumes": [
- "*/*"
- ]
- }
- ]
- },
- {
- "path": "/api/v1/namespaces/{namespace}/services/{name}/status",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.Service",
- "method": "GET",
- "summary": "read status of the specified Service",
- "nickname": "readNamespacedServiceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PUT",
- "summary": "replace status of the specified Service",
- "nickname": "replaceNamespacedServiceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Service",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "*/*"
- ]
- },
- {
- "type": "v1.Service",
- "method": "PATCH",
- "summary": "partially update status of the specified Service",
- "nickname": "patchNamespacedServiceStatus",
- "parameters": [
- {
- "type": "string",
- "paramType": "query",
- "name": "pretty",
- "description": "If 'true', then the output is pretty printed.",
- "required": false,
- "allowMultiple": false
- },
- {
- "type": "v1.Patch",
- "paramType": "body",
- "name": "body",
- "description": "",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "namespace",
- "description": "object name and auth scope, such as for teams and projects",
- "required": true,
- "allowMultiple": false
- },
- {
- "type": "string",
- "paramType": "path",
- "name": "name",
- "description": "name of the Service",
- "required": true,
- "allowMultiple": false
- }
- ],
- "responseMessages": [
- {
- "code": 200,
- "message": "OK",
- "responseModel": "v1.Service"
- }
- ],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json-patch+json",
- "application/merge-patch+json",
- "application/strategic-merge-patch+json"
- ]
- }
- ]
- },
- {
- "path": "/api/v1",
- "description": "API at /api/v1",
- "operations": [
- {
- "type": "v1.APIResourceList",
- "method": "GET",
- "summary": "get available resources",
- "nickname": "getAPIResources",
- "parameters": [],
- "produces": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ],
- "consumes": [
- "application/json",
- "application/yaml",
- "application/vnd.kubernetes.protobuf"
- ]
- }
- ]
- }
- ],
- "models": {
- "v1.Binding": {
- "id": "v1.Binding",
- "description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
- "required": [
- "target"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "target": {
- "$ref": "v1.ObjectReference",
- "description": "The target object that you want to bind to the standard object."
- }
- }
- },
- "v1.ObjectMeta": {
- "id": "v1.ObjectMeta",
- "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "generateName": {
- "type": "string",
- "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#idempotency"
- },
- "namespace": {
- "type": "string",
- "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"
- },
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "uid": {
- "type": "string",
- "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "resourceVersion": {
- "type": "string",
- "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- },
- "generation": {
- "type": "integer",
- "format": "int64",
- "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."
- },
- "creationTimestamp": {
- "type": "string",
- "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionTimestamp": {
- "type": "string",
- "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "deletionGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."
- },
- "labels": {
- "type": "object",
- "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"
- },
- "annotations": {
- "type": "object",
- "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"
- },
- "ownerReferences": {
- "type": "array",
- "items": {
- "$ref": "v1.OwnerReference"
- },
- "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."
- },
- "finalizers": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed."
- },
- "clusterName": {
- "type": "string",
- "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."
- }
- }
- },
- "v1.OwnerReference": {
- "id": "v1.OwnerReference",
- "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.",
- "required": [
- "apiVersion",
- "kind",
- "name",
- "uid"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "API version of the referent."
- },
- "kind": {
- "type": "string",
- "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "uid": {
- "type": "string",
- "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "controller": {
- "type": "boolean",
- "description": "If true, this reference points to the managing controller."
- },
- "blockOwnerDeletion": {
- "type": "boolean",
- "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned."
- }
- }
- },
- "v1.ObjectReference": {
- "id": "v1.ObjectReference",
- "description": "ObjectReference contains enough information to let you inspect or modify the referred object.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "namespace": {
- "type": "string",
- "description": "Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces"
- },
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "uid": {
- "type": "string",
- "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"
- },
- "apiVersion": {
- "type": "string",
- "description": "API version of the referent."
- },
- "resourceVersion": {
- "type": "string",
- "description": "Specific resourceVersion to which this reference is made, if any. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- },
- "fieldPath": {
- "type": "string",
- "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object."
- }
- }
- },
- "v1.ComponentStatusList": {
- "id": "v1.ComponentStatusList",
- "description": "Status of all the conditions for the component as a list of ComponentStatus objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ComponentStatus"
- },
- "description": "List of ComponentStatus objects."
- }
- }
- },
- "v1.ListMeta": {
- "id": "v1.ListMeta",
- "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
- "properties": {
- "selfLink": {
- "type": "string",
- "description": "SelfLink is a URL representing this object. Populated by the system. Read-only."
- },
- "resourceVersion": {
- "type": "string",
- "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency"
- }
- }
- },
- "v1.ComponentStatus": {
- "id": "v1.ComponentStatus",
- "description": "ComponentStatus (and ComponentStatusList) holds the cluster validation info.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.ComponentCondition"
- },
- "description": "List of component conditions observed"
- }
- }
- },
- "v1.ComponentCondition": {
- "id": "v1.ComponentCondition",
- "description": "Information about the condition of a component.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of condition for a component. Valid value: \"Healthy\""
- },
- "status": {
- "type": "string",
- "description": "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\"."
- },
- "message": {
- "type": "string",
- "description": "Message about the condition for a component. For example, information about a health check."
- },
- "error": {
- "type": "string",
- "description": "Condition error code for a component. For example, a health check error code."
- }
- }
- },
- "v1.ConfigMapList": {
- "id": "v1.ConfigMapList",
- "description": "ConfigMapList is a resource containing a list of ConfigMap objects.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ConfigMap"
- },
- "description": "Items is the list of ConfigMaps."
- }
- }
- },
- "v1.ConfigMap": {
- "id": "v1.ConfigMap",
- "description": "ConfigMap holds configuration data for pods to consume.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "data": {
- "type": "object",
- "description": "Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot."
- }
- }
- },
- "v1.Status": {
- "id": "v1.Status",
- "description": "Status is a return value for calls that don't return other objects.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "status": {
- "type": "string",
- "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the status of this operation."
- },
- "reason": {
- "type": "string",
- "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it."
- },
- "details": {
- "$ref": "v1.StatusDetails",
- "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type."
- },
- "code": {
- "type": "integer",
- "format": "int32",
- "description": "Suggested HTTP return code for this status, 0 if not set."
- }
- }
- },
- "v1.StatusDetails": {
- "id": "v1.StatusDetails",
- "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.",
- "properties": {
- "name": {
- "type": "string",
- "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)."
- },
- "group": {
- "type": "string",
- "description": "The group attribute of the resource associated with the status StatusReason."
- },
- "kind": {
- "type": "string",
- "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "causes": {
- "type": "array",
- "items": {
- "$ref": "v1.StatusCause"
- },
- "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes."
- },
- "retryAfterSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "If specified, the time in seconds before the operation should be retried."
- }
- }
- },
- "v1.StatusCause": {
- "id": "v1.StatusCause",
- "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
- "properties": {
- "reason": {
- "type": "string",
- "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available."
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader."
- },
- "field": {
- "type": "string",
- "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\""
- }
- }
- },
- "v1.WatchEvent": {
- "id": "v1.WatchEvent",
- "required": [
- "type",
- "object"
- ],
- "properties": {
- "type": {
- "type": "string"
- },
- "object": {
- "type": "string"
- }
- }
- },
- "v1.Patch": {
- "id": "v1.Patch",
- "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.",
- "properties": {}
- },
- "v1.DeleteOptions": {
- "id": "v1.DeleteOptions",
- "description": "DeleteOptions may be provided when deleting an API object.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "gracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."
- },
- "preconditions": {
- "$ref": "v1.Preconditions",
- "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned."
- },
- "orphanDependents": {
- "type": "boolean",
- "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."
- },
- "propagationPolicy": {
- "$ref": "v1.DeletionPropagation",
- "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy."
- }
- }
- },
- "v1.Preconditions": {
- "id": "v1.Preconditions",
- "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
- "properties": {
- "uid": {
- "$ref": "types.UID",
- "description": "Specifies the target UID."
- }
- }
- },
- "types.UID": {
- "id": "types.UID",
- "properties": {}
- },
- "v1.DeletionPropagation": {
- "id": "v1.DeletionPropagation",
- "properties": {}
- },
- "v1.EndpointsList": {
- "id": "v1.EndpointsList",
- "description": "EndpointsList is a list of endpoints.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Endpoints"
- },
- "description": "List of endpoints."
- }
- }
- },
- "v1.Endpoints": {
- "id": "v1.Endpoints",
- "description": "Endpoints is a collection of endpoints that implement the actual service. Example:\n Name: \"mysvc\",\n Subsets: [\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n },\n {\n Addresses: [{\"ip\": \"10.10.3.3\"}],\n Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}]\n },\n ]",
- "required": [
- "subsets"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "subsets": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointSubset"
- },
- "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service."
- }
- }
- },
- "v1.EndpointSubset": {
- "id": "v1.EndpointSubset",
- "description": "EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:\n {\n Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}],\n Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}]\n }\nThe resulting set of endpoints can be viewed as:\n a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],\n b: [ 10.10.1.1:309, 10.10.2.2:309 ]",
- "properties": {
- "addresses": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointAddress"
- },
- "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize."
- },
- "notReadyAddresses": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointAddress"
- },
- "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check."
- },
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.EndpointPort"
- },
- "description": "Port numbers available on the related IP addresses."
- }
- }
- },
- "v1.EndpointAddress": {
- "id": "v1.EndpointAddress",
- "description": "EndpointAddress is a tuple that describes single IP address.",
- "required": [
- "ip"
- ],
- "properties": {
- "ip": {
- "type": "string",
- "description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready."
- },
- "hostname": {
- "type": "string",
- "description": "The Hostname of this endpoint"
- },
- "nodeName": {
- "type": "string",
- "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node."
- },
- "targetRef": {
- "$ref": "v1.ObjectReference",
- "description": "Reference to object providing the endpoint."
- }
- }
- },
- "v1.EndpointPort": {
- "id": "v1.EndpointPort",
- "description": "EndpointPort is a tuple that describes a single port.",
- "required": [
- "port"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined."
- },
- "port": {
- "type": "integer",
- "format": "int32",
- "description": "The port number of the endpoint."
- },
- "protocol": {
- "type": "string",
- "description": "The IP protocol for this port. Must be UDP or TCP. Default is TCP."
- }
- }
- },
- "v1.EventList": {
- "id": "v1.EventList",
- "description": "EventList is a list of events.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Event"
- },
- "description": "List of events"
- }
- }
- },
- "v1.Event": {
- "id": "v1.Event",
- "description": "Event is a report of an event somewhere in the cluster.",
- "required": [
- "metadata",
- "involvedObject"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "involvedObject": {
- "$ref": "v1.ObjectReference",
- "description": "The object that this event is about."
- },
- "reason": {
- "type": "string",
- "description": "This should be a short, machine understandable string that gives the reason for the transition into the object's current status."
- },
- "message": {
- "type": "string",
- "description": "A human-readable description of the status of this operation."
- },
- "source": {
- "$ref": "v1.EventSource",
- "description": "The component reporting this event. Should be a short machine understandable string."
- },
- "firstTimestamp": {
- "type": "string",
- "description": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)"
- },
- "lastTimestamp": {
- "type": "string",
- "description": "The time at which the most recent occurrence of this event was recorded."
- },
- "count": {
- "type": "integer",
- "format": "int32",
- "description": "The number of times this event has occurred."
- },
- "type": {
- "type": "string",
- "description": "Type of this event (Normal, Warning), new types could be added in the future"
- }
- }
- },
- "v1.EventSource": {
- "id": "v1.EventSource",
- "description": "EventSource contains information for an event.",
- "properties": {
- "component": {
- "type": "string",
- "description": "Component from which the event is generated."
- },
- "host": {
- "type": "string",
- "description": "Node name on which the event is generated."
- }
- }
- },
- "v1.LimitRangeList": {
- "id": "v1.LimitRangeList",
- "description": "LimitRangeList is a list of LimitRange items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.LimitRange"
- },
- "description": "Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md"
- }
- }
- },
- "v1.LimitRange": {
- "id": "v1.LimitRange",
- "description": "LimitRange sets resource usage limits for each kind of resource in a Namespace.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.LimitRangeSpec",
- "description": "Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.LimitRangeSpec": {
- "id": "v1.LimitRangeSpec",
- "description": "LimitRangeSpec defines a min/max usage limit for resources that match on kind.",
- "required": [
- "limits"
- ],
- "properties": {
- "limits": {
- "type": "array",
- "items": {
- "$ref": "v1.LimitRangeItem"
- },
- "description": "Limits is the list of LimitRangeItem objects that are enforced."
- }
- }
- },
- "v1.LimitRangeItem": {
- "id": "v1.LimitRangeItem",
- "description": "LimitRangeItem defines a min/max usage limit for any resource that matches on kind.",
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of resource that this limit applies to."
- },
- "max": {
- "type": "object",
- "description": "Max usage constraints on this kind by resource name."
- },
- "min": {
- "type": "object",
- "description": "Min usage constraints on this kind by resource name."
- },
- "default": {
- "type": "object",
- "description": "Default resource requirement limit value by resource name if resource limit is omitted."
- },
- "defaultRequest": {
- "type": "object",
- "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted."
- },
- "maxLimitRequestRatio": {
- "type": "object",
- "description": "MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource."
- }
- }
- },
- "v1.NamespaceList": {
- "id": "v1.NamespaceList",
- "description": "NamespaceList is a list of Namespaces.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Namespace"
- },
- "description": "Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces"
- }
- }
- },
- "v1.Namespace": {
- "id": "v1.Namespace",
- "description": "Namespace provides a scope for Names. Use of multiple namespaces is optional.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.NamespaceSpec",
- "description": "Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.NamespaceStatus",
- "description": "Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.NamespaceSpec": {
- "id": "v1.NamespaceSpec",
- "description": "NamespaceSpec describes the attributes on a Namespace.",
- "properties": {
- "finalizers": {
- "type": "array",
- "items": {
- "$ref": "v1.FinalizerName"
- },
- "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers"
- }
- }
- },
- "v1.FinalizerName": {
- "id": "v1.FinalizerName",
- "properties": {}
- },
- "v1.NamespaceStatus": {
- "id": "v1.NamespaceStatus",
- "description": "NamespaceStatus is information about the current status of a Namespace.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Phase is the current lifecycle phase of the namespace. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases"
- }
- }
- },
- "v1.NodeList": {
- "id": "v1.NodeList",
- "description": "NodeList is the whole list of all Nodes which have been registered with master.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Node"
- },
- "description": "List of nodes"
- }
- }
- },
- "v1.Node": {
- "id": "v1.Node",
- "description": "Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.NodeSpec",
- "description": "Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.NodeStatus",
- "description": "Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.NodeSpec": {
- "id": "v1.NodeSpec",
- "description": "NodeSpec describes the attributes that a node is created with.",
- "properties": {
- "podCIDR": {
- "type": "string",
- "description": "PodCIDR represents the pod IP range assigned to the node."
- },
- "externalID": {
- "type": "string",
- "description": "External ID of the node assigned by some machine database (e.g. a cloud provider). Deprecated."
- },
- "providerID": {
- "type": "string",
- "description": "ID of the node assigned by the cloud provider in the format: \u003cProviderName\u003e://\u003cProviderSpecificNodeID\u003e"
- },
- "unschedulable": {
- "type": "boolean",
- "description": "Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration"
- },
- "taints": {
- "type": "array",
- "items": {
- "$ref": "v1.Taint"
- },
- "description": "If specified, the node's taints."
- }
- }
- },
- "v1.Taint": {
- "id": "v1.Taint",
- "description": "The node this Taint is attached to has the effect \"effect\" on any pod that that does not tolerate the Taint.",
- "required": [
- "key",
- "effect"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "Required. The taint key to be applied to a node."
- },
- "value": {
- "type": "string",
- "description": "Required. The taint value corresponding to the taint key."
- },
- "effect": {
- "type": "string",
- "description": "Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute."
- },
- "timeAdded": {
- "type": "string",
- "description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints."
- }
- }
- },
- "v1.NodeStatus": {
- "id": "v1.NodeStatus",
- "description": "NodeStatus is information about the current status of a node.",
- "properties": {
- "capacity": {
- "type": "object",
- "description": "Capacity represents the total resources of a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity for more details."
- },
- "allocatable": {
- "type": "object",
- "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity."
- },
- "phase": {
- "type": "string",
- "description": "NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-phase The field is never populated, and now is deprecated."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeCondition"
- },
- "description": "Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-condition"
- },
- "addresses": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeAddress"
- },
- "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-addresses"
- },
- "daemonEndpoints": {
- "$ref": "v1.NodeDaemonEndpoints",
- "description": "Endpoints of daemons running on the Node."
- },
- "nodeInfo": {
- "$ref": "v1.NodeSystemInfo",
- "description": "Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-info"
- },
- "images": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerImage"
- },
- "description": "List of container images on this node"
- },
- "volumesInUse": {
- "type": "array",
- "items": {
- "$ref": "v1.UniqueVolumeName"
- },
- "description": "List of attachable volumes in use (mounted) by the node."
- },
- "volumesAttached": {
- "type": "array",
- "items": {
- "$ref": "v1.AttachedVolume"
- },
- "description": "List of volumes that are attached to the node."
- }
- }
- },
- "v1.NodeCondition": {
- "id": "v1.NodeCondition",
- "description": "NodeCondition contains condition information for a node.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of node condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastHeartbeatTime": {
- "type": "string",
- "description": "Last time we got an update on a given condition."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "Last time the condition transit from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "(brief) reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "Human readable message indicating details about last transition."
- }
- }
- },
- "v1.NodeAddress": {
- "id": "v1.NodeAddress",
- "description": "NodeAddress contains information for the node's address.",
- "required": [
- "type",
- "address"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Node address type, one of Hostname, ExternalIP or InternalIP."
- },
- "address": {
- "type": "string",
- "description": "The node address."
- }
- }
- },
- "v1.NodeDaemonEndpoints": {
- "id": "v1.NodeDaemonEndpoints",
- "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.",
- "properties": {
- "kubeletEndpoint": {
- "$ref": "v1.DaemonEndpoint",
- "description": "Endpoint on which Kubelet is listening."
- }
- }
- },
- "v1.DaemonEndpoint": {
- "id": "v1.DaemonEndpoint",
- "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
- "required": [
- "Port"
- ],
- "properties": {
- "Port": {
- "type": "integer",
- "format": "int32",
- "description": "Port number of the given endpoint."
- }
- }
- },
- "v1.NodeSystemInfo": {
- "id": "v1.NodeSystemInfo",
- "description": "NodeSystemInfo is a set of ids/uuids to uniquely identify the node.",
- "required": [
- "machineID",
- "systemUUID",
- "bootID",
- "kernelVersion",
- "osImage",
- "containerRuntimeVersion",
- "kubeletVersion",
- "kubeProxyVersion",
- "operatingSystem",
- "architecture"
- ],
- "properties": {
- "machineID": {
- "type": "string",
- "description": "MachineID reported by the node. For unique machine identification in the cluster this field is prefered. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html"
- },
- "systemUUID": {
- "type": "string",
- "description": "SystemUUID reported by the node. For unique machine identification MachineID is prefered. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html"
- },
- "bootID": {
- "type": "string",
- "description": "Boot ID reported by the node."
- },
- "kernelVersion": {
- "type": "string",
- "description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64)."
- },
- "osImage": {
- "type": "string",
- "description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy))."
- },
- "containerRuntimeVersion": {
- "type": "string",
- "description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0)."
- },
- "kubeletVersion": {
- "type": "string",
- "description": "Kubelet Version reported by the node."
- },
- "kubeProxyVersion": {
- "type": "string",
- "description": "KubeProxy Version reported by the node."
- },
- "operatingSystem": {
- "type": "string",
- "description": "The Operating System reported by the node"
- },
- "architecture": {
- "type": "string",
- "description": "The Architecture reported by the node"
- }
- }
- },
- "v1.ContainerImage": {
- "id": "v1.ContainerImage",
- "description": "Describe a container image",
- "required": [
- "names"
- ],
- "properties": {
- "names": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Names by which this image is known. e.g. [\"gcr.io/google_containers/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]"
- },
- "sizeBytes": {
- "type": "integer",
- "format": "int64",
- "description": "The size of the image in bytes."
- }
- }
- },
- "v1.UniqueVolumeName": {
- "id": "v1.UniqueVolumeName",
- "properties": {}
- },
- "v1.AttachedVolume": {
- "id": "v1.AttachedVolume",
- "description": "AttachedVolume describes a volume attached to a node",
- "required": [
- "name",
- "devicePath"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the attached volume"
- },
- "devicePath": {
- "type": "string",
- "description": "DevicePath represents the device path where the volume should be available"
- }
- }
- },
- "v1.PersistentVolumeClaimList": {
- "id": "v1.PersistentVolumeClaimList",
- "description": "PersistentVolumeClaimList is a list of PersistentVolumeClaim items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeClaim"
- },
- "description": "A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- }
- }
- },
- "v1.PersistentVolumeClaim": {
- "id": "v1.PersistentVolumeClaim",
- "description": "PersistentVolumeClaim is a user's request for and claim to a persistent volume",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PersistentVolumeClaimSpec",
- "description": "Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "status": {
- "$ref": "v1.PersistentVolumeClaimStatus",
- "description": "Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- }
- }
- },
- "v1.PersistentVolumeClaimSpec": {
- "id": "v1.PersistentVolumeClaimSpec",
- "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes",
- "properties": {
- "accessModes": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeAccessMode"
- },
- "description": "AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1"
- },
- "selector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over volumes to consider for binding."
- },
- "resources": {
- "$ref": "v1.ResourceRequirements",
- "description": "Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
- },
- "volumeName": {
- "type": "string",
- "description": "VolumeName is the binding reference to the PersistentVolume backing this claim."
- },
- "storageClassName": {
- "type": "string",
- "description": "Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1"
- }
- }
- },
- "v1.PersistentVolumeAccessMode": {
- "id": "v1.PersistentVolumeAccessMode",
- "properties": {}
- },
- "v1.LabelSelector": {
- "id": "v1.LabelSelector",
- "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
- "properties": {
- "matchLabels": {
- "type": "object",
- "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed."
- },
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.LabelSelectorRequirement"
- },
- "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.LabelSelectorRequirement": {
- "id": "v1.LabelSelectorRequirement",
- "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "key is the label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "operator represents a key's relationship to a set of values. Valid operators ard In, NotIn, Exists and DoesNotExist."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.ResourceRequirements": {
- "id": "v1.ResourceRequirements",
- "description": "ResourceRequirements describes the compute resource requirements.",
- "properties": {
- "limits": {
- "type": "object",
- "description": "Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- },
- "requests": {
- "type": "object",
- "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/"
- }
- }
- },
- "v1.PersistentVolumeClaimStatus": {
- "id": "v1.PersistentVolumeClaimStatus",
- "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Phase represents the current phase of PersistentVolumeClaim."
- },
- "accessModes": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeAccessMode"
- },
- "description": "AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1"
- },
- "capacity": {
- "type": "object",
- "description": "Represents the actual resources of the underlying volume."
- }
- }
- },
- "v1.PersistentVolumeList": {
- "id": "v1.PersistentVolumeList",
- "description": "PersistentVolumeList is a list of PersistentVolume items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolume"
- },
- "description": "List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes"
- }
- }
- },
- "v1.PersistentVolume": {
- "id": "v1.PersistentVolume",
- "description": "PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PersistentVolumeSpec",
- "description": "Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes"
- },
- "status": {
- "$ref": "v1.PersistentVolumeStatus",
- "description": "Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes"
- }
- }
- },
- "v1.PersistentVolumeSpec": {
- "id": "v1.PersistentVolumeSpec",
- "description": "PersistentVolumeSpec is the specification of a persistent volume.",
- "properties": {
- "capacity": {
- "type": "object",
- "description": "A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity"
- },
- "gcePersistentDisk": {
- "$ref": "v1.GCEPersistentDiskVolumeSource",
- "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "awsElasticBlockStore": {
- "$ref": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "hostPath": {
- "$ref": "v1.HostPathVolumeSource",
- "description": "HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- },
- "glusterfs": {
- "$ref": "v1.GlusterfsVolumeSource",
- "description": "Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
- },
- "nfs": {
- "$ref": "v1.NFSVolumeSource",
- "description": "NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "rbd": {
- "$ref": "v1.RBDVolumeSource",
- "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
- },
- "iscsi": {
- "$ref": "v1.ISCSIVolumeSource",
- "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin."
- },
- "cinder": {
- "$ref": "v1.CinderVolumeSource",
- "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "cephfs": {
- "$ref": "v1.CephFSVolumeSource",
- "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
- },
- "fc": {
- "$ref": "v1.FCVolumeSource",
- "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
- },
- "flocker": {
- "$ref": "v1.FlockerVolumeSource",
- "description": "Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running"
- },
- "flexVolume": {
- "$ref": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
- },
- "azureFile": {
- "$ref": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
- },
- "vsphereVolume": {
- "$ref": "v1.VsphereVirtualDiskVolumeSource",
- "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
- },
- "quobyte": {
- "$ref": "v1.QuobyteVolumeSource",
- "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
- },
- "azureDisk": {
- "$ref": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
- },
- "photonPersistentDisk": {
- "$ref": "v1.PhotonPersistentDiskVolumeSource",
- "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
- },
- "portworxVolume": {
- "$ref": "v1.PortworxVolumeSource",
- "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
- },
- "scaleIO": {
- "$ref": "v1.ScaleIOVolumeSource",
- "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
- },
- "accessModes": {
- "type": "array",
- "items": {
- "$ref": "v1.PersistentVolumeAccessMode"
- },
- "description": "AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes"
- },
- "claimRef": {
- "$ref": "v1.ObjectReference",
- "description": "ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding"
- },
- "persistentVolumeReclaimPolicy": {
- "type": "string",
- "description": "What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy"
- },
- "storageClassName": {
- "type": "string",
- "description": "Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass."
- }
- }
- },
- "v1.GCEPersistentDiskVolumeSource": {
- "id": "v1.GCEPersistentDiskVolumeSource",
- "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
- "required": [
- "pdName"
- ],
- "properties": {
- "pdName": {
- "type": "string",
- "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- }
- }
- },
- "v1.AWSElasticBlockStoreVolumeSource": {
- "id": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "partition": {
- "type": "integer",
- "format": "int32",
- "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty)."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- }
- }
- },
- "v1.HostPathVolumeSource": {
- "id": "v1.HostPathVolumeSource",
- "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- }
- }
- },
- "v1.GlusterfsVolumeSource": {
- "id": "v1.GlusterfsVolumeSource",
- "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "endpoints",
- "path"
- ],
- "properties": {
- "endpoints": {
- "type": "string",
- "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "path": {
- "type": "string",
- "description": "Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod"
- }
- }
- },
- "v1.NFSVolumeSource": {
- "id": "v1.NFSVolumeSource",
- "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "server",
- "path"
- ],
- "properties": {
- "server": {
- "type": "string",
- "description": "Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "path": {
- "type": "string",
- "description": "Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- }
- }
- },
- "v1.RBDVolumeSource": {
- "id": "v1.RBDVolumeSource",
- "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.",
- "required": [
- "monitors",
- "image"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "image": {
- "type": "string",
- "description": "The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#rbd"
- },
- "pool": {
- "type": "string",
- "description": "The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it."
- },
- "user": {
- "type": "string",
- "description": "The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "keyring": {
- "type": "string",
- "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it"
- }
- }
- },
- "v1.LocalObjectReference": {
- "id": "v1.LocalObjectReference",
- "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- }
- }
- },
- "v1.ISCSIVolumeSource": {
- "id": "v1.ISCSIVolumeSource",
- "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetPortal",
- "iqn",
- "lun"
- ],
- "properties": {
- "targetPortal": {
- "type": "string",
- "description": "iSCSI target portal. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- },
- "iqn": {
- "type": "string",
- "description": "Target iSCSI Qualified Name."
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "iSCSI target lun number."
- },
- "iscsiInterface": {
- "type": "string",
- "description": "Optional: Defaults to 'default' (tcp). iSCSI interface name that uses an iSCSI transport."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#iscsi"
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false."
- },
- "portals": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "iSCSI target portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)."
- }
- }
- },
- "v1.CinderVolumeSource": {
- "id": "v1.CinderVolumeSource",
- "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- }
- }
- },
- "v1.CephFSVolumeSource": {
- "id": "v1.CephFSVolumeSource",
- "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "monitors"
- ],
- "properties": {
- "monitors": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "path": {
- "type": "string",
- "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /"
- },
- "user": {
- "type": "string",
- "description": "Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretFile": {
- "type": "string",
- "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it"
- }
- }
- },
- "v1.FCVolumeSource": {
- "id": "v1.FCVolumeSource",
- "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.",
- "required": [
- "targetWWNs",
- "lun"
- ],
- "properties": {
- "targetWWNs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Required: FC target worldwide names (WWNs)"
- },
- "lun": {
- "type": "integer",
- "format": "int32",
- "description": "Required: FC target lun number"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.FlockerVolumeSource": {
- "id": "v1.FlockerVolumeSource",
- "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
- "properties": {
- "datasetName": {
- "type": "string",
- "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated"
- },
- "datasetUUID": {
- "type": "string",
- "description": "UUID of the dataset. This is unique identifier of a Flocker dataset"
- }
- }
- },
- "v1.FlexVolumeSource": {
- "id": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future.",
- "required": [
- "driver"
- ],
- "properties": {
- "driver": {
- "type": "string",
- "description": "Driver is the name of the driver to use for this volume."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- },
- "options": {
- "type": "object",
- "description": "Optional: Extra command options if any."
- }
- }
- },
- "v1.AzureFileVolumeSource": {
- "id": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.",
- "required": [
- "secretName",
- "shareName"
- ],
- "properties": {
- "secretName": {
- "type": "string",
- "description": "the name of secret that contains Azure Storage Account Name and Key"
- },
- "shareName": {
- "type": "string",
- "description": "Share Name"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.VsphereVirtualDiskVolumeSource": {
- "id": "v1.VsphereVirtualDiskVolumeSource",
- "description": "Represents a vSphere volume resource.",
- "required": [
- "volumePath"
- ],
- "properties": {
- "volumePath": {
- "type": "string",
- "description": "Path that identifies vSphere volume vmdk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.QuobyteVolumeSource": {
- "id": "v1.QuobyteVolumeSource",
- "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.",
- "required": [
- "registry",
- "volume"
- ],
- "properties": {
- "registry": {
- "type": "string",
- "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes"
- },
- "volume": {
- "type": "string",
- "description": "Volume is a string that references an already created Quobyte volume by name."
- },
- "readOnly": {
- "type": "boolean",
- "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false."
- },
- "user": {
- "type": "string",
- "description": "User to map volume access to Defaults to serivceaccount user"
- },
- "group": {
- "type": "string",
- "description": "Group to map volume access to Default is no group"
- }
- }
- },
- "v1.AzureDiskVolumeSource": {
- "id": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.",
- "required": [
- "diskName",
- "diskURI"
- ],
- "properties": {
- "diskName": {
- "type": "string",
- "description": "The Name of the data disk in the blob storage"
- },
- "diskURI": {
- "type": "string",
- "description": "The URI the data disk in the blob storage"
- },
- "cachingMode": {
- "$ref": "v1.AzureDataDiskCachingMode",
- "description": "Host Caching mode: None, Read Only, Read Write."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.AzureDataDiskCachingMode": {
- "id": "v1.AzureDataDiskCachingMode",
- "properties": {}
- },
- "v1.PhotonPersistentDiskVolumeSource": {
- "id": "v1.PhotonPersistentDiskVolumeSource",
- "description": "Represents a Photon Controller persistent disk resource.",
- "required": [
- "pdID"
- ],
- "properties": {
- "pdID": {
- "type": "string",
- "description": "ID that identifies Photon Controller persistent disk"
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- }
- }
- },
- "v1.PortworxVolumeSource": {
- "id": "v1.PortworxVolumeSource",
- "description": "PortworxVolumeSource represents a Portworx volume resource.",
- "required": [
- "volumeID"
- ],
- "properties": {
- "volumeID": {
- "type": "string",
- "description": "VolumeID uniquely identifies a Portworx volume"
- },
- "fsType": {
- "type": "string",
- "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.ScaleIOVolumeSource": {
- "id": "v1.ScaleIOVolumeSource",
- "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume",
- "required": [
- "gateway",
- "system",
- "secretRef"
- ],
- "properties": {
- "gateway": {
- "type": "string",
- "description": "The host address of the ScaleIO API Gateway."
- },
- "system": {
- "type": "string",
- "description": "The name of the storage system as configured in ScaleIO."
- },
- "secretRef": {
- "$ref": "v1.LocalObjectReference",
- "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
- },
- "sslEnabled": {
- "type": "boolean",
- "description": "Flag to enable/disable SSL communication with Gateway, default false"
- },
- "protectionDomain": {
- "type": "string",
- "description": "The name of the Protection Domain for the configured storage (defaults to \"default\")."
- },
- "storagePool": {
- "type": "string",
- "description": "The Storage Pool associated with the protection domain (defaults to \"default\")."
- },
- "storageMode": {
- "type": "string",
- "description": "Indicates whether the storage for a volume should be thick or thin (defaults to \"thin\")."
- },
- "volumeName": {
- "type": "string",
- "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source."
- },
- "fsType": {
- "type": "string",
- "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
- }
- }
- },
- "v1.PersistentVolumeStatus": {
- "id": "v1.PersistentVolumeStatus",
- "description": "PersistentVolumeStatus is the current status of a persistent volume.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase"
- },
- "message": {
- "type": "string",
- "description": "A human-readable message indicating details about why the volume is in this state."
- },
- "reason": {
- "type": "string",
- "description": "Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI."
- }
- }
- },
- "v1.PodList": {
- "id": "v1.PodList",
- "description": "PodList is a list of Pods.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Pod"
- },
- "description": "List of pods. More info: http://kubernetes.io/docs/user-guide/pods"
- }
- }
- },
- "v1.Pod": {
- "id": "v1.Pod",
- "description": "Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PodSpec",
- "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.PodStatus",
- "description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.PodSpec": {
- "id": "v1.PodSpec",
- "description": "PodSpec is a description of a pod.",
- "required": [
- "containers"
- ],
- "properties": {
- "volumes": {
- "type": "array",
- "items": {
- "$ref": "v1.Volume"
- },
- "description": "List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes"
- },
- "initContainers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "containers": {
- "type": "array",
- "items": {
- "$ref": "v1.Container"
- },
- "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers"
- },
- "restartPolicy": {
- "type": "string",
- "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy"
- },
- "terminationGracePeriodSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds."
- },
- "activeDeadlineSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer."
- },
- "dnsPolicy": {
- "type": "string",
- "description": "Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to \"ClusterFirst\". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'."
- },
- "nodeSelector": {
- "type": "object",
- "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README"
- },
- "serviceAccountName": {
- "type": "string",
- "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md"
- },
- "serviceAccount": {
- "type": "string",
- "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead."
- },
- "automountServiceAccountToken": {
- "type": "boolean",
- "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted."
- },
- "nodeName": {
- "type": "string",
- "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements."
- },
- "hostNetwork": {
- "type": "boolean",
- "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false."
- },
- "hostPID": {
- "type": "boolean",
- "description": "Use the host's pid namespace. Optional: Default to false."
- },
- "hostIPC": {
- "type": "boolean",
- "description": "Use the host's ipc namespace. Optional: Default to false."
- },
- "securityContext": {
- "$ref": "v1.PodSecurityContext",
- "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field."
- },
- "imagePullSecrets": {
- "type": "array",
- "items": {
- "$ref": "v1.LocalObjectReference"
- },
- "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod"
- },
- "hostname": {
- "type": "string",
- "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value."
- },
- "subdomain": {
- "type": "string",
- "description": "If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all."
- },
- "affinity": {
- "$ref": "v1.Affinity",
- "description": "If specified, the pod's scheduling constraints"
- },
- "schedulerName": {
- "type": "string",
- "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler."
- },
- "tolerations": {
- "type": "array",
- "items": {
- "$ref": "v1.Toleration"
- },
- "description": "If specified, the pod's tolerations."
- }
- }
- },
- "v1.Volume": {
- "id": "v1.Volume",
- "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "hostPath": {
- "$ref": "v1.HostPathVolumeSource",
- "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath"
- },
- "emptyDir": {
- "$ref": "v1.EmptyDirVolumeSource",
- "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- },
- "gcePersistentDisk": {
- "$ref": "v1.GCEPersistentDiskVolumeSource",
- "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk"
- },
- "awsElasticBlockStore": {
- "$ref": "v1.AWSElasticBlockStoreVolumeSource",
- "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore"
- },
- "gitRepo": {
- "$ref": "v1.GitRepoVolumeSource",
- "description": "GitRepo represents a git repository at a particular revision."
- },
- "secret": {
- "$ref": "v1.SecretVolumeSource",
- "description": "Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "nfs": {
- "$ref": "v1.NFSVolumeSource",
- "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs"
- },
- "iscsi": {
- "$ref": "v1.ISCSIVolumeSource",
- "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md"
- },
- "glusterfs": {
- "$ref": "v1.GlusterfsVolumeSource",
- "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md"
- },
- "persistentVolumeClaim": {
- "$ref": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "rbd": {
- "$ref": "v1.RBDVolumeSource",
- "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md"
- },
- "flexVolume": {
- "$ref": "v1.FlexVolumeSource",
- "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. This is an alpha feature and may change in future."
- },
- "cinder": {
- "$ref": "v1.CinderVolumeSource",
- "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md"
- },
- "cephfs": {
- "$ref": "v1.CephFSVolumeSource",
- "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
- },
- "flocker": {
- "$ref": "v1.FlockerVolumeSource",
- "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPI represents downward API about the pod that should populate this volume"
- },
- "fc": {
- "$ref": "v1.FCVolumeSource",
- "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod."
- },
- "azureFile": {
- "$ref": "v1.AzureFileVolumeSource",
- "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod."
- },
- "configMap": {
- "$ref": "v1.ConfigMapVolumeSource",
- "description": "ConfigMap represents a configMap that should populate this volume"
- },
- "vsphereVolume": {
- "$ref": "v1.VsphereVirtualDiskVolumeSource",
- "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
- },
- "quobyte": {
- "$ref": "v1.QuobyteVolumeSource",
- "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
- },
- "azureDisk": {
- "$ref": "v1.AzureDiskVolumeSource",
- "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
- },
- "photonPersistentDisk": {
- "$ref": "v1.PhotonPersistentDiskVolumeSource",
- "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
- },
- "projected": {
- "$ref": "v1.ProjectedVolumeSource",
- "description": "Items for all in one resources secrets, configmaps, and downward API"
- },
- "portworxVolume": {
- "$ref": "v1.PortworxVolumeSource",
- "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine"
- },
- "scaleIO": {
- "$ref": "v1.ScaleIOVolumeSource",
- "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
- }
- }
- },
- "v1.EmptyDirVolumeSource": {
- "id": "v1.EmptyDirVolumeSource",
- "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
- "properties": {
- "medium": {
- "type": "string",
- "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir"
- }
- }
- },
- "v1.GitRepoVolumeSource": {
- "id": "v1.GitRepoVolumeSource",
- "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
- "required": [
- "repository"
- ],
- "properties": {
- "repository": {
- "type": "string",
- "description": "Repository URL"
- },
- "revision": {
- "type": "string",
- "description": "Commit hash for the specified revision."
- },
- "directory": {
- "type": "string",
- "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name."
- }
- }
- },
- "v1.SecretVolumeSource": {
- "id": "v1.SecretVolumeSource",
- "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.",
- "properties": {
- "secretName": {
- "type": "string",
- "description": "Name of the secret in the pod's namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's keys must be defined"
- }
- }
- },
- "v1.KeyToPath": {
- "id": "v1.KeyToPath",
- "description": "Maps a string key to a path within a volume.",
- "required": [
- "key",
- "path"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The key to project."
- },
- "path": {
- "type": "string",
- "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.PersistentVolumeClaimVolumeSource": {
- "id": "v1.PersistentVolumeClaimVolumeSource",
- "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).",
- "required": [
- "claimName"
- ],
- "properties": {
- "claimName": {
- "type": "string",
- "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims"
- },
- "readOnly": {
- "type": "boolean",
- "description": "Will force the ReadOnly setting in VolumeMounts. Default false."
- }
- }
- },
- "v1.DownwardAPIVolumeSource": {
- "id": "v1.DownwardAPIVolumeSource",
- "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of downward API volume file"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.DownwardAPIVolumeFile": {
- "id": "v1.DownwardAPIVolumeFile",
- "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field",
- "required": [
- "path"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'"
- },
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "mode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.ObjectFieldSelector": {
- "id": "v1.ObjectFieldSelector",
- "description": "ObjectFieldSelector selects an APIVersioned field of an object.",
- "required": [
- "fieldPath"
- ],
- "properties": {
- "apiVersion": {
- "type": "string",
- "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"."
- },
- "fieldPath": {
- "type": "string",
- "description": "Path of the field to select in the specified API version."
- }
- }
- },
- "v1.ResourceFieldSelector": {
- "id": "v1.ResourceFieldSelector",
- "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format",
- "required": [
- "resource"
- ],
- "properties": {
- "containerName": {
- "type": "string",
- "description": "Container name: required for volumes, optional for env vars"
- },
- "resource": {
- "type": "string",
- "description": "Required: resource to select"
- },
- "divisor": {
- "type": "string",
- "description": "Specifies the output format of the exposed resources, defaults to \"1\""
- }
- }
- },
- "v1.ConfigMapVolumeSource": {
- "id": "v1.ConfigMapVolumeSource",
- "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.ProjectedVolumeSource": {
- "id": "v1.ProjectedVolumeSource",
- "description": "Represents a projected volume source",
- "required": [
- "sources"
- ],
- "properties": {
- "sources": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeProjection"
- },
- "description": "list of volume projections"
- },
- "defaultMode": {
- "type": "integer",
- "format": "int32",
- "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set."
- }
- }
- },
- "v1.VolumeProjection": {
- "id": "v1.VolumeProjection",
- "description": "Projection that may be projected along with other supported volume types",
- "properties": {
- "secret": {
- "$ref": "v1.SecretProjection",
- "description": "information about the secret data to project"
- },
- "downwardAPI": {
- "$ref": "v1.DownwardAPIProjection",
- "description": "information about the downwardAPI data to project"
- },
- "configMap": {
- "$ref": "v1.ConfigMapProjection",
- "description": "information about the configMap data to project"
- }
- }
- },
- "v1.SecretProjection": {
- "id": "v1.SecretProjection",
- "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or its key must be defined"
- }
- }
- },
- "v1.DownwardAPIProjection": {
- "id": "v1.DownwardAPIProjection",
- "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.",
- "properties": {
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.DownwardAPIVolumeFile"
- },
- "description": "Items is a list of DownwardAPIVolume file"
- }
- }
- },
- "v1.ConfigMapProjection": {
- "id": "v1.ConfigMapProjection",
- "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.KeyToPath"
- },
- "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's keys must be defined"
- }
- }
- },
- "v1.Container": {
- "id": "v1.Container",
- "description": "A single application container that you want to run within a pod.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated."
- },
- "image": {
- "type": "string",
- "description": "Docker image name. More info: http://kubernetes.io/docs/user-guide/images"
- },
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "args": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands"
- },
- "workingDir": {
- "type": "string",
- "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated."
- },
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerPort"
- },
- "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated."
- },
- "envFrom": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvFromSource"
- },
- "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated."
- },
- "env": {
- "type": "array",
- "items": {
- "$ref": "v1.EnvVar"
- },
- "description": "List of environment variables to set in the container. Cannot be updated."
- },
- "resources": {
- "$ref": "v1.ResourceRequirements",
- "description": "Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources"
- },
- "volumeMounts": {
- "type": "array",
- "items": {
- "$ref": "v1.VolumeMount"
- },
- "description": "Pod volumes to mount into the container's filesystem. Cannot be updated."
- },
- "livenessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "readinessProbe": {
- "$ref": "v1.Probe",
- "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "lifecycle": {
- "$ref": "v1.Lifecycle",
- "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated."
- },
- "terminationMessagePath": {
- "type": "string",
- "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated."
- },
- "terminationMessagePolicy": {
- "type": "string",
- "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated."
- },
- "imagePullPolicy": {
- "type": "string",
- "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images"
- },
- "securityContext": {
- "$ref": "v1.SecurityContext",
- "description": "Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md"
- },
- "stdin": {
- "type": "boolean",
- "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false."
- },
- "stdinOnce": {
- "type": "boolean",
- "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false"
- },
- "tty": {
- "type": "boolean",
- "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false."
- }
- }
- },
- "v1.ContainerPort": {
- "id": "v1.ContainerPort",
- "description": "ContainerPort represents a network port in a single container.",
- "required": [
- "containerPort"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services."
- },
- "hostPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this."
- },
- "containerPort": {
- "type": "integer",
- "format": "int32",
- "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536."
- },
- "protocol": {
- "type": "string",
- "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"."
- },
- "hostIP": {
- "type": "string",
- "description": "What host IP to bind the external port to."
- }
- }
- },
- "v1.EnvFromSource": {
- "id": "v1.EnvFromSource",
- "description": "EnvFromSource represents the source of a set of ConfigMaps",
- "properties": {
- "prefix": {
- "type": "string",
- "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER."
- },
- "configMapRef": {
- "$ref": "v1.ConfigMapEnvSource",
- "description": "The ConfigMap to select from"
- },
- "secretRef": {
- "$ref": "v1.SecretEnvSource",
- "description": "The Secret to select from"
- }
- }
- },
- "v1.ConfigMapEnvSource": {
- "id": "v1.ConfigMapEnvSource",
- "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap must be defined"
- }
- }
- },
- "v1.SecretEnvSource": {
- "id": "v1.SecretEnvSource",
- "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret must be defined"
- }
- }
- },
- "v1.EnvVar": {
- "id": "v1.EnvVar",
- "description": "EnvVar represents an environment variable present in a Container.",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the environment variable. Must be a C_IDENTIFIER."
- },
- "value": {
- "type": "string",
- "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\"."
- },
- "valueFrom": {
- "$ref": "v1.EnvVarSource",
- "description": "Source for the environment variable's value. Cannot be used if value is not empty."
- }
- }
- },
- "v1.EnvVarSource": {
- "id": "v1.EnvVarSource",
- "description": "EnvVarSource represents a source for the value of an EnvVar.",
- "properties": {
- "fieldRef": {
- "$ref": "v1.ObjectFieldSelector",
- "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP."
- },
- "resourceFieldRef": {
- "$ref": "v1.ResourceFieldSelector",
- "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported."
- },
- "configMapKeyRef": {
- "$ref": "v1.ConfigMapKeySelector",
- "description": "Selects a key of a ConfigMap."
- },
- "secretKeyRef": {
- "$ref": "v1.SecretKeySelector",
- "description": "Selects a key of a secret in the pod's namespace"
- }
- }
- },
- "v1.ConfigMapKeySelector": {
- "id": "v1.ConfigMapKeySelector",
- "description": "Selects a key from a ConfigMap.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key to select."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the ConfigMap or it's key must be defined"
- }
- }
- },
- "v1.SecretKeySelector": {
- "id": "v1.SecretKeySelector",
- "description": "SecretKeySelector selects a key of a Secret.",
- "required": [
- "key"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
- },
- "key": {
- "type": "string",
- "description": "The key of the secret to select from. Must be a valid secret key."
- },
- "optional": {
- "type": "boolean",
- "description": "Specify whether the Secret or it's key must be defined"
- }
- }
- },
- "v1.VolumeMount": {
- "id": "v1.VolumeMount",
- "description": "VolumeMount describes a mounting of a Volume within a container.",
- "required": [
- "name",
- "mountPath"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "This must match the Name of a Volume."
- },
- "readOnly": {
- "type": "boolean",
- "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false."
- },
- "mountPath": {
- "type": "string",
- "description": "Path within the container at which the volume should be mounted. Must not contain ':'."
- },
- "subPath": {
- "type": "string",
- "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
- }
- }
- },
- "v1.Probe": {
- "id": "v1.Probe",
- "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- },
- "initialDelaySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "timeoutSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes"
- },
- "periodSeconds": {
- "type": "integer",
- "format": "int32",
- "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1."
- },
- "successThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1."
- },
- "failureThreshold": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1."
- }
- }
- },
- "v1.ExecAction": {
- "id": "v1.ExecAction",
- "description": "ExecAction describes a \"run in container\" action.",
- "properties": {
- "command": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy."
- }
- }
- },
- "v1.HTTPGetAction": {
- "id": "v1.HTTPGetAction",
- "description": "HTTPGetAction describes an action based on HTTP Get requests.",
- "required": [
- "port"
- ],
- "properties": {
- "path": {
- "type": "string",
- "description": "Path to access on the HTTP server."
- },
- "port": {
- "type": "string",
- "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- },
- "host": {
- "type": "string",
- "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead."
- },
- "scheme": {
- "type": "string",
- "description": "Scheme to use for connecting to the host. Defaults to HTTP."
- },
- "httpHeaders": {
- "type": "array",
- "items": {
- "$ref": "v1.HTTPHeader"
- },
- "description": "Custom headers to set in the request. HTTP allows repeated headers."
- }
- }
- },
- "v1.HTTPHeader": {
- "id": "v1.HTTPHeader",
- "description": "HTTPHeader describes a custom header to be used in HTTP probes",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The header field name"
- },
- "value": {
- "type": "string",
- "description": "The header field value"
- }
- }
- },
- "v1.TCPSocketAction": {
- "id": "v1.TCPSocketAction",
- "description": "TCPSocketAction describes an action based on opening a socket",
- "required": [
- "port"
- ],
- "properties": {
- "port": {
- "type": "string",
- "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
- }
- }
- },
- "v1.Lifecycle": {
- "id": "v1.Lifecycle",
- "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.",
- "properties": {
- "postStart": {
- "$ref": "v1.Handler",
- "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- },
- "preStop": {
- "$ref": "v1.Handler",
- "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details"
- }
- }
- },
- "v1.Handler": {
- "id": "v1.Handler",
- "description": "Handler defines a specific action that should be taken",
- "properties": {
- "exec": {
- "$ref": "v1.ExecAction",
- "description": "One and only one of the following should be specified. Exec specifies the action to take."
- },
- "httpGet": {
- "$ref": "v1.HTTPGetAction",
- "description": "HTTPGet specifies the http request to perform."
- },
- "tcpSocket": {
- "$ref": "v1.TCPSocketAction",
- "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
- }
- }
- },
- "v1.SecurityContext": {
- "id": "v1.SecurityContext",
- "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.",
- "properties": {
- "capabilities": {
- "$ref": "v1.Capabilities",
- "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime."
- },
- "privileged": {
- "type": "boolean",
- "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false."
- },
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "readOnlyRootFilesystem": {
- "type": "boolean",
- "description": "Whether this container has a read-only root filesystem. Default is false."
- }
- }
- },
- "v1.Capabilities": {
- "id": "v1.Capabilities",
- "description": "Adds and removes POSIX capabilities from running containers.",
- "properties": {
- "add": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Added capabilities"
- },
- "drop": {
- "type": "array",
- "items": {
- "$ref": "v1.Capability"
- },
- "description": "Removed capabilities"
- }
- }
- },
- "v1.Capability": {
- "id": "v1.Capability",
- "properties": {}
- },
- "v1.SELinuxOptions": {
- "id": "v1.SELinuxOptions",
- "description": "SELinuxOptions are the labels to be applied to the container",
- "properties": {
- "user": {
- "type": "string",
- "description": "User is a SELinux user label that applies to the container."
- },
- "role": {
- "type": "string",
- "description": "Role is a SELinux role label that applies to the container."
- },
- "type": {
- "type": "string",
- "description": "Type is a SELinux type label that applies to the container."
- },
- "level": {
- "type": "string",
- "description": "Level is SELinux level label that applies to the container."
- }
- }
- },
- "v1.PodSecurityContext": {
- "id": "v1.PodSecurityContext",
- "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
- "properties": {
- "seLinuxOptions": {
- "$ref": "v1.SELinuxOptions",
- "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsUser": {
- "type": "integer",
- "format": "int64",
- "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container."
- },
- "runAsNonRoot": {
- "type": "boolean",
- "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
- },
- "supplementalGroups": {
- "type": "array",
- "items": {
- "type": "integer"
- },
- "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container."
- },
- "fsGroup": {
- "type": "integer",
- "format": "int64",
- "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw "
- }
- }
- },
- "v1.Affinity": {
- "id": "v1.Affinity",
- "description": "Affinity is a group of affinity scheduling rules.",
- "properties": {
- "nodeAffinity": {
- "$ref": "v1.NodeAffinity",
- "description": "Describes node affinity scheduling rules for the pod."
- },
- "podAffinity": {
- "$ref": "v1.PodAffinity",
- "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
- },
- "podAntiAffinity": {
- "$ref": "v1.PodAntiAffinity",
- "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
- }
- }
- },
- "v1.NodeAffinity": {
- "id": "v1.NodeAffinity",
- "description": "Node affinity is a group of node affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "$ref": "v1.NodeSelector",
- "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PreferredSchedulingTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.NodeSelector": {
- "id": "v1.NodeSelector",
- "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.",
- "required": [
- "nodeSelectorTerms"
- ],
- "properties": {
- "nodeSelectorTerms": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorTerm"
- },
- "description": "Required. A list of node selector terms. The terms are ORed."
- }
- }
- },
- "v1.NodeSelectorTerm": {
- "id": "v1.NodeSelectorTerm",
- "description": "A null or empty node selector term matches no objects.",
- "required": [
- "matchExpressions"
- ],
- "properties": {
- "matchExpressions": {
- "type": "array",
- "items": {
- "$ref": "v1.NodeSelectorRequirement"
- },
- "description": "Required. A list of node selector requirements. The requirements are ANDed."
- }
- }
- },
- "v1.NodeSelectorRequirement": {
- "id": "v1.NodeSelectorRequirement",
- "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
- "required": [
- "key",
- "operator"
- ],
- "properties": {
- "key": {
- "type": "string",
- "description": "The label key that the selector applies to."
- },
- "operator": {
- "type": "string",
- "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt."
- },
- "values": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch."
- }
- }
- },
- "v1.PreferredSchedulingTerm": {
- "id": "v1.PreferredSchedulingTerm",
- "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).",
- "required": [
- "weight",
- "preference"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100."
- },
- "preference": {
- "$ref": "v1.NodeSelectorTerm",
- "description": "A node selector term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAffinity": {
- "id": "v1.PodAffinity",
- "description": "Pod affinity is a group of inter pod affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.PodAffinityTerm": {
- "id": "v1.PodAffinityTerm",
- "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e tches that of any node on which a pod of the set of pods is running",
- "properties": {
- "labelSelector": {
- "$ref": "v1.LabelSelector",
- "description": "A label query over a set of resources, in this case pods."
- },
- "namespaces": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\""
- },
- "topologyKey": {
- "type": "string",
- "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. For PreferredDuringScheduling pod anti-affinity, empty topologyKey is interpreted as \"all topologies\" (\"all topologies\" here means all the topologyKeys indicated by scheduler command-line argument --failure-domains); for affinity and for RequiredDuringScheduling pod anti-affinity, empty topologyKey is not allowed."
- }
- }
- },
- "v1.WeightedPodAffinityTerm": {
- "id": "v1.WeightedPodAffinityTerm",
- "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)",
- "required": [
- "weight",
- "podAffinityTerm"
- ],
- "properties": {
- "weight": {
- "type": "integer",
- "format": "int32",
- "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100."
- },
- "podAffinityTerm": {
- "$ref": "v1.PodAffinityTerm",
- "description": "Required. A pod affinity term, associated with the corresponding weight."
- }
- }
- },
- "v1.PodAntiAffinity": {
- "id": "v1.PodAntiAffinity",
- "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.",
- "properties": {
- "requiredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.PodAffinityTerm"
- },
- "description": "NOT YET IMPLEMENTED. TODO: Uncomment field once it is implemented. If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. RequiredDuringSchedulingRequiredDuringExecution []PodAffinityTerm `json:\"requiredDuringSchedulingRequiredDuringExecution,omitempty\"` If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied."
- },
- "preferredDuringSchedulingIgnoredDuringExecution": {
- "type": "array",
- "items": {
- "$ref": "v1.WeightedPodAffinityTerm"
- },
- "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred."
- }
- }
- },
- "v1.Toleration": {
- "id": "v1.Toleration",
- "description": "The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.",
- "properties": {
- "key": {
- "type": "string",
- "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys."
- },
- "operator": {
- "type": "string",
- "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category."
- },
- "value": {
- "type": "string",
- "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string."
- },
- "effect": {
- "type": "string",
- "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute."
- },
- "tolerationSeconds": {
- "type": "integer",
- "format": "int64",
- "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system."
- }
- }
- },
- "v1.PodStatus": {
- "id": "v1.PodStatus",
- "description": "PodStatus represents information about the status of a pod. Status may trail the actual state of a system.",
- "properties": {
- "phase": {
- "type": "string",
- "description": "Current condition of the pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-phase"
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.PodCondition"
- },
- "description": "Current service state of pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about why the pod is in this condition."
- },
- "reason": {
- "type": "string",
- "description": "A brief CamelCase message indicating details about why the pod is in this state. e.g. 'OutOfDisk'"
- },
- "hostIP": {
- "type": "string",
- "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled."
- },
- "podIP": {
- "type": "string",
- "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated."
- },
- "startTime": {
- "type": "string",
- "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod."
- },
- "initContainerStatuses": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerStatus"
- },
- "description": "The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses"
- },
- "containerStatuses": {
- "type": "array",
- "items": {
- "$ref": "v1.ContainerStatus"
- },
- "description": "The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses"
- },
- "qosClass": {
- "type": "string",
- "description": "The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md"
- }
- }
- },
- "v1.PodCondition": {
- "id": "v1.PodCondition",
- "description": "PodCondition contains details for the current condition of this pod.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type is the type of the condition. Currently only Ready. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
- },
- "status": {
- "type": "string",
- "description": "Status is the status of the condition. Can be True, False, Unknown. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions"
- },
- "lastProbeTime": {
- "type": "string",
- "description": "Last time we probed the condition."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "Last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "Unique, one-word, CamelCase reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "Human-readable message indicating details about last transition."
- }
- }
- },
- "v1.ContainerStatus": {
- "id": "v1.ContainerStatus",
- "description": "ContainerStatus contains details for the current status of this container.",
- "required": [
- "name",
- "ready",
- "restartCount",
- "image",
- "imageID"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated."
- },
- "state": {
- "$ref": "v1.ContainerState",
- "description": "Details about the container's current condition."
- },
- "lastState": {
- "$ref": "v1.ContainerState",
- "description": "Details about the container's last termination condition."
- },
- "ready": {
- "type": "boolean",
- "description": "Specifies whether the container has passed its readiness probe."
- },
- "restartCount": {
- "type": "integer",
- "format": "int32",
- "description": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC."
- },
- "image": {
- "type": "string",
- "description": "The image the container is running. More info: http://kubernetes.io/docs/user-guide/images"
- },
- "imageID": {
- "type": "string",
- "description": "ImageID of the container's image."
- },
- "containerID": {
- "type": "string",
- "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'. More info: http://kubernetes.io/docs/user-guide/container-environment#container-information"
- }
- }
- },
- "v1.ContainerState": {
- "id": "v1.ContainerState",
- "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.",
- "properties": {
- "waiting": {
- "$ref": "v1.ContainerStateWaiting",
- "description": "Details about a waiting container"
- },
- "running": {
- "$ref": "v1.ContainerStateRunning",
- "description": "Details about a running container"
- },
- "terminated": {
- "$ref": "v1.ContainerStateTerminated",
- "description": "Details about a terminated container"
- }
- }
- },
- "v1.ContainerStateWaiting": {
- "id": "v1.ContainerStateWaiting",
- "description": "ContainerStateWaiting is a waiting state of a container.",
- "properties": {
- "reason": {
- "type": "string",
- "description": "(brief) reason the container is not yet running."
- },
- "message": {
- "type": "string",
- "description": "Message regarding why the container is not yet running."
- }
- }
- },
- "v1.ContainerStateRunning": {
- "id": "v1.ContainerStateRunning",
- "description": "ContainerStateRunning is a running state of a container.",
- "properties": {
- "startedAt": {
- "type": "string",
- "description": "Time at which the container was last (re-)started"
- }
- }
- },
- "v1.ContainerStateTerminated": {
- "id": "v1.ContainerStateTerminated",
- "description": "ContainerStateTerminated is a terminated state of a container.",
- "required": [
- "exitCode"
- ],
- "properties": {
- "exitCode": {
- "type": "integer",
- "format": "int32",
- "description": "Exit status from the last termination of the container"
- },
- "signal": {
- "type": "integer",
- "format": "int32",
- "description": "Signal from the last termination of the container"
- },
- "reason": {
- "type": "string",
- "description": "(brief) reason from the last termination of the container"
- },
- "message": {
- "type": "string",
- "description": "Message regarding the last termination of the container"
- },
- "startedAt": {
- "type": "string",
- "description": "Time at which previous execution of the container started"
- },
- "finishedAt": {
- "type": "string",
- "description": "Time at which the container last terminated"
- },
- "containerID": {
- "type": "string",
- "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'"
- }
- }
- },
- "v1beta1.Eviction": {
- "id": "v1beta1.Eviction",
- "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "ObjectMeta describes the pod that is being evicted."
- },
- "deleteOptions": {
- "$ref": "v1.DeleteOptions",
- "description": "DeleteOptions may be provided"
- }
- }
- },
- "v1.PodTemplateList": {
- "id": "v1.PodTemplateList",
- "description": "PodTemplateList is a list of PodTemplates.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.PodTemplate"
- },
- "description": "List of pod templates"
- }
- }
- },
- "v1.PodTemplate": {
- "id": "v1.PodTemplate",
- "description": "PodTemplate describes a template for creating copies of a predefined pod.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.PodTemplateSpec": {
- "id": "v1.PodTemplateSpec",
- "description": "PodTemplateSpec describes the data a pod should have when created from a template",
- "properties": {
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.PodSpec",
- "description": "Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ReplicationControllerList": {
- "id": "v1.ReplicationControllerList",
- "description": "ReplicationControllerList is a collection of replication controllers.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ReplicationController"
- },
- "description": "List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller"
- }
- }
- },
- "v1.ReplicationController": {
- "id": "v1.ReplicationController",
- "description": "ReplicationController represents the configuration of a replication controller.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.ReplicationControllerSpec",
- "description": "Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.ReplicationControllerStatus",
- "description": "Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ReplicationControllerSpec": {
- "id": "v1.ReplicationControllerSpec",
- "description": "ReplicationControllerSpec is the specification of a replication controller.",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "minReadySeconds": {
- "type": "integer",
- "format": "int32",
- "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)"
- },
- "selector": {
- "type": "object",
- "description": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- },
- "template": {
- "$ref": "v1.PodTemplateSpec",
- "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template"
- }
- }
- },
- "v1.ReplicationControllerStatus": {
- "id": "v1.ReplicationControllerStatus",
- "description": "ReplicationControllerStatus represents the current status of a replication controller.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller"
- },
- "fullyLabeledReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of pods that have labels matching the labels of the pod template of the replication controller."
- },
- "readyReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of ready replicas for this replication controller."
- },
- "availableReplicas": {
- "type": "integer",
- "format": "int32",
- "description": "The number of available replicas (ready for at least minReadySeconds) for this replication controller."
- },
- "observedGeneration": {
- "type": "integer",
- "format": "int64",
- "description": "ObservedGeneration reflects the generation of the most recently observed replication controller."
- },
- "conditions": {
- "type": "array",
- "items": {
- "$ref": "v1.ReplicationControllerCondition"
- },
- "description": "Represents the latest available observations of a replication controller's current state."
- }
- }
- },
- "v1.ReplicationControllerCondition": {
- "id": "v1.ReplicationControllerCondition",
- "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.",
- "required": [
- "type",
- "status"
- ],
- "properties": {
- "type": {
- "type": "string",
- "description": "Type of replication controller condition."
- },
- "status": {
- "type": "string",
- "description": "Status of the condition, one of True, False, Unknown."
- },
- "lastTransitionTime": {
- "type": "string",
- "description": "The last time the condition transitioned from one status to another."
- },
- "reason": {
- "type": "string",
- "description": "The reason for the condition's last transition."
- },
- "message": {
- "type": "string",
- "description": "A human readable message indicating details about the transition."
- }
- }
- },
- "v1.Scale": {
- "id": "v1.Scale",
- "description": "Scale represents a scaling request for a resource.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata."
- },
- "spec": {
- "$ref": "v1.ScaleSpec",
- "description": "defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status."
- },
- "status": {
- "$ref": "v1.ScaleStatus",
- "description": "current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only."
- }
- }
- },
- "v1.ScaleSpec": {
- "id": "v1.ScaleSpec",
- "description": "ScaleSpec describes the attributes of a scale subresource.",
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "desired number of instances for the scaled object."
- }
- }
- },
- "v1.ScaleStatus": {
- "id": "v1.ScaleStatus",
- "description": "ScaleStatus represents the current status of a scale subresource.",
- "required": [
- "replicas"
- ],
- "properties": {
- "replicas": {
- "type": "integer",
- "format": "int32",
- "description": "actual number of observed instances of the scaled object."
- },
- "selector": {
- "type": "string",
- "description": "label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors"
- }
- }
- },
- "v1.ResourceQuotaList": {
- "id": "v1.ResourceQuotaList",
- "description": "ResourceQuotaList is a list of ResourceQuota items.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ResourceQuota"
- },
- "description": "Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
- }
- }
- },
- "v1.ResourceQuota": {
- "id": "v1.ResourceQuota",
- "description": "ResourceQuota sets aggregate quota restrictions enforced per namespace",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.ResourceQuotaSpec",
- "description": "Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.ResourceQuotaStatus",
- "description": "Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ResourceQuotaSpec": {
- "id": "v1.ResourceQuotaSpec",
- "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
- "properties": {
- "hard": {
- "type": "object",
- "description": "Hard is the set of desired hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
- },
- "scopes": {
- "type": "array",
- "items": {
- "$ref": "v1.ResourceQuotaScope"
- },
- "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects."
- }
- }
- },
- "v1.ResourceQuotaScope": {
- "id": "v1.ResourceQuotaScope",
- "properties": {}
- },
- "v1.ResourceQuotaStatus": {
- "id": "v1.ResourceQuotaStatus",
- "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.",
- "properties": {
- "hard": {
- "type": "object",
- "description": "Hard is the set of enforced hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota"
- },
- "used": {
- "type": "object",
- "description": "Used is the current observed total usage of the resource in the namespace."
- }
- }
- },
- "v1.SecretList": {
- "id": "v1.SecretList",
- "description": "SecretList is a list of Secret.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Secret"
- },
- "description": "Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets"
- }
- }
- },
- "v1.Secret": {
- "id": "v1.Secret",
- "description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "data": {
- "type": "object",
- "description": "Data contains the secret data. Each key must be a valid DNS_SUBDOMAIN or leading dot followed by valid DNS_SUBDOMAIN. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4"
- },
- "stringData": {
- "type": "object",
- "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API."
- },
- "type": {
- "type": "string",
- "description": "Used to facilitate programmatic handling of secret data."
- }
- }
- },
- "v1.ServiceAccountList": {
- "id": "v1.ServiceAccountList",
- "description": "ServiceAccountList is a list of ServiceAccount objects",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.ServiceAccount"
- },
- "description": "List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts"
- }
- }
- },
- "v1.ServiceAccount": {
- "id": "v1.ServiceAccount",
- "description": "ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "secrets": {
- "type": "array",
- "items": {
- "$ref": "v1.ObjectReference"
- },
- "description": "Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets"
- },
- "imagePullSecrets": {
- "type": "array",
- "items": {
- "$ref": "v1.LocalObjectReference"
- },
- "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret"
- },
- "automountServiceAccountToken": {
- "type": "boolean",
- "description": "AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level."
- }
- }
- },
- "v1.ServiceList": {
- "id": "v1.ServiceList",
- "description": "ServiceList holds a list of services.",
- "required": [
- "items"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ListMeta",
- "description": "Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "items": {
- "type": "array",
- "items": {
- "$ref": "v1.Service"
- },
- "description": "List of services"
- }
- }
- },
- "v1.Service": {
- "id": "v1.Service",
- "description": "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.",
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "metadata": {
- "$ref": "v1.ObjectMeta",
- "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata"
- },
- "spec": {
- "$ref": "v1.ServiceSpec",
- "description": "Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- },
- "status": {
- "$ref": "v1.ServiceStatus",
- "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status"
- }
- }
- },
- "v1.ServiceSpec": {
- "id": "v1.ServiceSpec",
- "description": "ServiceSpec describes the attributes that a user creates on a service.",
- "properties": {
- "ports": {
- "type": "array",
- "items": {
- "$ref": "v1.ServicePort"
- },
- "description": "The list of ports that are exposed by this service. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
- },
- "selector": {
- "type": "object",
- "description": "Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#overview"
- },
- "clusterIP": {
- "type": "string",
- "description": "clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
- },
- "type": {
- "type": "string",
- "description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: http://kubernetes.io/docs/user-guide/services#overview"
- },
- "externalIPs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. A previous form of this functionality exists as the deprecatedPublicIPs field. When using this field, callers should also clear the deprecatedPublicIPs field."
- },
- "deprecatedPublicIPs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "deprecatedPublicIPs is deprecated and replaced by the externalIPs field with almost the exact same semantics. This field is retained in the v1 API for compatibility until at least 8/20/2016. It will be removed from any new API revisions. If both deprecatedPublicIPs *and* externalIPs are set, deprecatedPublicIPs is used."
- },
- "sessionAffinity": {
- "type": "string",
- "description": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies"
- },
- "loadBalancerIP": {
- "type": "string",
- "description": "Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature."
- },
- "loadBalancerSourceRanges": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: http://kubernetes.io/docs/user-guide/services-firewalls"
- },
- "externalName": {
- "type": "string",
- "description": "externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid DNS name and requires Type to be ExternalName."
- }
- }
- },
- "v1.ServicePort": {
- "id": "v1.ServicePort",
- "description": "ServicePort contains information on service's port.",
- "required": [
- "port"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. This maps to the 'Name' field in EndpointPort objects. Optional if only one ServicePort is defined on this service."
- },
- "protocol": {
- "type": "string",
- "description": "The IP protocol for this port. Supports \"TCP\" and \"UDP\". Default is TCP."
- },
- "port": {
- "type": "integer",
- "format": "int32",
- "description": "The port that will be exposed by this service."
- },
- "targetPort": {
- "type": "string",
- "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: http://kubernetes.io/docs/user-guide/services#defining-a-service"
- },
- "nodePort": {
- "type": "integer",
- "format": "int32",
- "description": "The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: http://kubernetes.io/docs/user-guide/services#type--nodeport"
- }
- }
- },
- "v1.ServiceStatus": {
- "id": "v1.ServiceStatus",
- "description": "ServiceStatus represents the current status of a service.",
- "properties": {
- "loadBalancer": {
- "$ref": "v1.LoadBalancerStatus",
- "description": "LoadBalancer contains the current status of the load-balancer, if one is present."
- }
- }
- },
- "v1.LoadBalancerStatus": {
- "id": "v1.LoadBalancerStatus",
- "description": "LoadBalancerStatus represents the status of a load-balancer.",
- "properties": {
- "ingress": {
- "type": "array",
- "items": {
- "$ref": "v1.LoadBalancerIngress"
- },
- "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points."
- }
- }
- },
- "v1.LoadBalancerIngress": {
- "id": "v1.LoadBalancerIngress",
- "description": "LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.",
- "properties": {
- "ip": {
- "type": "string",
- "description": "IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)"
- },
- "hostname": {
- "type": "string",
- "description": "Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)"
- }
- }
- },
- "v1.APIResourceList": {
- "id": "v1.APIResourceList",
- "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
- "required": [
- "groupVersion",
- "resources"
- ],
- "properties": {
- "kind": {
- "type": "string",
- "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds"
- },
- "apiVersion": {
- "type": "string",
- "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources"
- },
- "groupVersion": {
- "type": "string",
- "description": "groupVersion is the group and version this APIResourceList is for."
- },
- "resources": {
- "type": "array",
- "items": {
- "$ref": "v1.APIResource"
- },
- "description": "resources contains the name of the resources and if they are namespaced."
- }
- }
- },
- "v1.APIResource": {
- "id": "v1.APIResource",
- "description": "APIResource specifies the name of a resource and whether it is namespaced.",
- "required": [
- "name",
- "namespaced",
- "kind",
- "verbs"
- ],
- "properties": {
- "name": {
- "type": "string",
- "description": "name is the name of the resource."
- },
- "namespaced": {
- "type": "boolean",
- "description": "namespaced indicates if a resource is namespaced or not."
- },
- "kind": {
- "type": "string",
- "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')"
- },
- "verbs": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)"
- },
- "shortNames": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "description": "shortNames is a list of suggested short names of the resource."
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/k8s/README.CICD.k8s.md b/k8s/README.CICD.k8s.md
deleted file mode 100644
index 40dbb87393..0000000000
--- a/k8s/README.CICD.k8s.md
+++ /dev/null
@@ -1,66 +0,0 @@
-# Kubernetes CI/CD VSTS
-For k8s CI/CD pipeline delivery a series of tasks must be created in VSTS to deploy k8s in Azure
-
-## Prerequisites
-* A Kubernetes cluster. Follow Azure Container Service's [walkthrough](https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough) to create one.
-* A private Docker registry. Follow Azure Container Registry's [guide](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal) to create one.
-* Optionally, previous steps can be skipped if you run gen-k8s-env.ps1 (or gen-k8s-env-aks.ps1 if you would like to use AKS instead of ACS) script to automatically create the azure environment needed for kubernetes deployment. Azure cli 2.0 must be previously installed [installation guide](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli). For example:
-
->```
->./gen-k8s-env -resourceGroupName k8sGroup -location westeurope -registryName k8sregistry -orchestratorName k8s-cluster -dnsName k8s-dns
->```
-or using AKS instead of ACS
->```
->./gen-k8s-env-aks -resourceGroupName k8sGroup -location westeurope -registryName k8sregistry -dnsName k8s-dns -serviceName k8s-cluster -createAcr true -nodeCount 3 -nodeVMSize Standard_D2_v2
->```
-* An `Azure Blob storage`. It is needed for storing the kubernetes config file used by the hosted agent to access to Kubernetes cluster. Example:
-
-
-
-* Upload the `kubernetes config file` to the blob storage previously created. Execute the following command which will download the config file into the directory `c:\Users\\.kube\` and then, upload it to your blob storage:
-
->```
->https://eshopk8s.blob.core.windows.net/k8s-config/config
->```
-
-## Create the VSTS tasks
-1. Create a `Download File` task to download the kubernetes binary `kubectl` to the hosted agent. For example:
-
->```
->https://storage.googleapis.com/kubernetes-release/release/v1.8.5/bin/windows/386/kubectl.exe
->```
-
-
-
-2. Create a Download File task to download the kubernetes config file to the hosted agent. For example:
-
->```
->https://eshopk8s.blob.core.windows.net/k8s-config/config
->```
-
-
-3. Create a powershell task to execute the k8s deployment script. For example:
-
-* Deployment script path
-
->```
->$(System.DefaultWorkingDirectory)/All Microservices/docker-compose/deploy.ps1
->```
-
-* Deployment script path arguments. Use value:
-
->```
->-deployCI $true -execPath '$(System.DefaultWorkingDirectory)/' -kubeconfigPath '$(System.DefaultWorkingDirectory)/' -deployInfrastructure $true -imageTag dev -configFile '$(System.DefaultWorkingDirectory)/$(Build.DefinitionName)/docker-compose/conf_local.yml'
->```
-
-
-- deployCI: Must be set to `$true`. This avoids create images (always are pulled from registry) and compile bits.
-- deployInfrastructure: Can be set to `$false` if don't want to deploy infrastructure containers (like Redis, rabbit, SQL,...).
-- imageTag: Image tag to pull from k8s.
-- configFile: Configuration file (refer to [README.k8s.md](./README.k8s.md) for more info). This file is part of the VSTS build output.
-- execPath: path where the k8s binary is stored
-- kubeconfigPath: path where the k8s config file is stored
-
- You can use additional parameters (i.e. pass registry and user/password to use custom registry instead of DockerHub. Plase, refer to [README.k8s.md](./README.k8s.md) for more info.
-
-
diff --git a/k8s/README.k8s.md b/k8s/README.k8s.md
deleted file mode 100644
index 84d9a72f0e..0000000000
--- a/k8s/README.k8s.md
+++ /dev/null
@@ -1,98 +0,0 @@
-# eShopOnContainers on Kubernetes
-The k8s directory contains Kubernetes configuration for the eShopOnContainers app and a PowerShell script to deploy it to a cluster. Each eShopOnContainers microservice has a deployment configuration in `deployments.yaml`, and is exposed to the cluster by a service in `services.yaml`. The microservices are exposed externally on individual routes (`/basket-api`, `/webmvc`, etc.) by an nginx reverse proxy specified in `frontend.yaml` and `nginx.conf`.
-
-## Prerequisites
-* A Kubernetes cluster. Follow Azure Container Service's [walkthrough](https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough) to create one.
-* A private Docker registry. Follow Azure Container Registry's [guide](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal) to create one.
-* Optionally, previous steps can be skipped if you run the **gen-k8s-env-aks.ps1** script to create an AKS cluster environment or gen-k8s-env.ps1 script to create an ACS for Kuberentes cluster environment including the creation of additional Azure environment needed like an Azure Resource Manager and ACR registry.
-
-Azure cli 2.0 must be previously installed [installation guide](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli). For example:
-
- **Important**: Note the parameter "-createAcr true". If you are creating the K8s cluster but you want to re-use and existing ACR, say "-createAcr false".
-
-
-For AKS:
-
->```
->./gen-k8s-env-aks -resourceGroupName YoureShopAksResgroup -location centralus -serviceName YoureShopAksCluster -dnsNamePrefix youreshopaks -registryName YoureShopAcrRegistry -createAcr true -nodeCount 3 -nodeVMSize Standard_D2_v2
->```
-
-For ACS:
-
->```
->./gen-k8s-env-aks -resourceGroupName k8sGroup -location westeurope -registryName k8sregistry -serviceName k8s-cluster -createAcr true -nodeCount 3 -nodeVMSize Standard_D2_v2
->```
-
-* A Docker development environment with `docker` and `docker-compose`.
- * Visit [docker.com](https://docker.com) to download the tools and set up the environment. Docker's [installation guide](https://docs.docker.com/engine/getstarted/step_one/#step-3-verify-your-installation) covers verifying your Docker installation.
-* The Kubernetes command line client, `kubectl`.
- * This can be installed with the `az` tool as described in the Azure Container Service [walkthrough](https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough). `az` is also helpful for getting the credentials `kubectl` needs to access your cluster. For other installation options, and information about configuring `kubectl` yourself, see the [Kubernetes documentation](https://kubernetes.io/docs/tasks/kubectl/install/).
-
-## Deploy the application with the deployment script
-1. Open a PowerShell command line at the `k8s` directory of your local eShopOnContainers repository.
-1. Ensure `docker`, `docker-compose`, and `kubectl` are on the path, and configured for your Docker machine and Kubernetes cluster.
-1. Run `deploy.ps1` with your registry information. The Docker username and password are provided by Azure Container Registry, and can be retrieved from the Azure portal. Optionally, ACR credentials can be obtained by running the following command:
-
->```
->az acr credential show -n eshopregistry
->```
-
-Once the user and password are retrieved, run the following script for deployment. For example:
-
->```
->./deploy.ps1 -registry myregistry.azurecr.io -dockerUser User -dockerPassword SecretPassword -configFile file_with_config.yaml
->```
-
-The parameter `configFile` is important (and mandatory) because it contains the configuration used for the Pods in Kubernetes. This allow deploying Pods that use your own resources in Azure or any other cloud provider. A configuration file `conf_local.yaml` is provided which configures Pods to use the infrastructure containers (that is sql server, rabbitmq, redis and mongodb must be deployed also in the k8s).
-
-The script will build the code and corresponding Docker images, push the later to your registry, and deploy the application to your cluster. You can watch the deployment unfold from the Kubernetes web interface: run `kubectl proxy` and open a browser to [http://localhost:8001/ui](http://localhost:8001/ui)
-
-### Pods configuration file
-
-When deploying to k8s the script needs the `configFile` parameter with the location of the YAML configuration file. This file contains the configuration of the pods. The file is a .YAML file. For reference another configuration file (conf_cloud.yaml) is provided but without valid values.
-
-If you deploy the infrastructure containers use `conf_local.yaml` as a value for `configFile` parameter. If you don't deploy the infrastructure containers use your own configuration file with the correct values.
-
-### Parameters of the deploy.ps1 script
-
-The script accepts following parameters:
-
-+ `registry`: Name of the Docker registry to use. If not passed DockerHub is assumed
-+ `dockerUser`: Login to use for the Docker registry (if needed)
-+ `dockerPassword`: Password to use for the Docker registry (if needed)
-+ `execPath`: Location of `kubectl` (if not in the path). If passed must finish with the path character.
-+ `kubeconfigPath`: Location of the `kubectl` configuration file. **This parameter is used only in the CI pipeline**, so you don't need to pass it when invoking the script using the CLI.
-+ `configFile`: Location of the Yaml file with the `externalcfg` configmap to be deployed. This configmap is used to configure the Pod's environment **This parameter is mandatory**
-+ `imageTag`: Tag of the images to deploy to k8s. If not passed the name of the current branch is used.
-+ `externalDns`: External DNS name of the k8s. This is only needed if you have configured a DNS that points to your k8s external IP. If you don't have any DNS configured do not pass this parameter.
-+ `deployCI`: If `true` means that script is running under the context of a VSTS Hosted Build Agent. **You should never use this parameter from CLI**
-+ `buildBits`: means that the source code of eShopOnContainers will be built. If you have built your code (and have all projects published in `obj/Docker/publish`) do not pass this parameter. Default value is `false`
-+ `buildImages`: If `true` (default value) Docker images are built and pushed in the Docker registry. If you set this parameter to `false`, Docker images won't be built nor pushed in the Docker registry (but k8s' deployments and services will be redeployed).
-+ `deployInfrastructure`: If `true` infrastructure containers (rabbitmq, mongo, redis, sql) will be deployed in k8s. If `false` those containers (and its related deployments and services in k8s) won't be deployed.
-+ `dockerOrg`: Name of the organization in the registry where the images are (or will be pushed). Default value is `eshop` (which has images provided by Microsoft)
-
-**Important:** If you **don't pass the `-buildBits $true` the script won't build and publish the projects** to their `obj/Docker/publish` folder. If any project is not published, you'll be receiving errors like:
-
-```
-ERROR: Service 'xxxxxxx' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder123456789/obj/Docker/publish: no such file or directory
-```
-
-### Typical usages of the script:
-
-Build all projects, and deploy all them in k8s including infrastructure containers in a organization called `foo` in Docker Hub. Images will be tagged with my current git branch and containers will use the configuration set in `conf_local.yml` file:
-
-```
-./deploy.ps1 -buildBits $true -dockerOrg foo -dockerUser MY_USER -dockerPassword MY_PASSWORD -configFile conf_local.yml
-```
-
-Do not build any project and don't rebuild docker images. Create k8s deployments that will pull images from my private repository, in the `foo` organization, using the tag `latest`. Containers will use the configuration set in `conf_cloud` file.
-
-```
-./deploy.ps1 -buildImages $false -dockerOrg foo -registry MY_REGISTRY_FQDN -dockerUser MY_USER -dockerPassword MY_PASSWORD -configFile conf_cloud.yml -imageTag master
-```
-
-Deploy k8s using public images that Microsoft provides:
-
-```
-./deploy.ps1 -buildImages $false -configFile conf_local.yml -imageTag master
-```
diff --git a/k8s/basket-data.yaml b/k8s/basket-data.yaml
deleted file mode 100644
index b48e73fed5..0000000000
--- a/k8s/basket-data.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: basket-data
- name: basket-data
-spec:
- ports:
- - port: 6379
- selector:
- app: eshop
- component: basket-data
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: basket-data
-spec:
- template:
- metadata:
- labels:
- app: eshop
- component: basket-data
- spec:
- containers:
- - name: basket-data
- image: redis
-
diff --git a/k8s/build-push-images.ps1 b/k8s/build-push-images.ps1
deleted file mode 100644
index e2c8e06b61..0000000000
--- a/k8s/build-push-images.ps1
+++ /dev/null
@@ -1,72 +0,0 @@
-Param(
- [parameter(Mandatory=$false)][string]$registry,
- [parameter(Mandatory=$false)][string]$dockerUser,
- [parameter(Mandatory=$false)][string]$dockerPassword,
- [parameter(Mandatory=$false)][string]$imageTag,
- [parameter(Mandatory=$false)][bool]$buildImages=$true,
- [parameter(Mandatory=$false)][bool]$pushImages=$true,
- [parameter(Mandatory=$false)][string]$dockerOrg="eshop"
-)
-
-# Initialization
-
-$useDockerHub = [string]::IsNullOrEmpty($registry)
-
-# Check required commands (only if not in CI environment)
-
-$requiredCommands = ("docker", "docker-compose")
-foreach ($command in $requiredCommands) {
- if ((Get-Command $command -ErrorAction SilentlyContinue) -eq $null) {
- Write-Host "$command must be on path" -ForegroundColor Red
- exit
- }
-}
-
-# Get tag to use from current branch if no tag is passed
-if ([string]::IsNullOrEmpty($imageTag)) {
- $imageTag = $(git rev-parse --abbrev-ref HEAD)
-}
-Write-Host "Docker image Tag: $imageTag" -ForegroundColor Yellow
-
-# Build docker images if needed
-if ($buildImages) {
- Write-Host "Building Docker images tagged with '$imageTag'" -ForegroundColor Yellow
- $env:TAG=$imageTag
- docker-compose -p .. -f ../docker-compose.yml build
-}
-
-# Login to Docker registry
-if (-not [string]::IsNullOrEmpty($dockerUser)) {
- $registryFDQN = if (-not $useDockerHub) {$registry} else {"index.docker.io/v1/"}
-
- Write-Host "Logging in to $registryFDQN as user $dockerUser" -ForegroundColor Yellow
- if ($useDockerHub) {
- docker login -u $dockerUser -p $dockerPassword
- }
- else {
- docker login -u $dockerUser -p $dockerPassword $registryFDQN
- }
-
- if (-not $LastExitCode -eq 0) {
- Write-Host "Login failed" -ForegroundColor Red
- exit
- }
-
-}
-
-# Push images to Docker registry
-if ($pushImages) {
- Write-Host "Pushing images to $registry/$dockerOrg..." -ForegroundColor Yellow
- $services = ("basket.api", "catalog.api", "identity.api", "ordering.api", "ordering.backgroundtasks", "marketing.api","payment.api","locations.api", "webmvc", "webspa", "webstatus", "ocelotapigw", "mobileshoppingagg", "webshoppingagg", "ordering.signalrhub")
-
- foreach ($service in $services) {
- $imageFqdn = if ($useDockerHub) {"$dockerOrg/${service}"} else {"$registry/$dockerOrg/${service}"}
- docker tag eshop/${service}:$imageTag ${imageFqdn}:$imageTag
- docker push ${imageFqdn}:$imageTag
- }
-}
-
-
-
-
-
diff --git a/k8s/conf-files.md b/k8s/conf-files.md
deleted file mode 100644
index 3a74a86bd3..0000000000
--- a/k8s/conf-files.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# YAML files used to deploy to k8s
-
-This is just a brief enumeration of the configuration files used to create the k8s objects. Use as reference to find where specific object is.
-
-- `deployments.yaml` Contains the definition of all deployments of the eShopOnContainers. Do not contain any infrastructure deployment (so no SQL, Redis, ...).
-- `services.yaml` Contains the definition of all services of the eShopOnContainers. Do not contain any infrastructure service (so no SQL, Redis, ...).
-- `basket-data.yaml` Contains the definition of the Redis (used by basket.api) deployment and service
-- `nosql-data.yaml` Contains the definition of the Mongodb (used by locations and marketing) deployment and service
-- `sql-data.yaml` Contains the definition of the SQL server deployment and service
-- `rabbitmq.yaml` Contains the definition of the RabbitMQ deployment and service
-- `keystore-data.yaml` Contains the deployment and service definition of the Redis used to mantain coherence between all the ASP.NET Identity keystores.
-- `conf_local.yaml` Contains the configuration map that configures all the Pods to use "local" containers (that is all containers in k8s)
-- `conf_cloud.yaml` Contains the configuration map that configures all the Pods to use "cloud" resources (that is use Azure resources instead infrastructure containers). This file is provided with no valid values, just for example.
-- `frontend.yaml` Contains the deployment and service definition of the NGINX frontend used as reverse-proxy
-
-- For more information what kubernetes deployments are, read [Kubernetes help](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)
-- For more information what kubernetes services are, read [Kubernetes help](https://kubernetes.io/docs/concepts/services-networking/service/)
diff --git a/k8s/conf_cloud.yaml b/k8s/conf_cloud.yaml
deleted file mode 100644
index a914105aed..0000000000
--- a/k8s/conf_cloud.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: externalcfg
- labels:
- app: eshop
-data:
-# Basket.API entries
- basket__ConnectionString: REDIS CONNECTION STRING FOR BASKET
-# Catalog.API entries
- catalog__ConnectionString: Catalog SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
-# Identity.API entries
- IdentitySqlDb: Identity SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
-# Locations.API entries
- LocationsBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
- LocationsNoSqlDb: Locations MongoDb ConnectionString
- LocationsNoSqlDbName: Locations MongoDb database (LocationsDb)
-# Marketing.API entries
- MarketingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
- MarketingNoSqlDb: Marketing MongoDb ConnectionString
- MarketingNoSqlDbName: Marketing MongoDb database (MarketingDb)
- MarketingSqlDb: Marketing SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
-# Ordering.API entries
- OrderingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
- OrderingSqlDb: Ordering SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
- GracePeriodManager_GracePeriodTime: "1"
- GracePeriodManager_CheckUpdateTime: "15000"
-# Payment.API entries
- PaymentBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
-# Global entries
- all_UseAzureServiceBus: "TRUE" IF USE AZURE SB ("FALSE" FOR USING RABBITMQ)
- keystore: REDIS CONNECTION STRING FOR KEYSTORE
- all_EventBusConnection: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
- all_InstrumentationKey: APPINSIGHTS KEY
diff --git a/k8s/conf_local.yaml b/k8s/conf_local.yaml
deleted file mode 100644
index 615754bcfc..0000000000
--- a/k8s/conf_local.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: externalcfg
- labels:
- app: eshop
-data:
- basket__ConnectionString: basket-data
- catalog__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word;
- catalog__AzureStorageEnabled: "False"
- identity__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;
- locations__ConnectionString: mongodb://nosql-data
- locations__Database: LocationsDb
- marketing__MongoConnectionString: mongodb://nosql-data
- marketing__MongoDatabase: MarketingDb
- marketing__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word;
- ordering__ConnectionString: Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;
- keystore: keystore-data
- GracePeriodManager__GracePeriodTime: "1"
- GracePeriodManager__CheckUpdateTime: "15000"
- all__EventBusConnection: rabbitmq
- all__InstrumentationKey: ""
- all__EnableLoadTest: "False"
- all__UseAzureServiceBus: "False"
-
-
-
diff --git a/k8s/deploy-ingress-azure.ps1 b/k8s/deploy-ingress-azure.ps1
deleted file mode 100644
index d0ff702df0..0000000000
--- a/k8s/deploy-ingress-azure.ps1
+++ /dev/null
@@ -1 +0,0 @@
-kubectl apply -f nginx-ingress\cloud-generic.yaml
\ No newline at end of file
diff --git a/k8s/deploy-ingress-dockerlocal.ps1 b/k8s/deploy-ingress-dockerlocal.ps1
deleted file mode 100644
index 04ffad7637..0000000000
--- a/k8s/deploy-ingress-dockerlocal.ps1
+++ /dev/null
@@ -1,2 +0,0 @@
-kubectl apply -f nginx-ingress\cm.yaml
-kubectl apply -f nginx-ingress\cloud-generic.yaml
\ No newline at end of file
diff --git a/k8s/deploy-nodeports.ps1 b/k8s/deploy-nodeports.ps1
deleted file mode 100644
index a10462b0b2..0000000000
--- a/k8s/deploy-nodeports.ps1
+++ /dev/null
@@ -1,2 +0,0 @@
-kubectl apply -f .\nodeports\rabbitmq-admin.yaml
-kubectl apply -f .\nodeports\sql-services.yaml
diff --git a/k8s/deploy.ps1 b/k8s/deploy.ps1
deleted file mode 100644
index abeb12aed8..0000000000
--- a/k8s/deploy.ps1
+++ /dev/null
@@ -1,212 +0,0 @@
-Param(
- [parameter(Mandatory=$false)][string]$registry,
- [parameter(Mandatory=$false)][string]$dockerUser,
- [parameter(Mandatory=$false)][string]$dockerPassword,
- [parameter(Mandatory=$false)][string]$execPath,
- [parameter(Mandatory=$false)][string]$kubeconfigPath,
- [parameter(Mandatory=$true)][string]$configFile,
- [parameter(Mandatory=$false)][string]$imageTag,
- [parameter(Mandatory=$false)][bool]$deployCI=$false,
- [parameter(Mandatory=$false)][bool]$buildImages=$true,
- [parameter(Mandatory=$false)][bool]$pushImages=$true,
- [parameter(Mandatory=$false)][bool]$deployInfrastructure=$true,
- [parameter(Mandatory=$false)][string]$dockerOrg="eshop"
-)
-
-function ExecKube($cmd) {
- if($deployCI) {
- $kubeconfig = $kubeconfigPath + 'config';
- $exp = $execPath + 'kubectl ' + $cmd + ' --kubeconfig=' + $kubeconfig
- Invoke-Expression $exp
- }
- else{
- $exp = $execPath + 'kubectl ' + $cmd
- Invoke-Expression $exp
- }
-}
-
-# Initialization
-$debugMode = $PSCmdlet.MyInvocation.BoundParameters["Debug"].IsPresent
-$useDockerHub = [string]::IsNullOrEmpty($registry)
-
-$externalDns = & ExecKube -cmd 'get svc ingress-nginx -n ingress-nginx -o=jsonpath="{.status.loadBalancer.ingress[0].ip}"'
-Write-Host "Ingress ip detected: $externalDns" -ForegroundColor Yellow
-
-if (-not [bool]($externalDns -as [ipaddress])) {
- Write-Host "Must install ingress first" -ForegroundColor Red
- Write-Host "Run deploy-ingress.ps1 and deploy-ingress-azure.ps1" -ForegroundColor Red
- exit
-}
-
-
-# Check required commands (only if not in CI environment)
-if(-not $deployCI) {
- $requiredCommands = ("docker", "docker-compose", "kubectl")
- foreach ($command in $requiredCommands) {
- if ((Get-Command $command -ErrorAction SilentlyContinue) -eq $null) {
- Write-Host "$command must be on path" -ForegroundColor Red
- exit
- }
- }
-}
-else {
- $buildImages = false; # Never build images through CI, as they previously built
-}
-
-# Get tag to use from current branch if no tag is passed
-if ([string]::IsNullOrEmpty($imageTag)) {
- $imageTag = $(git rev-parse --abbrev-ref HEAD)
-}
-Write-Host "Docker image Tag: $imageTag" -ForegroundColor Yellow
-
-# building docker images if needed
-if ($buildImages) {
- Write-Host "Building Docker images tagged with '$imageTag'" -ForegroundColor Yellow
- $env:TAG=$imageTag
- docker-compose -p .. -f ../docker-compose.yml build
-}
-
-if ($pushImages) {
- Write-Host "Pushing images to $registry/$dockerOrg..." -ForegroundColor Yellow
- $services = ("basket.api", "catalog.api", "identity.api", "ordering.api", "ordering.backgroundtasks", "marketing.api","payment.api","locations.api", "webmvc", "webspa", "webstatus", "ocelotapigw", "mobileshoppingagg", "webshoppingagg", "ordering.signalrhub")
-
- foreach ($service in $services) {
- $imageFqdn = if ($useDockerHub) {"$dockerOrg/${service}"} else {"$registry/$dockerOrg/${service}"}
- docker tag eshop/${service}:$imageTag ${imageFqdn}:$imageTag
- docker push ${imageFqdn}:$imageTag
- }
-}
-
-# if we have login/pwd add the secret to k8s
-if (-not [string]::IsNullOrEmpty($dockerUser)) {
- $registryFDQN = if (-not $useDockerHub) {$registry} else {"index.docker.io/v1/"}
-
- Write-Host "Logging in to $registryFDQN as user $dockerUser" -ForegroundColor Yellow
- if ($useDockerHub) {
- docker login -u $dockerUser -p $dockerPassword
- }
- else {
- docker login -u $dockerUser -p $dockerPassword $registryFDQN
- }
-
- if (-not $LastExitCode -eq 0) {
- Write-Host "Login failed" -ForegroundColor Red
- exit
- }
-
- # Try to delete the Docker registry key secret
- ExecKube -cmd 'delete secret docker-registry registry-key'
-
- # Create the Docker registry key secret
- ExecKube -cmd 'create secret docker-registry registry-key `
- --docker-server=$registryFDQN `
- --docker-username=$dockerUser `
- --docker-password=$dockerPassword `
- --docker-email=not@used.com'
-}
-
-# Removing previous services & deployments
-Write-Host "Removing existing services & deployments.." -ForegroundColor Yellow
-ExecKube -cmd 'delete deployments --all'
-ExecKube -cmd 'delete services --all'
-ExecKube -cmd 'delete configmap internalurls'
-ExecKube -cmd 'delete configmap urls'
-ExecKube -cmd 'delete configmap externalcfg'
-ExecKube -cmd 'delete configmap ocelot'
-ExecKube -cmd 'delete -f ingress.yaml'
-
-# start sql, rabbitmq, frontend deployments
-if ($deployInfrastructure) {
- Write-Host 'Deploying infrastructure deployments (databases, redis, RabbitMQ...)' -ForegroundColor Yellow
- ExecKube -cmd 'create -f sql-data.yaml -f basket-data.yaml -f keystore-data.yaml -f rabbitmq.yaml -f nosql-data.yaml'
-}
-
-
-Write-Host 'Deploying ocelot APIGW' -ForegroundColor Yellow
-
-ExecKube "create configmap ocelot --from-file=mm=ocelot/configuration-mobile-marketing.json --from-file=ms=ocelot/configuration-mobile-shopping.json --from-file=wm=ocelot/configuration-web-marketing.json --from-file=ws=ocelot/configuration-web-shopping.json "
-ExecKube -cmd "apply -f ocelot/deployment.yaml"
-ExecKube -cmd "apply -f ocelot/service.yaml"
-
-Write-Host 'Deploying code deployments (Web APIs, Web apps, ...)' -ForegroundColor Yellow
-ExecKube -cmd 'create -f services.yaml'
-
-ExecKube -cmd 'create -f internalurls.yaml'
-ExecKube -cmd 'create configmap urls `
- --from-literal=PicBaseUrl=http://$($externalDns)/webshoppingapigw/api/v1/c/catalog/items/[0]/pic/ `
- --from-literal=Marketing_PicBaseUrl=http://$($externalDns)/webmarketingapigw/api/v1/m/campaigns/[0]/pic/ `
- --from-literal=mvc_e=http://$($externalDns)/webmvc `
- --from-literal=marketingapigw_e=http://$($externalDns)/webmarketingapigw `
- --from-literal=webshoppingapigw_e=http://$($externalDns)/webshoppingapigw `
- --from-literal=mobileshoppingagg_e=http://$($externalDns)/mobileshoppingagg `
- --from-literal=webshoppingagg_e=http://$($externalDns)/webshoppingagg `
- --from-literal=identity_e=http://$($externalDns)/identity `
- --from-literal=spa_e=http://$($externalDns) `
- --from-literal=locations_e=http://$($externalDns)/locations-api `
- --from-literal=marketing_e=http://$($externalDns)/marketing-api `
- --from-literal=basket_e=http://$($externalDns)/basket-api `
- --from-literal=ordering_e=http://$($externalDns)/ordering-api `
- --from-literal=xamarin_callback_e=http://$($externalDns)/xamarincallback'
-
-ExecKube -cmd 'label configmap urls app=eshop'
-
-Write-Host "Deploying configuration from $configFile" -ForegroundColor Yellow
-ExecKube -cmd "create -f $configFile"
-
-Write-Host "Creating deployments..." -ForegroundColor Yellow
-ExecKube -cmd 'create -f deployments.yaml'
-
-# update deployments with the correct image (with tag and/or registry)
-$registryPath = ""
-if (-not [string]::IsNullOrEmpty($registry)) {
- $registryPath = "$registry/"
-}
-
-Write-Host "Update Image containers to use prefix '$registry$dockerOrg' and tag '$imageTag'" -ForegroundColor Yellow
-
-ExecKube -cmd 'set image deployments/basket basket=${registryPath}${dockerOrg}/basket.api:$imageTag'
-ExecKube -cmd 'set image deployments/catalog catalog=${registryPath}${dockerOrg}/catalog.api:$imageTag'
-ExecKube -cmd 'set image deployments/identity identity=${registryPath}${dockerOrg}/identity.api:$imageTag'
-ExecKube -cmd 'set image deployments/ordering ordering=${registryPath}${dockerOrg}/ordering.api:$imageTag'
-ExecKube -cmd 'set image deployments/ordering-backgroundtasks ordering-backgroundtasks=${registryPath}${dockerOrg}/ordering.backgroundtasks:$imageTag'
-ExecKube -cmd 'set image deployments/marketing marketing=${registryPath}${dockerOrg}/marketing.api:$imageTag'
-ExecKube -cmd 'set image deployments/locations locations=${registryPath}${dockerOrg}/locations.api:$imageTag'
-ExecKube -cmd 'set image deployments/payment payment=${registryPath}${dockerOrg}/payment.api:$imageTag'
-ExecKube -cmd 'set image deployments/webmvc webmvc=${registryPath}${dockerOrg}/webmvc:$imageTag'
-ExecKube -cmd 'set image deployments/webstatus webstatus=${registryPath}${dockerOrg}/webstatus:$imageTag'
-ExecKube -cmd 'set image deployments/webspa webspa=${registryPath}${dockerOrg}/webspa:$imageTag'
-ExecKube -cmd 'set image deployments/ordering-signalrhub ordering-signalrhub=${registryPath}${dockerOrg}/ordering.signalrhub:$imageTag'
-
-ExecKube -cmd 'set image deployments/mobileshoppingagg mobileshoppingagg=${registryPath}${dockerOrg}/mobileshoppingagg:$imageTag'
-ExecKube -cmd 'set image deployments/webshoppingagg webshoppingagg=${registryPath}${dockerOrg}/webshoppingagg:$imageTag'
-
-ExecKube -cmd 'set image deployments/apigwmm apigwmm=${registryPath}${dockerOrg}/ocelotapigw:$imageTag'
-ExecKube -cmd 'set image deployments/apigwms apigwms=${registryPath}${dockerOrg}/ocelotapigw:$imageTag'
-ExecKube -cmd 'set image deployments/apigwwm apigwwm=${registryPath}${dockerOrg}/ocelotapigw:$imageTag'
-ExecKube -cmd 'set image deployments/apigwws apigwws=${registryPath}${dockerOrg}/ocelotapigw:$imageTag'
-
-Write-Host "Execute rollout..." -ForegroundColor Yellow
-ExecKube -cmd 'rollout resume deployments/basket'
-ExecKube -cmd 'rollout resume deployments/catalog'
-ExecKube -cmd 'rollout resume deployments/identity'
-ExecKube -cmd 'rollout resume deployments/ordering'
-ExecKube -cmd 'rollout resume deployments/ordering-backgroundtasks'
-ExecKube -cmd 'rollout resume deployments/marketing'
-ExecKube -cmd 'rollout resume deployments/locations'
-ExecKube -cmd 'rollout resume deployments/payment'
-ExecKube -cmd 'rollout resume deployments/webmvc'
-ExecKube -cmd 'rollout resume deployments/webstatus'
-ExecKube -cmd 'rollout resume deployments/webspa'
-ExecKube -cmd 'rollout resume deployments/mobileshoppingagg'
-ExecKube -cmd 'rollout resume deployments/webshoppingagg'
-ExecKube -cmd 'rollout resume deployments/apigwmm'
-ExecKube -cmd 'rollout resume deployments/apigwms'
-ExecKube -cmd 'rollout resume deployments/apigwwm'
-ExecKube -cmd 'rollout resume deployments/apigwws'
-ExecKube -cmd 'rollout resume deployments/ordering-signalrhub'
-
-Write-Host "Adding/Updating ingress resource..." -ForegroundColor Yellow
-ExecKube -cmd 'apply -f ingress.yaml'
-
-Write-Host "WebSPA is exposed at http://$externalDns, WebMVC at http://$externalDns/webmvc, WebStatus at http://$externalDns/webstatus" -ForegroundColor Yellow
-
diff --git a/k8s/deploy.sh b/k8s/deploy.sh
deleted file mode 100755
index 0689c19c1a..0000000000
--- a/k8s/deploy.sh
+++ /dev/null
@@ -1,212 +0,0 @@
-#!/usr/bin/env bash
-
-# http://redsymbol.net/articles/unofficial-bash-strict-mode/
-set -euo pipefail
-
-# This script is comparable to the PowerShell script deploy.ps1 but to be used from a Mac bash environment.
-# There are, however, the following few differences/limitations:
-
-# It assumes docker/container registry login was already performed
-# It assumes K8s was given access to the registry—does not create any K8s secrets
-# It does not support explicit kubectl config file (relies on kubectl config use-context to point kubectl at the right cluster/namespace)
-# It always deploys infrastructure bits (redis, SQL Server etc)
-# The script was tested only with Azure Container Registry (not Docker Hub, although it is expected to work with Docker Hub too)
-
-# Feel free to submit a PR in order to improve it.
-
-usage()
-{
- cat <
- Specifies container registry (ACR) to use (required), e.g. myregistry.azurecr.io
- -t | --tag
- Default: newly created, date-based timestamp, with 1-minute resolution
- -b | --build-solution
- Force solution build before deployment (default: false)
- --skip-image-build
- Do not build images (default is to build all images)
- --skip-image-push
- Do not upload images to the container registry (just run the Kubernetes deployment portion)
- Default is to push images to container registry
- -h | --help
- Displays this help text and exits the script
-
-It is assumed that the Kubernetes AKS cluster has been granted access to ACR registry.
-For more info see
-https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-aks
-
-WARNING! THE SCRIPT WILL COMPLETELY DESTROY ALL DEPLOYMENTS AND SERVICES VISIBLE
-FROM THE CURRENT CONFIGURATION CONTEXT.
-It is recommended that you create a separate namespace and confguration context
-for the eShopOnContainers application, to isolate it from other applications on the cluster.
-For more information see https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
-You can use eshop-namespace.yaml file (in the same directory) to create the namespace.
-
-END
-}
-
-image_tag=$(date '+%Y%m%d%H%M')
-build_solution=''
-container_registry=''
-build_images='yes'
-push_images='yes'
-
-while [[ $# -gt 0 ]]; do
- case "$1" in
- -r | --registry )
- container_registry="$2"; shift 2 ;;
- -t | --tag )
- image_tag="$2"; shift 2 ;;
- -b | --build-solution )
- build_solution='yes'; shift ;;
- --skip-image-build )
- build_images=''; shift ;;
- --skip-image-push )
- push_images=''; shift ;;
- -h | --help )
- usage; exit 1 ;;
- *)
- echo "Unknown option $1"
- usage; exit 2 ;;
- esac
-done
-
-if [[ ! $container_registry ]]; then
- echo 'Container registry must be specified (e.g. myregistry.azurecr.io)'
- echo ''
- usage
- exit 3
-fi
-
-if [[ $build_solution ]]; then
- echo "#################### Building eShopOnContainers solution ####################"
- dotnet publish -o obj/Docker/publish ../eShopOnContainers-ServicesAndWebApps.sln
-fi
-
-export TAG=$image_tag
-
-if [[ $build_images ]]; then
- echo "#################### Building eShopOnContainers Docker images ####################"
- docker-compose -p .. -f ../docker-compose.yml build
-
- # Remove temporary images
- docker rmi $(docker images -qf "dangling=true")
-fi
-
-if [[ $push_images ]]; then
- echo "#################### Pushing images to registry ####################"
- services=(basket.api catalog.api identity.api ordering.api marketing.api payment.api locations.api webmvc webspa webstatus)
-
- for service in "${services[@]}"
- do
- echo "Pushing image for service $service..."
- docker tag "eshop/$service:$image_tag" "$container_registry/$service:$image_tag"
- docker push "$container_registry/$service:$image_tag"
- done
-fi
-
-echo "#################### Cleaning up old deployment ####################"
-kubectl delete deployments --all
-kubectl delete services --all
-kubectl delete configmap config-files || true
-kubectl delete configmap urls || true
-kubectl delete configmap externalcfg || true
-
-echo "#################### Deploying infrastructure components ####################"
-kubectl create configmap config-files --from-file=nginx-conf=nginx.conf
-kubectl label configmap config-files app=eshop
-kubectl create -f sql-data.yaml -f basket-data.yaml -f keystore-data.yaml -f rabbitmq.yaml -f nosql-data.yaml
-
-echo "#################### Creating application service definitions ####################"
-kubectl create -f services.yaml -f frontend.yaml
-
-echo "#################### Waiting for Azure to provision external IP ####################"
-
-ip_regex='([0-9]{1,3}\.){3}[0-9]{1,3}'
-while true; do
- printf "."
- frontendUrl=$(kubectl get svc frontend -o=jsonpath="{.status.loadBalancer.ingress[0].ip}")
- if [[ $frontendUrl =~ $ip_regex ]]; then
- break
- fi
- sleep 5s
-done
-
-printf "\n"
-externalDns=$frontendUrl
-echo "Using $externalDns as the external DNS/IP of the K8s cluster"
-
-echo "#################### Creating application configuration ####################"
-
-# urls configmap
-kubectl create configmap urls \
- "--from-literal=BasketUrl=http://basket" \
- "--from-literal=BasketHealthCheckUrl=http://basket/hc" \
- "--from-literal=CatalogUrl=http://$externalDns/catalog-api" \
- "--from-literal=CatalogHealthCheckUrl=http://catalog/hc" \
- "--from-literal=PicBaseUrl=http://$externalDns/catalog-api/api/v1/catalog/items/[0]/pic/" \
- "--from-literal=Marketing_PicBaseUrl=http://$externalDns/marketing-api/api/v1/campaigns/[0]/pic/" \
- "--from-literal=IdentityUrl=http://$externalDns/identity" \
- "--from-literal=IdentityHealthCheckUrl=http://identity/hc" \
- "--from-literal=OrderingUrl=http://ordering" \
- "--from-literal=OrderingHealthCheckUrl=http://ordering/hc" \
- "--from-literal=MvcClientExternalUrl=http://$externalDns/webmvc" \
- "--from-literal=WebMvcHealthCheckUrl=http://webmvc/hc" \
- "--from-literal=MvcClientOrderingUrl=http://ordering" \
- "--from-literal=MvcClientCatalogUrl=http://catalog" \
- "--from-literal=MvcClientBasketUrl=http://basket" \
- "--from-literal=MvcClientMarketingUrl=http://marketing" \
- "--from-literal=MvcClientLocationsUrl=http://locations" \
- "--from-literal=MarketingHealthCheckUrl=http://marketing/hc" \
- "--from-literal=WebSpaHealthCheckUrl=http://webspa/hc" \
- "--from-literal=SpaClientMarketingExternalUrl=http://$externalDns/marketing-api" \
- "--from-literal=SpaClientOrderingExternalUrl=http://$externalDns/ordering-api" \
- "--from-literal=SpaClientCatalogExternalUrl=http://$externalDns/catalog-api" \
- "--from-literal=SpaClientBasketExternalUrl=http://$externalDns/basket-api" \
- "--from-literal=SpaClientIdentityExternalUrl=http://$externalDns/identity" \
- "--from-literal=SpaClientLocationsUrl=http://$externalDns/locations-api" \
- "--from-literal=LocationsHealthCheckUrl=http://locations/hc" \
- "--from-literal=SpaClientExternalUrl=http://$externalDns" \
- "--from-literal=LocationApiClient=http://$externalDns/locations-api" \
- "--from-literal=MarketingApiClient=http://$externalDns/marketing-api" \
- "--from-literal=BasketApiClient=http://$externalDns/basket-api" \
- "--from-literal=OrderingApiClient=http://$externalDns/ordering-api" \
- "--from-literal=PaymentHealthCheckUrl=http://payment/hc"
-
-kubectl label configmap urls app=eshop
-
-# externalcfg configmap -- points to local infrastructure components (rabbitmq, SQL Server etc)
-kubectl create -f conf_local.yml
-
-# Create application pod deployments
-kubectl create -f deployments.yaml
-
-echo "#################### Deploying application pods ####################"
-
-# update deployments with the correct image (with tag and/or registry)
-kubectl set image deployments/basket "basket=$container_registry/basket.api:$image_tag"
-kubectl set image deployments/catalog "catalog=$container_registry/catalog.api:$image_tag"
-kubectl set image deployments/identity "identity=$container_registry/identity.api:$image_tag"
-kubectl set image deployments/ordering "ordering=$container_registry/ordering.api:$image_tag"
-kubectl set image deployments/marketing "marketing=$container_registry/marketing.api:$image_tag"
-kubectl set image deployments/locations "locations=$container_registry/locations.api:$image_tag"
-kubectl set image deployments/payment "payment=$container_registry/payment.api:$image_tag"
-kubectl set image deployments/webmvc "webmvc=$container_registry/webmvc:$image_tag"
-kubectl set image deployments/webstatus "webstatus=$container_registry/webstatus:$image_tag"
-kubectl set image deployments/webspa "webspa=$container_registry/webspa:$image_tag"
-
-kubectl rollout resume deployments/basket
-kubectl rollout resume deployments/catalog
-kubectl rollout resume deployments/identity
-kubectl rollout resume deployments/ordering
-kubectl rollout resume deployments/marketing
-kubectl rollout resume deployments/locations
-kubectl rollout resume deployments/payment
-kubectl rollout resume deployments/webmvc
-kubectl rollout resume deployments/webstatus
-kubectl rollout resume deployments/webspa
-
-echo "WebSPA is exposed at http://$externalDns, WebMVC at http://$externalDns/webmvc, WebStatus at http://$externalDns/webstatus"
-echo "eShopOnContainers deployment is DONE"
diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml
deleted file mode 100644
index f362c319c6..0000000000
--- a/k8s/deployments.yaml
+++ /dev/null
@@ -1,928 +0,0 @@
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: basket
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: basket
- spec:
- containers:
- - name: basket
- image: eshop/basket.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /basket-api
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: basket__ConnectionString
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: UseLoadTest
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EnableLoadTest
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: catalog
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: catalog
- spec:
- containers:
- - name: catalog
- image: eshop/catalog.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /catalog-api
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: catalog__ConnectionString
- - name: PicBaseUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: PicBaseUrl
- - name: AzureStorageEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: catalog__AzureStorageEnabled
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: identity
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: identity
- spec:
- containers:
- - name: identity
- image: eshop/identity.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /identity
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: identity__ConnectionString
- - name: DPConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: keystore
- - name: IsClusterEnv
- value: 'True'
- - name: MvcClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: mvc_e
- - name: SpaClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: spa_e
- - name: LocationApiClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: locations_e
- - name: MarketingApiClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: marketing_e
- - name: BasketApiClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: basket_e
- - name: OrderingApiClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: ordering_e
- - name: MobileShoppingAggClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: mobileshoppingagg_e
- - name: WebShoppingAggClient
- valueFrom:
- configMapKeyRef:
- name: urls
- key: webshoppingagg_e
- - name: XamarinCallback
- valueFrom:
- configMapKeyRef:
- name: urls
- key: xamarin_callback_e
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: ordering
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: ordering
- spec:
- containers:
- - name: ordering
- image: eshop/ordering.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /ordering-api
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: ordering__ConnectionString
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: CheckUpdateTime
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: GracePeriodManager__CheckUpdateTime
- - name: GracePeriodTime
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: GracePeriodManager__GracePeriodTime
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: UseLoadTest
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EnableLoadTest
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: ordering-backgroundtasks
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: ordering-backgroundtasks
- spec:
- containers:
- - name: ordering-backgroundtasks
- image: eshop/ordering.backgroundtasks
- imagePullPolicy: Always
- env:
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: ordering__ConnectionString
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: CheckUpdateTime
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: GracePeriodManager__CheckUpdateTime
- - name: GracePeriodTime
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: GracePeriodManager__GracePeriodTime
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: UseLoadTest
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EnableLoadTest
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: ordering-signalrhub
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: ordering-signalrhub
- spec:
- containers:
- - name: ordering-signalrhub
- image: eshop/ordering.signalrhub
- imagePullPolicy: Always
- env:
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: OrchestratorType
- value: 'K8S'
- - name: IsClusterEnv
- value: 'True'
- - name: SignalrStoreConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: keystore
- ports:
- - containerPort: 80
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: locations
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: locations
- spec:
- containers:
- - name: locations
- image: eshop/locations.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /locations-api
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: locations__ConnectionString
- - name: Database
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: locations__Database
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- - name: IdentityUrlExternal
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: UseLoadTest
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EnableLoadTest
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: marketing
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: marketing
- spec:
- containers:
- - name: marketing
- image: eshop/marketing.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /marketing-api
- - name: ConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: marketing__ConnectionString
- - name: MongoConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: marketing__MongoConnectionString
- - name: MongoDatabase
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: marketing__MongoDatabase
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- - name: IdentityUrlExternal
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: PicBaseUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: Marketing_PicBaseUrl
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: UseLoadTest
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EnableLoadTest
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: payment
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: payment
- spec:
- containers:
- - name: payment
- image: eshop/payment.api
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /payment-api
- - name: AzureServiceBusEnabled
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__UseAzureServiceBus
- - name: EventBusConnection
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EventBusConnection
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: webmvc
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: webmvc
- spec:
- containers:
- - name: webmvc
- image: eshop/webmvc
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /webmvc
- - name: DPConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: keystore
- - name: IsClusterEnv
- value: 'True'
- - name: PurchaseUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: apigwws
- - name: ExternalPurchaseUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: webshoppingapigw_e
- - name: CallBackUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: mvc_e
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: MarketingUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: apigwwm
- - name: BasketUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: basket__hc
- - name: CatalogUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: catalog__hc
- - name: IdentityUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity__hc
- - name: OrderingUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: ordering__hc
- - name: MarketingUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: marketing__hc
- - name: PaymentUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: payment__hc
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: UseLoadTest
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__EnableLoadTest
- - name: OrchestratorType
- value: 'K8S'
- - name: SignalrHubUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: webshoppingapigw_e
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: webstatus
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: webstatus
- spec:
- containers:
- - name: webstatus
- image: eshop/webstatus
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /webstatus
- - name: BasketUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: basket__hc
- - name: CatalogUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: catalog__hc
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity__hc
- - name: OrderingUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: ordering__hc
- - name: OrderingBackgroundTasksUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: ordering-background__hc
- - name: LocationsUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: locations__hc
- - name: MarketingUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: marketing__hc
- - name: mvc
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: mvc__hc
- - name: spa
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: spa__hc
- - name: PaymentUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: payment__hc
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: OrchestratorType
- value: 'K8S'
- ports:
- - containerPort: 80
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: webspa
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: webspa
- spec:
- containers:
- - name: webspa
- image: eshop/webspa
- imagePullPolicy: Always
- env:
- - name: ASPNETCORE_URLS
- value: http://0.0.0.0:80
- - name: DPConnectionString
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: keystore
- - name: IsClusterEnv
- value: 'True'
- - name: PurchaseUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: webshoppingapigw_e
- - name: CallBackUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: spa_e
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: identity_e
- - name: MarketingUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: marketingapigw_e
- - name: BasketUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: basket__hc
- - name: CatalogUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: catalog__hc
- - name: IdentityUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity__hc
- - name: OrderingUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: ordering__hc
- - name: MarketingUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: marketing__hc
- - name: PaymentUrlHC
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: payment__hc
- - name: ApplicationInsights__InstrumentationKey
- valueFrom:
- configMapKeyRef:
- name: externalcfg
- key: all__InstrumentationKey
- - name: OrchestratorType
- value: 'K8S'
- - name: SignalrHubUrl
- valueFrom:
- configMapKeyRef:
- name: urls
- key: webshoppingapigw_e
- ports:
- - containerPort: 80
-
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: webshoppingagg
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: webshoppingagg
- spec:
- containers:
- - name: webshoppingagg
- image: eshop/webshoppingagg
- imagePullPolicy: Always
- env:
- - name: ASPNETCORE_URLS
- value: http://0.0.0.0:80
- - name: urls__basket
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: basket
- - name: urls__catalog
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: catalog
- - name: urls__orders
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: ordering
- - name: urls__identity
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- ports:
- - containerPort: 80
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: mobileshoppingagg
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: mobileshoppingagg
- spec:
- containers:
- - name: mobileshoppingagg
- image: eshop/mobileshoppingagg
- imagePullPolicy: Always
- env:
- - name: ASPNETCORE_URLS
- value: http://0.0.0.0:80
- - name: urls__basket
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: basket
- - name: urls__catalog
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: catalog
- - name: urls__orders
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: ordering
- - name: urls__identity
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- ports:
- - containerPort: 80
- imagePullSecrets:
- - name: registry-key
----
diff --git a/k8s/eshop-namespace.yaml b/k8s/eshop-namespace.yaml
deleted file mode 100644
index c7eebb7a0f..0000000000
--- a/k8s/eshop-namespace.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-apiVersion: v1
-kind: Namespace
-metadata:
- name: eshop
-
\ No newline at end of file
diff --git a/k8s/gen-k8s-env-aks.ps1 b/k8s/gen-k8s-env-aks.ps1
deleted file mode 100644
index 727a9ca533..0000000000
--- a/k8s/gen-k8s-env-aks.ps1
+++ /dev/null
@@ -1,34 +0,0 @@
-Param(
- [parameter(Mandatory=$true)][string]$resourceGroupName,
- [parameter(Mandatory=$true)][string]$location,
- [parameter(Mandatory=$true)][string]$serviceName,
- [parameter(Mandatory=$true)][string]$dnsNamePrefix,
- [parameter(Mandatory=$false)][string]$registryName,
- [parameter(Mandatory=$true)][string]$createAcr=$true,
- [parameter(Mandatory=$false)][int]$nodeCount=3,
- [parameter(Mandatory=$false)][string]$nodeVMSize="Standard_D2_v2"
-)
-
-# Create resource group
-Write-Host "Creating Azure Resource Group..." -ForegroundColor Yellow
-az group create --name=$resourceGroupName --location=$location
-
-if ($createAcr -eq $true) {
- # Create Azure Container Registry
- Write-Host "Creating Azure Container Registry..." -ForegroundColor Yellow
- az acr create -n $registryName -g $resourceGroupName -l $location --admin-enabled true --sku Basic
-}
-
-# Create kubernetes cluster in AKS
-Write-Host "Creating Kubernetes cluster in AKS..." -ForegroundColor Yellow
-az aks create --resource-group=$resourceGroupName --name=$serviceName --dns-name-prefix=$dnsNamePrefix --generate-ssh-keys --node-count=$nodeCount --node-vm-size=$nodeVMSize
-
-# Retrieve kubernetes cluster configuration and save it under ~/.kube/config
-Write-Host "Getting Kubernetes config..." -ForegroundColor Yellow
-az aks get-credentials --resource-group=$resourceGroupName --name=$serviceName
-
-if ($createAcr -eq $true) {
- # Show ACR credentials
- Write-Host "ACR credentials" -ForegroundColor Yellow
- az acr credential show -n $registryName
-}
diff --git a/k8s/gen-k8s-env.ps1 b/k8s/gen-k8s-env.ps1
deleted file mode 100644
index fffe1546fc..0000000000
--- a/k8s/gen-k8s-env.ps1
+++ /dev/null
@@ -1,33 +0,0 @@
-Param(
- [parameter(Mandatory=$true)][string]$resourceGroupName,
- [parameter(Mandatory=$true)][string]$location,
- [parameter(Mandatory=$false)][string]$registryName,
- [parameter(Mandatory=$true)][string]$orchestratorName,
- [parameter(Mandatory=$true)][string]$dnsName,
- [parameter(Mandatory=$true)][string]$createAcr=$true,
- [parameter(Mandatory=$false)][int]$agentCount=2,
- [parameter(Mandatory=$false)][string]$agentVMSize="Standard_D2_v2",
- [parameter(Mandatory=$false)][int]$masterCount=1
-)
-
-# Create resource group
-Write-Host "Creating resource group..." -ForegroundColor Yellow
-az group create --name=$resourceGroupName --location=$location
-
-if ($createAcr -eq $true) {
- # Create Azure Container Registry
- Write-Host "Creating Azure Container Registry..." -ForegroundColor Yellow
- az acr create -n $registryName -g $resourceGroupName -l $location --admin-enabled true --sku Basic
-}
-
-# Create kubernetes orchestrator
-Write-Host "Creating kubernetes orchestrator..." -ForegroundColor Yellow
-az acs create --orchestrator-type=kubernetes --resource-group $resourceGroupName --name=$orchestratorName --dns-prefix=$dnsName --generate-ssh-keys --agent-count=$agentCount --agent-vm-size=$agentVMSize --master-count=$masterCount
-
-# Retrieve kubernetes cluster configuration and save it under ~/.kube/config
-az acs kubernetes get-credentials --resource-group=$resourceGroupName --name=$orchestratorName
-
-if ($createAcr -eq $true) {
- # Show ACR credentials
- az acr credential show -n $registryName
-}
\ No newline at end of file
diff --git a/k8s/helm/apigwmm/configuration-mobile-marketing.json b/k8s/helm/apigwmm/configuration-mobile-marketing.json
deleted file mode 100644
index 666df1633f..0000000000
--- a/k8s/helm/apigwmm/configuration-mobile-marketing.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/m/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/l/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
-}
-
\ No newline at end of file
diff --git a/k8s/helm/apigwmm/templates/configmap.yaml b/k8s/helm/apigwmm/templates/configmap.yaml
deleted file mode 100644
index fbffcd3395..0000000000
--- a/k8s/helm/apigwmm/templates/configmap.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-{{- $name := include "apigwmm.fullname" . -}}
-
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: "cfg-{{ $name }}"
- labels:
- app: {{ template "apigwmm.name" . }}
- chart: {{ template "apigwmm.chart" .}}
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
-data:
- internalurls__identity: http://{{ .Values.app.svc.identity }}
- internalurls__basket__hc: http://{{ .Values.app.svc.basket }}/hc
- internalurls__catalog__hc: http://{{ .Values.app.svc.catalog }}/hc
- internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
- internalurls__ordering__hc: http://{{ .Values.app.svc.ordering }}/hc
- internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
- internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
- internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc
-
diff --git a/k8s/helm/apigwmm/values.yaml b/k8s/helm/apigwmm/values.yaml
deleted file mode 100644
index ea87a6c05e..0000000000
--- a/k8s/helm/apigwmm/values.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
-replicaCount: 1
-clusterName: eshop-aks
-pathBase: /mobilemarketingapigw
-
-image:
- repository: eshop/ocelotapigw
- tag: latest
- pullPolicy: IfNotPresent
-
-service:
- type: ClusterIP
- port: 80
-
-ingress:
- enabled: true
- annotations: {}
- tls: []
-
-resources: {}
-
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
-
-# env defines the environment variables that will be declared in the pod
-env:
- urls:
- # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
- configmap:
- - name: IdentityUrl
- key: internalurls__identity
- - name: CatalogUrlHC
- key: internalurls__catalog__hc
- - name: BasketUrlHC
- key: internalurls__basket__hc
- - name: IdentityUrlHC
- key: internalurls__identity__hc
- - name: OrderingUrlHC
- key: internalurls__ordering__hc
- - name: MarketingUrlHC
- key: internalurls__marketing__hc
- - name: PaymentUrlHC
- key: internalurls__payment__hc
- - name: LocationUrlHC
- key: internalurls__location__hc
- # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
- values:
- - name: ASPNETCORE_ENVIRONMENT
- value: Development
-probes:
- liveness:
- path: /liveness
- initialDelaySeconds: 10
- periodSeconds: 15
- port: 80
- readiness:
- path: /hc
- timeoutSeconds: 5
- initialDelaySeconds: 90
- periodSeconds: 60
- port: 80
-ocelot:
- configPath: /app/configuration
diff --git a/k8s/helm/apigwms/configuration-mobile-shopping.json b/k8s/helm/apigwms/configuration-mobile-shopping.json
deleted file mode 100644
index cf3a48aff1..0000000000
--- a/k8s/helm/apigwms/configuration-mobile-shopping.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/c/{everything}",
- "UpstreamHttpMethod": [ "GET" ]
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/b/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/o/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "mobileshoppingagg",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/{everything}",
- "UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/orders-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/basket-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/catalog-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/marketing-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "payment",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/payment-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/location-api/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
\ No newline at end of file
diff --git a/k8s/helm/apigwms/templates/configmap.yaml b/k8s/helm/apigwms/templates/configmap.yaml
deleted file mode 100644
index f3292ce72c..0000000000
--- a/k8s/helm/apigwms/templates/configmap.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-{{- $name := include "apigwms.fullname" . -}}
-
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: "cfg-{{ $name }}"
- labels:
- app: {{ template "apigwms.name" . }}
- chart: {{ template "apigwms.chart" .}}
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
-data:
- internalurls__identity: http://{{ .Values.app.svc.identity }}
- internalurls__basket__hc: http://{{ .Values.app.svc.basket }}/hc
- internalurls__catalog__hc: http://{{ .Values.app.svc.catalog }}/hc
- internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
- internalurls__ordering__hc: http://{{ .Values.app.svc.ordering }}/hc
- internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
- internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
- internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc
-
diff --git a/k8s/helm/apigwms/values.yaml b/k8s/helm/apigwms/values.yaml
deleted file mode 100644
index 650ab6449c..0000000000
--- a/k8s/helm/apigwms/values.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
-replicaCount: 1
-clusterName: eshop-aks
-pathBase: /mobileshoppingapigw
-
-image:
- repository: eshop/ocelotapigw
- tag: latest
- pullPolicy: IfNotPresent
-
-service:
- type: ClusterIP
- port: 80
-
-ingress:
- enabled: true
- annotations: {}
- tls: []
-
-resources: {}
-
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
-
-# env defines the environment variables that will be declared in the pod
-env:
- urls:
- # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
- configmap:
- - name: IdentityUrl
- key: internalurls__identity
- - name: CatalogUrlHC
- key: internalurls__catalog__hc
- - name: BasketUrlHC
- key: internalurls__basket__hc
- - name: IdentityUrlHC
- key: internalurls__identity__hc
- - name: OrderingUrlHC
- key: internalurls__ordering__hc
- - name: MarketingUrlHC
- key: internalurls__marketing__hc
- - name: PaymentUrlHC
- key: internalurls__payment__hc
- - name: LocationUrlHC
- key: internalurls__location__hc
- # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
- values:
- - name: ASPNETCORE_ENVIRONMENT
- value: Development
-probes:
- liveness:
- path: /liveness
- initialDelaySeconds: 10
- periodSeconds: 15
- port: 80
- readiness:
- path: /hc
- timeoutSeconds: 5
- initialDelaySeconds: 90
- periodSeconds: 60
- port: 80
-ocelot:
- configPath: /app/configuration
\ No newline at end of file
diff --git a/k8s/helm/apigwwm/configuration-web-marketing.json b/k8s/helm/apigwwm/configuration-web-marketing.json
deleted file mode 100644
index 666df1633f..0000000000
--- a/k8s/helm/apigwwm/configuration-web-marketing.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/m/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/l/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
-}
-
\ No newline at end of file
diff --git a/k8s/helm/apigwwm/templates/configmap.yaml b/k8s/helm/apigwwm/templates/configmap.yaml
deleted file mode 100644
index 34c0e6979f..0000000000
--- a/k8s/helm/apigwwm/templates/configmap.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-{{- $name := include "apigwwm.fullname" . -}}
-
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: "cfg-{{ $name }}"
- labels:
- app: {{ template "apigwwm.name" . }}
- chart: {{ template "apigwwm.chart" .}}
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
-data:
- internalurls__identity: http://{{ .Values.app.svc.identity }}
- internalurls__basket__hc: http://{{ .Values.app.svc.basket }}/hc
- internalurls__catalog__hc: http://{{ .Values.app.svc.catalog }}/hc
- internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
- internalurls__ordering__hc: http://{{ .Values.app.svc.ordering }}/hc
- internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
- internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
- internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc
-
diff --git a/k8s/helm/apigwwm/values.yaml b/k8s/helm/apigwwm/values.yaml
deleted file mode 100644
index 63deb58325..0000000000
--- a/k8s/helm/apigwwm/values.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
-replicaCount: 1
-clusterName: eshop-aks
-pathBase: /webmarketingapigw
-
-image:
- repository: eshop/ocelotapigw
- tag: latest
- pullPolicy: IfNotPresent
-
-service:
- type: ClusterIP
- port: 80
-
-ingress:
- enabled: true
- annotations: {}
- tls: []
-
-resources: {}
-
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
-
-# env defines the environment variables that will be declared in the pod
-env:
- urls:
- # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
- configmap:
- - name: IdentityUrl
- key: internalurls__identity
- - name: CatalogUrlHC
- key: internalurls__catalog__hc
- - name: BasketUrlHC
- key: internalurls__basket__hc
- - name: IdentityUrlHC
- key: internalurls__identity__hc
- - name: OrderingUrlHC
- key: internalurls__ordering__hc
- - name: MarketingUrlHC
- key: internalurls__marketing__hc
- - name: PaymentUrlHC
- key: internalurls__payment__hc
- - name: LocationUrlHC
- key: internalurls__location__hc
- # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
- values:
- - name: ASPNETCORE_ENVIRONMENT
- value: Development
-probes:
- liveness:
- path: /liveness
- initialDelaySeconds: 10
- periodSeconds: 15
- port: 80
- readiness:
- path: /hc
- timeoutSeconds: 5
- initialDelaySeconds: 90
- periodSeconds: 60
- port: 80
-ocelot:
- configPath: /app/configuration
\ No newline at end of file
diff --git a/k8s/helm/apigwws/configuration-web-shopping.json b/k8s/helm/apigwws/configuration-web-shopping.json
deleted file mode 100644
index 021056f430..0000000000
--- a/k8s/helm/apigwws/configuration-web-shopping.json
+++ /dev/null
@@ -1,154 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/c/{everything}",
- "UpstreamHttpMethod": [ "GET" ]
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/b/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/o/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "webshoppingagg",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/{everything}",
- "UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/orders-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering-signalrhub",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/hub/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/basket-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/catalog-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/marketing-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "payment",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/payment-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/location-api/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
\ No newline at end of file
diff --git a/k8s/helm/apigwws/templates/configmap.yaml b/k8s/helm/apigwws/templates/configmap.yaml
deleted file mode 100644
index dd5530f615..0000000000
--- a/k8s/helm/apigwws/templates/configmap.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-{{- $name := include "apigwws.fullname" . -}}
-
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: "cfg-{{ $name }}"
- labels:
- app: {{ template "apigwws.name" . }}
- chart: {{ template "apigwws.chart" .}}
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
-data:
- internalurls__identity: http://{{ .Values.app.svc.identity }}
- internalurls__basket__hc: http://{{ .Values.app.svc.basket }}/hc
- internalurls__catalog__hc: http://{{ .Values.app.svc.catalog }}/hc
- internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
- internalurls__ordering__hc: http://{{ .Values.app.svc.ordering }}/hc
- internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
- internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
- internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc
-
diff --git a/k8s/helm/apigwws/values.yaml b/k8s/helm/apigwws/values.yaml
deleted file mode 100644
index 2b047de99c..0000000000
--- a/k8s/helm/apigwws/values.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
-replicaCount: 1
-clusterName: eshop-aks
-pathBase: /webshoppingapigw
-
-image:
- repository: eshop/ocelotapigw
- tag: latest
- pullPolicy: IfNotPresent
-
-service:
- type: ClusterIP
- port: 80
-
-ingress:
- enabled: true
- annotations: {}
- tls: []
-
-resources: {}
-
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
-
-# env defines the environment variables that will be declared in the pod
-env:
- urls:
- # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
- configmap:
- - name: IdentityUrl
- key: internalurls__identity
- - name: CatalogUrlHC
- key: internalurls__catalog__hc
- - name: BasketUrlHC
- key: internalurls__basket__hc
- - name: IdentityUrlHC
- key: internalurls__identity__hc
- - name: OrderingUrlHC
- key: internalurls__ordering__hc
- - name: MarketingUrlHC
- key: internalurls__marketing__hc
- - name: PaymentUrlHC
- key: internalurls__payment__hc
- - name: LocationUrlHC
- key: internalurls__location__hc
- # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
- values:
- - name: ASPNETCORE_ENVIRONMENT
- value: Development
-probes:
- liveness:
- path: /liveness
- initialDelaySeconds: 10
- periodSeconds: 15
- port: 80
- readiness:
- path: /hc
- timeoutSeconds: 5
- initialDelaySeconds: 90
- periodSeconds: 60
- port: 80
-ocelot:
- configPath: /app/configuration
\ No newline at end of file
diff --git a/k8s/helm/app.yaml b/k8s/helm/app.yaml
deleted file mode 100644
index 91e829b272..0000000000
--- a/k8s/helm/app.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-# This helm values file defines app-based settings
-# Charts use those values, so this file **MUST** be included in all chart releases
-
-
-app: # app global settings
- name: "my-eshop" # Override for custom app name
- ingress: # ingress related settings
- entries:
- basket: basket-api # ingress entry for basket api
- catalog: catalog-api # ingress entry for catalog api
- ordering: ordering-api # ingress entry for ordering api
- identity: identity # ingress entry for identity api
- mvc: webmvc # ingress entry for web mvc
- spa: "" # ingress entry for web spa
- status: webstatus # ingress entry for web status
- webshoppingapigw: webshoppingapigw # ingress entry for web shopping Agw
- webmarketingapigw: webmarketingapigw # ingress entry for web mkg Agw
- mobilemarketingapigw: mobilemarketingapigw # ingress entry for mobile mkg Agw
- mobileshoppingapigw: mobileshoppingapigw # ingress entry for mobile shopping Agw
- webshoppingagg: webshoppingagg # ingress entry for web shopping aggregator
- mobileshoppingagg: mobileshoppingagg # ingress entry for mobile shopping aggregator
- payment: payment-api # ingress entry for payment api
- locations: locations-api # ingress entry for locations api
- marketing: marketing-api # ingress entry for marketing api
- webhooks: webhooks-api # ingress entry for webhooks api
- webhooksweb: webhooks-web # ingress entry for webhooks web demo client
- svc:
- basket: basket # service name for basket api
- catalog: catalog # service name for catalog api
- ordering: ordering # service name for ordering api
- orderingbackgroundtasks: orderingbackgroundtasks # service name for orderingbackgroundtasks
- orderingsignalrhub: ordering-signalrhub # service name for orderingsignalrhub
- identity: identity # service name for identity api
- mvc: webmvc # service name for web mvc
- spa: webspa # service name for web spa
- status: webstatus # service name for web status
- webshoppingapigw: webshoppingapigw # service name for web shopping Agw
- webmarketingapigw: webmarketingapigw # service name for web mkg Agw
- mobilemarketingapigw: mobilemarketingapigw # service name for mobile mkg Agw
- mobileshoppingapigw: mobileshoppingapigw # service name for mobile shopping Agw
- webshoppingagg: webshoppingagg # service name for web shopping aggregator
- mobileshoppingagg: mobileshoppingagg # service name for mobile shopping aggregator
- payment: payment # service name for payment api
- locations: locations # service name for locations api
- marketing: marketing # service name for marketing ap
- webhooks: webhooks # service name for webhooks api
- webhooksweb: webhooksweb # service name for webhooks web
diff --git a/k8s/helm/deploy-all-istio.ps1 b/k8s/helm/deploy-all-istio.ps1
deleted file mode 100644
index 5e05c6dbbd..0000000000
--- a/k8s/helm/deploy-all-istio.ps1
+++ /dev/null
@@ -1,116 +0,0 @@
-Param(
- [parameter(Mandatory=$false)][string]$registry,
- [parameter(Mandatory=$false)][bool]$installIstioOnSystem=$false,
- [parameter(Mandatory=$false)][string]$dockerUser,
- [parameter(Mandatory=$false)][string]$dockerPassword,
- [parameter(Mandatory=$false)][string]$externalDns="aks",
- [parameter(Mandatory=$false)][string]$dnsname="eshoptestistio",
- [parameter(Mandatory=$false)][string]$appName="eshop",
- [parameter(Mandatory=$false)][bool]$deployInfrastructure=$true,
- [parameter(Mandatory=$false)][string]$kialiuser="admin",
- [parameter(Mandatory=$false)][string]$kialipasswrd="admin",
- [parameter(Mandatory=$false)][bool]$clean=$true,
- [parameter(Mandatory=$false)][string]$aksName="",
- [parameter(Mandatory=$false)][string]$aksRg="",
- [parameter(Mandatory=$false)][string]$imageTag="latest",
- [parameter(Mandatory=$false)][bool]$useLocalk8s=$false
- )
-
-$dns = $externalDns
-
-# Instalamos Istio
-# Specify the Istio version that will be leveraged throughout these instructions
-$ISTIO_VERSION="1.0.6"
-
-# Windows
-$ProgressPreference = 'SilentlyContinue';
-[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
-Invoke-WebRequest -URI "https://github.com/istio/istio/releases/download/$ISTIO_VERSION/istio-$ISTIO_VERSION-win.zip" -OutFile "istio-$ISTIO_VERSION.zip"
-Remove-Item istio-$ISTIO_VERSION -Recurse -ErrorAction Ignore
-Expand-Archive -Path "istio-$ISTIO_VERSION.zip" -DestinationPath .
-
-if($installIstioOnSystem -eq $true) {
- New-Item -ItemType Directory -Force -Path "C:\Program Files\Istio"
- mv ./istio-$ISTIO_VERSION/bin/istioctl.exe "C:\Program Files/Istio/"
- $PATH = [environment]::GetEnvironmentVariable("PATH", "User")
- [environment]::SetEnvironmentVariable("PATH", $PATH + "; C:\Program Files\Istio", "User")
-}
-# Primero Desinstalamos cualquier cosa que haya en el cluster
-if ($clean -eq $true) {
- Write-Host "Cleaning previous helm releases..." -ForegroundColor Green
- helm delete --purge $(helm ls -q)
- kubectl delete -f istio-$ISTIO_VERSION/install/kubernetes/helm/istio/templates/crds.yaml -n istio-system
- Write-Host "Previous releases deleted" -ForegroundColor Green
-}
-
-Write-Host "Generating Kiali Credentials" -ForegroundColor Green
-#generamos la credenciales para que kiali arranque sin problemas
-kubectl -n istio-system create secret generic kiali --from-literal=username=$kialiuser --from-literal=passphrase=$kialipasswrd
-
-
-Write-Host "Deploying Istio in the cluster" -ForegroundColor Green
-helm install istio-$ISTIO_VERSION/install/kubernetes/helm/istio --wait --name istio --namespace istio-system --set global.controlPlaneSecurityEnabled=true --set grafana.enabled=true --set tracing.enabled=true --set kiali.enabled=true
-
-Write-Host "Setting Up Gateway"
-kubectl delete gateway istio-autogenerated-k8s-ingress -n istio-system
-kubectl apply -f ./istio/gateway.yml
-
-if ($useLocalk8s -eq $true) {
- $dns="localhost"
- $externalDns="localhost"
-}
-else {
- Write-Host "Resolving DNS to Gateway public IP" -ForegroundColor Green
- $ipaddress = $(kubectl get service istio-ingressgateway -n istio-system)[1] | %{ $_.Split(' ')[9];}
- $query = "[?ipAddress!=null]|[?contains([ipAddress], '$ipaddress')].[id]"
- $resid = az network public-ip list --query $query --output tsv
- $jsonresponse = az network public-ip update --ids $resid --dns-name $dnsname
- $externalDns = ($jsonresponse | ConvertFrom-Json).dnsSettings.fqdn
- Write-Host "$externalDns is pointing to Cluster public ip $ipaddress"
-}
-
-$useCustomRegistry=$false
-if (-not [string]::IsNullOrEmpty($registry)) {
- $useCustomRegistry=$true
- if ([string]::IsNullOrEmpty($dockerUser) -or [string]::IsNullOrEmpty($dockerPassword)) {
- Write-Host "Error: Must use -dockerUser AND -dockerPassword if specifying custom registry" -ForegroundColor Red
- exit 1
- }
-}
-Write-Host "Begin eShopOnContainers installation using Helm" -ForegroundColor Green
-
-$infras = ("sql-data", "nosql-data", "rabbitmq", "keystore-data", "basket-data")
-$charts = ("eshop-common", "apigwmm", "apigwms", "apigwwm", "apigwws", "basket-api","catalog-api", "identity-api", "locations-api", "marketing-api", "mobileshoppingagg","ordering-api","ordering-backgroundtasks","ordering-signalrhub", "payment-api", "webmvc", "webshoppingagg", "webspa", "webstatus", "webhooks-api", "webhooks-web")
-
-if ($deployInfrastructure) {
- foreach ($infra in $infras) {
- Write-Host "Installing infrastructure: $infra" -ForegroundColor Green
- helm install --values app.yaml --values inf.yaml --set app.name=$appName --set inf.k8s.dns=$externalDns --name="$appName-$infra" $infra
- }
-}
-
-foreach ($chart in $charts) {
- Write-Host "Installing: $chart" -ForegroundColor Green
- if ($useCustomRegistry) {
- helm install --set inf.registry.server=$registry --set inf.registry.login=$dockerUser --set inf.registry.pwd=$dockerPassword --set inf.registry.secretName=eshop-docker-scret --values app.yaml --values inf.yaml --values $ingressValuesFile --set app.name=$appName --set inf.k8s.dns=$dns --set image.tag=$imageTag --set image.pullPolicy=Always --name="$appName-$chart" $chart
- }
- else {
- if ($chart -ne "eshop-common") { # eshop-common is ignored when no secret must be deployed
- helm install --values app.yaml --values inf.yaml --set app.name=$appName --set inf.k8s.dns=$externalDns --set image.tag=$imageTag --set image.pullPolicy=Always --name="$appName-$chart" $chart
- }
- }
-}
-
-Write-Host "helm charts installed." -ForegroundColor Green
-Write-Host "Appling Virtual Services for routing." -ForegroundColor Green
-kubectl apply -f ./istio/virtualservices.yml
-
-Remove-Item istio-$ISTIO_VERSION -Recurse -ErrorAction Ignore
-Remove-Item istio-$ISTIO_VERSION.zip -Recurse -ErrorAction Ignore
-
-
-
-
-
-
-
diff --git a/k8s/helm/webstatus/values.yaml b/k8s/helm/webstatus/values.yaml
deleted file mode 100644
index 808fd8ba92..0000000000
--- a/k8s/helm/webstatus/values.yaml
+++ /dev/null
@@ -1,110 +0,0 @@
-replicaCount: 1
-clusterName: eshop-aks
-pathBase: /webstatus
-
-image:
- repository: eshop/webstatus
- tag: latest
- pullPolicy: IfNotPresent
-
-service:
- type: ClusterIP
- port: 80
-
-ingress:
- enabled: true
- annotations: {
-
- }
- tls: []
-
-resources: {}
-
-
-nodeSelector: {}
-
-tolerations: []
-
-affinity: {}
-
-# env defines the environment variables that will be declared in the pod
-env:
- urls:
- # configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
- configmap:
- - name: ApplicationInsights__InstrumentationKey
- key: all__InstrumentationKey
- - name: HealthChecksUI__HealthChecks__0__Name
- key: name__mvc__hc
- - name: HealthChecksUI__HealthChecks__0__Uri
- key: internalurls__mvc__hc
- - name: HealthChecksUI__HealthChecks__1__Name
- key: name__spa__hc
- - name: HealthChecksUI__HealthChecks__1__Uri
- key: internalurls__spa__hc
- - name: HealthChecksUI__HealthChecks__2__Name
- key: name__apigwws__hc
- - name: HealthChecksUI__HealthChecks__2__Uri
- key: internalurls__apigwws__hc
- - name: HealthChecksUI__HealthChecks__3__Name
- key: name__apigwwm__hc
- - name: HealthChecksUI__HealthChecks__3__Uri
- key: internalurls__apigwwm__hc
- - name: HealthChecksUI__HealthChecks__4__Name
- key: name__apigwms__hc
- - name: HealthChecksUI__HealthChecks__4__Uri
- key: internalurls__apigwms__hc
- - name: HealthChecksUI__HealthChecks__5__Name
- key: name__apigwmm__hc
- - name: HealthChecksUI__HealthChecks__5__Uri
- key: internalurls__apigwmm__hc
- - name: HealthChecksUI__HealthChecks__6__Name
- key: name__apigwwsagg__hc
- - name: HealthChecksUI__HealthChecks__6__Uri
- key: internalurls__apigwwsagg__hc
- - name: HealthChecksUI__HealthChecks__7__Name
- key: name__apigwmsagg__hc
- - name: HealthChecksUI__HealthChecks__7__Uri
- key: internalurls__apigwmsagg__hc
- - name: HealthChecksUI__HealthChecks__8__Name
- key: name__ordering__hc
- - name: HealthChecksUI__HealthChecks__8__Uri
- key: internalurls__ordering__hc
- - name: HealthChecksUI__HealthChecks__9__Name
- key: name__orderingbackground__hc
- - name: HealthChecksUI__HealthChecks__9__Uri
- key: internalurls__orderingbackground__hc
- - name: HealthChecksUI__HealthChecks__10__Name
- key: name__signalrhub__hc
- - name: HealthChecksUI__HealthChecks__10__Uri
- key: internalurls__signalrhub__hc
- - name: HealthChecksUI__HealthChecks__11__Name
- key: name__basket__hc
- - name: HealthChecksUI__HealthChecks__11__Uri
- key: internalurls__basket__hc
- - name: HealthChecksUI__HealthChecks__12__Name
- key: name__catalog__hc
- - name: HealthChecksUI__HealthChecks__12__Uri
- key: internalurls__catalog__hc
- - name: HealthChecksUI__HealthChecks__13__Name
- key: name__identity__hc
- - name: HealthChecksUI__HealthChecks__13__Uri
- key: internalurls__identity__hc
- - name: HealthChecksUI__HealthChecks__14__Name
- key: name__marketing__hc
- - name: HealthChecksUI__HealthChecks__14__Uri
- key: internalurls__marketing__hc
- - name: HealthChecksUI__HealthChecks__15__Name
- key: name__locations__hc
- - name: HealthChecksUI__HealthChecks__15__Uri
- key: internalurls__locations__hc
- - name: HealthChecksUI__HealthChecks__16__Name
- key: name__payment__hc
- - name: HealthChecksUI__HealthChecks__16__Uri
- key: internalurls__payment__hc
- # values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
- values:
- - name: ASPNETCORE_ENVIRONMENT
- value: Development
- - name: OrchestratorType
- value: 'K8S'
diff --git a/k8s/img/blob_creation.png b/k8s/img/blob_creation.png
deleted file mode 100644
index a9e386eadc..0000000000
Binary files a/k8s/img/blob_creation.png and /dev/null differ
diff --git a/k8s/img/deploy_script_task.png b/k8s/img/deploy_script_task.png
deleted file mode 100644
index 96e50d3c57..0000000000
Binary files a/k8s/img/deploy_script_task.png and /dev/null differ
diff --git a/k8s/img/get_kubectlbin_task.png b/k8s/img/get_kubectlbin_task.png
deleted file mode 100644
index 423aceca8c..0000000000
Binary files a/k8s/img/get_kubectlbin_task.png and /dev/null differ
diff --git a/k8s/img/get_kubectlconfig_task.png b/k8s/img/get_kubectlconfig_task.png
deleted file mode 100644
index 594e68ba7b..0000000000
Binary files a/k8s/img/get_kubectlconfig_task.png and /dev/null differ
diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml
deleted file mode 100644
index b5773bb257..0000000000
--- a/k8s/ingress.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-apiVersion: extensions/v1beta1
-kind: Ingress
-metadata:
- labels:
- app: eshop
- component: frontend
- name: eshop-ingress
- annotations:
- ingress.kubernetes.io/ssl-redirect: "false"
-spec:
- rules:
- - http:
- paths:
- - path: /identity
- backend:
- serviceName: identity
- servicePort: 80
- - path: /webmvc
- backend:
- serviceName: webmvc
- servicePort: 80
- - path: /webstatus
- backend:
- serviceName: webstatus
- servicePort: 80
- - path: /webshoppingapigw
- backend:
- serviceName: ocelotapigw-ws
- servicePort: 80
- - path: /webmarketingapigw
- backend:
- serviceName: ocelotapigw-wm
- servicePort: 80
- - path: /mobilemarketingapigw
- backend:
- serviceName: ocelotapigw-mm
- servicePort: 80
- - path: /mobileshoppingapigw
- backend:
- serviceName: ocelotapigw-ms
- servicePort: 80
- - path: /webshoppingagg
- backend:
- serviceName: webshoppingagg
- servicePort: 80
- - path: /mobileshoppingagg
- backend:
- serviceName: mobileshoppingagg
- servicePort: 80
- - path: /payment-api
- backend:
- serviceName: payment
- servicePort: 80
- - path: /
- backend:
- serviceName: webspa
- servicePort: 80
-
-
diff --git a/k8s/internalurls.yaml b/k8s/internalurls.yaml
deleted file mode 100644
index df317b5d59..0000000000
--- a/k8s/internalurls.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: internalurls
- labels:
- app: eshop
-data:
-# Internal Services & healthchecks
- basket: http://basket
- basket__hc: http://basket/hc
- catalog: http://catalog
- catalog__hc: http://catalog/hc
- identity: http://identity
- identity__hc: http://identity/hc
- ordering: http://ordering
- ordering__hc: http://ordering/hc
- ordering-background: http://ordering-background
- ordering-background__hc: http://ordering-background/hc
- marketing: http://marketing
- marketing__hc: http://marketing/hc
- locations: http://locations
- locations__hc: http://locations/hc
- payment__hc: http://payment/hc
- mvc__hc: http://webmvc/hc
- spa__hc: http://webspa/hc
-# Aggreggators
- mobileshoppingagg: http://mobileshoppingagg
- webshoppingagg: http://webshoppingagg
-# API GWs
- apigwmm: http://ocelotapigw-mm
- apigwms: http://ocelotapigw-ms
- apigwwm: http://ocelotapigw-wm
- apigwws: http://ocelotapigw-ws
\ No newline at end of file
diff --git a/k8s/keystore-data.yaml b/k8s/keystore-data.yaml
deleted file mode 100644
index 0e2dfa9b92..0000000000
--- a/k8s/keystore-data.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: keystore-data
- name: keystore-data
-spec:
- ports:
- - port: 6379
- selector:
- app: eshop
- component: keystore-data
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: keystore-data
-spec:
- template:
- metadata:
- labels:
- app: eshop
- component: keystore-data
- spec:
- containers:
- - name: keystore-data
- image: redis
-
diff --git a/k8s/nginx-ingress/mandatory-istio.yaml b/k8s/nginx-ingress/mandatory-istio.yaml
deleted file mode 100644
index 56b1cc3b5b..0000000000
--- a/k8s/nginx-ingress/mandatory-istio.yaml
+++ /dev/null
@@ -1,238 +0,0 @@
-apiVersion: v1
-kind: Namespace
-metadata:
- name: ingress-nginx
-
----
-
-kind: ConfigMap
-apiVersion: v1
-metadata:
- name: nginx-configuration
- namespace: ingress-nginx
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-
----
-
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- name: nginx-ingress-serviceaccount
- namespace: ingress-nginx
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-
----
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: ClusterRole
-metadata:
- name: nginx-ingress-clusterrole
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-rules:
- - apiGroups:
- - ""
- resources:
- - configmaps
- - endpoints
- - nodes
- - pods
- - secrets
- verbs:
- - list
- - watch
- - apiGroups:
- - ""
- resources:
- - nodes
- verbs:
- - get
- - apiGroups:
- - ""
- resources:
- - services
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - "extensions"
- resources:
- - ingresses
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - ""
- resources:
- - events
- verbs:
- - create
- - patch
- - apiGroups:
- - "extensions"
- resources:
- - ingresses/status
- verbs:
- - update
-
----
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: Role
-metadata:
- name: nginx-ingress-role
- namespace: ingress-nginx
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-rules:
- - apiGroups:
- - ""
- resources:
- - configmaps
- - pods
- - secrets
- - namespaces
- verbs:
- - get
- - apiGroups:
- - ""
- resources:
- - configmaps
- resourceNames:
- # Defaults to "-"
- # Here: "-"
- # This has to be adapted if you change either parameter
- # when launching the nginx-ingress-controller.
- - "ingress-controller-leader-nginx"
- verbs:
- - get
- - update
- - apiGroups:
- - ""
- resources:
- - configmaps
- verbs:
- - create
- - apiGroups:
- - ""
- resources:
- - endpoints
- verbs:
- - get
-
----
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: RoleBinding
-metadata:
- name: nginx-ingress-role-nisa-binding
- namespace: ingress-nginx
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: nginx-ingress-role
-subjects:
- - kind: ServiceAccount
- name: nginx-ingress-serviceaccount
- namespace: ingress-nginx
-
----
-apiVersion: rbac.authorization.k8s.io/v1beta1
-kind: ClusterRoleBinding
-metadata:
- name: nginx-ingress-clusterrole-nisa-binding
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: nginx-ingress-clusterrole
-subjects:
- - kind: ServiceAccount
- name: nginx-ingress-serviceaccount
- namespace: ingress-nginx
-
----
-
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: nginx-ingress-controller
- namespace: ingress-nginx
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
-spec:
- replicas: 1
- selector:
- matchLabels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
- template:
- metadata:
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
- annotations:
- prometheus.io/port: "10254"
- prometheus.io/scrape: "true"
- spec:
- serviceAccountName: nginx-ingress-serviceaccount
- containers:
- - name: nginx-ingress-controller
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.20.0
- args:
- - /nginx-ingress-controller
- - --configmap=$(POD_NAMESPACE)/nginx-configuration
- - --publish-service=$(POD_NAMESPACE)/ingress-nginx
- - --annotations-prefix=nginx.ingress.kubernetes.io
- securityContext:
- capabilities:
- drop:
- - ALL
- add:
- - NET_BIND_SERVICE
- # www-data -> 33
- runAsUser: 33
- env:
- - name: POD_NAME
- valueFrom:
- fieldRef:
- fieldPath: metadata.name
- - name: POD_NAMESPACE
- valueFrom:
- fieldRef:
- fieldPath: metadata.namespace
- ports:
- - name: http
- containerPort: 80
- - name: https
- containerPort: 443
- livenessProbe:
- failureThreshold: 3
- httpGet:
- path: /healthz
- port: 10254
- scheme: HTTP
- initialDelaySeconds: 10
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 1
- readinessProbe:
- failureThreshold: 3
- httpGet:
- path: /healthz
- port: 10254
- scheme: HTTP
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 1
diff --git a/k8s/nosql-data.yaml b/k8s/nosql-data.yaml
deleted file mode 100644
index 5dfb67c6e4..0000000000
--- a/k8s/nosql-data.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: nosql-data
- name: nosql-data
-spec:
- ports:
- - port: 27017
- selector:
- app: eshop
- component: nosql-data
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: nosql-data
-spec:
- template:
- metadata:
- labels:
- app: eshop
- component: nosql-data
- spec:
- containers:
- - name: nosql-data
- image: mongo
- ports:
- - containerPort: 27017
diff --git a/k8s/ocelot/configuration-mobile-marketing.json b/k8s/ocelot/configuration-mobile-marketing.json
deleted file mode 100644
index 666df1633f..0000000000
--- a/k8s/ocelot/configuration-mobile-marketing.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/m/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/l/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
-}
-
\ No newline at end of file
diff --git a/k8s/ocelot/configuration-mobile-shopping.json b/k8s/ocelot/configuration-mobile-shopping.json
deleted file mode 100644
index cf3a48aff1..0000000000
--- a/k8s/ocelot/configuration-mobile-shopping.json
+++ /dev/null
@@ -1,142 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/c/{everything}",
- "UpstreamHttpMethod": [ "GET" ]
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/b/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/o/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "mobileshoppingagg",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/{everything}",
- "UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/orders-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/basket-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/catalog-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/marketing-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "payment",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/payment-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/location-api/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
\ No newline at end of file
diff --git a/k8s/ocelot/configuration-web-marketing.json b/k8s/ocelot/configuration-web-marketing.json
deleted file mode 100644
index 666df1633f..0000000000
--- a/k8s/ocelot/configuration-web-marketing.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/m/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/l/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
-}
-
\ No newline at end of file
diff --git a/k8s/ocelot/configuration-web-shopping.json b/k8s/ocelot/configuration-web-shopping.json
deleted file mode 100644
index 021056f430..0000000000
--- a/k8s/ocelot/configuration-web-shopping.json
+++ /dev/null
@@ -1,154 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/c/{everything}",
- "UpstreamHttpMethod": [ "GET" ]
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/b/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/o/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "webshoppingagg",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/{everything}",
- "UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/orders-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering-signalrhub",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/hub/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/basket-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/catalog-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/marketing-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "payment",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/payment-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/location-api/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
\ No newline at end of file
diff --git a/k8s/ocelot/deployment.yaml b/k8s/ocelot/deployment.yaml
deleted file mode 100644
index 3a114e4ce8..0000000000
--- a/k8s/ocelot/deployment.yaml
+++ /dev/null
@@ -1,155 +0,0 @@
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: apigwmm
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: apigwmm
- spec:
- containers:
- - name: apigwmm
- image: eshop/ocelotapigw
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /mobilemarketingapigw
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- ports:
- - containerPort: 80
- volumeMounts:
- - name: config
- mountPath: /app/configuration
- volumes:
- - name: config
- configMap:
- name: ocelot
- items:
- - key: mm
- path: configuration.json
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: apigwms
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: apigwms
- spec:
- containers:
- - name: apigwms
- image: eshop/ocelotapigw
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /mobileshoppingapigw
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- ports:
- - containerPort: 80
- volumeMounts:
- - name: config
- mountPath: /app/configuration
- volumes:
- - name: config
- configMap:
- name: ocelot
- items:
- - key: ms
- path: configuration.json
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: apigwwm
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: apigwwm
- spec:
- containers:
- - name: apigwwm
- image: eshop/ocelotapigw
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /webmarketingapigw
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- ports:
- - containerPort: 80
- volumeMounts:
- - name: config
- mountPath: /app/configuration
- volumes:
- - name: config
- configMap:
- name: ocelot
- items:
- - key: wm
- path: configuration.json
- imagePullSecrets:
- - name: registry-key
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: apigwws
-spec:
- paused: true
- template:
- metadata:
- labels:
- app: eshop
- component: apigwws
- spec:
- containers:
- - name: apigwws
- image: eshop/ocelotapigw
- imagePullPolicy: Always
- env:
- - name: PATH_BASE
- value: /webshoppingapigw
- - name: IdentityUrl
- valueFrom:
- configMapKeyRef:
- name: internalurls
- key: identity
- ports:
- - containerPort: 80
- volumeMounts:
- - name: config
- mountPath: /app/configuration
- volumes:
- - name: config
- configMap:
- name: ocelot
- items:
- - key: ws
- path: configuration.json
- imagePullSecrets:
- - name: registry-key
\ No newline at end of file
diff --git a/k8s/ocelot/service.yaml b/k8s/ocelot/service.yaml
deleted file mode 100644
index 858b54b214..0000000000
--- a/k8s/ocelot/service.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ocelotapigw-mm
- name: ocelotapigw-mm
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: apigwmm
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ocelotapigw-ms
- name: ocelotapigw-ms
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: apigwms
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ocelotapigw-wm
- name: ocelotapigw-wm
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: apigwwm
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ocelotapigw-ws
- name: ocelotapigw-ws
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: apigwws
diff --git a/k8s/rabbitmq.yaml b/k8s/rabbitmq.yaml
deleted file mode 100644
index d2a7de9069..0000000000
--- a/k8s/rabbitmq.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: rabbitmq
- name: rabbitmq
-spec:
- ports:
- - port: 5672
- selector:
- app: eshop
- component: rabbitmq
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: rabbitmq
-spec:
- template:
- metadata:
- labels:
- app: eshop
- component: rabbitmq
- spec:
- containers:
- - name: rabbitmq
- image: rabbitmq:3-management
- ports:
- - containerPort: 5672
diff --git a/k8s/readme.md b/k8s/readme.md
deleted file mode 100644
index 43534d32ec..0000000000
--- a/k8s/readme.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Kubernetes (k8s) deploy information
-
-This folder contains files needed to **create** a ACS with Kubernetes in Azure and to **deploy** eShopServices in a existing Kubernetes:
-
-- `gen-k8s-env.ps1` Script to create a ACS with Kubernetes in Azure
-- `deploy.ps1` Script to deploy eShopOnContainers in a existing k8s
-
-Refer to file [README.k8s.md](./README.k8s.md) for detailed information
-
-Refer to file [README.CICD.k8s.md](./README.CICD.k8s.md) for information about how to set a VSTS build for deploying on k8s
-
-Refer to file [conf-files.md](./conf-files.md) for a brief description of every YAML file in this folder
\ No newline at end of file
diff --git a/k8s/services.yaml b/k8s/services.yaml
deleted file mode 100644
index ad537eaf00..0000000000
--- a/k8s/services.yaml
+++ /dev/null
@@ -1,195 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: basket
- name: basket
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: basket
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: catalog
- name: catalog
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: catalog
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: identity
- name: identity
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: identity
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ordering
- name: ordering
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: ordering
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ordering-backgroundtasks
- name: ordering-background
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: ordering-backgroundtasks
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: ordering-signalrhub
- name: ordering-signalrhub
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: ordering-signalrhub
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: locations
- name: locations
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: locations
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: payment
- name: payment
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: payment
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: marketing
- name: marketing
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: marketing
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: webshoppingagg
- name: webshoppingagg
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: webshoppingagg
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: mobileshoppingagg
- name: mobileshoppingagg
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: mobileshoppingagg
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: webmvc
- name: webmvc
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: webmvc
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: webstatus
- name: webstatus
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: webstatus
----
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: webspa
- name: webspa
-spec:
- ports:
- - port: 80
- selector:
- app: eshop
- component: webspa
diff --git a/k8s/sql-data.yaml b/k8s/sql-data.yaml
deleted file mode 100644
index 245622e83a..0000000000
--- a/k8s/sql-data.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- labels:
- app: eshop
- component: sql-data
- name: sql-data
-spec:
- ports:
- - port: 1433
- selector:
- app: eshop
- component: sql-data
----
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: sql-data
-spec:
- template:
- metadata:
- labels:
- app: eshop
- component: sql-data
- spec:
- containers:
- - name: sql-data
- image: microsoft/mssql-server-linux:2017-latest
- env:
- - name: ACCEPT_EULA
- value: "Y"
- - name: MSSQL_PID
- value: Developer
- - name: MSSQL_SA_PASSWORD
- value: Pass@word
diff --git a/KUBERNETES.md b/obsolete/KUBERNETES.md
similarity index 100%
rename from KUBERNETES.md
rename to obsolete/KUBERNETES.md
diff --git a/cli-windows/add-firewall-rules-for-sts-auth-thru-docker.ps1 b/obsolete/cli-windows/add-firewall-rules-for-sts-auth-thru-docker.ps1
similarity index 100%
rename from cli-windows/add-firewall-rules-for-sts-auth-thru-docker.ps1
rename to obsolete/cli-windows/add-firewall-rules-for-sts-auth-thru-docker.ps1
diff --git a/cli-windows/set-dockernat-networkategory-to-private.ps1 b/obsolete/cli-windows/set-dockernat-networkategory-to-private.ps1
similarity index 100%
rename from cli-windows/set-dockernat-networkategory-to-private.ps1
rename to obsolete/cli-windows/set-dockernat-networkategory-to-private.ps1
diff --git a/readme/README.ENV.md b/obsolete/readme/README.ENV.md
similarity index 100%
rename from readme/README.ENV.md
rename to obsolete/readme/README.ENV.md
diff --git a/readme/readme-docker-compose.md b/obsolete/readme/readme-docker-compose.md
similarity index 100%
rename from readme/readme-docker-compose.md
rename to obsolete/readme/readme-docker-compose.md
diff --git a/readme/readme.md b/obsolete/readme/readme.md
similarity index 100%
rename from readme/readme.md
rename to obsolete/readme/readme.md
diff --git a/vsts-docs/builds/images/android-build-step1.png b/obsolete/vsts-docs/builds/images/android-build-step1.png
similarity index 100%
rename from vsts-docs/builds/images/android-build-step1.png
rename to obsolete/vsts-docs/builds/images/android-build-step1.png
diff --git a/vsts-docs/builds/images/android-build-step2.png b/obsolete/vsts-docs/builds/images/android-build-step2.png
similarity index 100%
rename from vsts-docs/builds/images/android-build-step2.png
rename to obsolete/vsts-docs/builds/images/android-build-step2.png
diff --git a/vsts-docs/builds/images/android-build-step3.png b/obsolete/vsts-docs/builds/images/android-build-step3.png
similarity index 100%
rename from vsts-docs/builds/images/android-build-step3.png
rename to obsolete/vsts-docs/builds/images/android-build-step3.png
diff --git a/vsts-docs/builds/images/android-build-step4.png b/obsolete/vsts-docs/builds/images/android-build-step4.png
similarity index 100%
rename from vsts-docs/builds/images/android-build-step4.png
rename to obsolete/vsts-docs/builds/images/android-build-step4.png
diff --git a/vsts-docs/builds/images/android-build-step5.png b/obsolete/vsts-docs/builds/images/android-build-step5.png
similarity index 100%
rename from vsts-docs/builds/images/android-build-step5.png
rename to obsolete/vsts-docs/builds/images/android-build-step5.png
diff --git a/vsts-docs/builds/images/android-build.png b/obsolete/vsts-docs/builds/images/android-build.png
similarity index 100%
rename from vsts-docs/builds/images/android-build.png
rename to obsolete/vsts-docs/builds/images/android-build.png
diff --git a/vsts-docs/builds/images/ios-build-step1.png b/obsolete/vsts-docs/builds/images/ios-build-step1.png
similarity index 100%
rename from vsts-docs/builds/images/ios-build-step1.png
rename to obsolete/vsts-docs/builds/images/ios-build-step1.png
diff --git a/vsts-docs/builds/images/ios-build-step2.png b/obsolete/vsts-docs/builds/images/ios-build-step2.png
similarity index 100%
rename from vsts-docs/builds/images/ios-build-step2.png
rename to obsolete/vsts-docs/builds/images/ios-build-step2.png
diff --git a/vsts-docs/builds/images/ios-build-step3.png b/obsolete/vsts-docs/builds/images/ios-build-step3.png
similarity index 100%
rename from vsts-docs/builds/images/ios-build-step3.png
rename to obsolete/vsts-docs/builds/images/ios-build-step3.png
diff --git a/vsts-docs/builds/images/ios-build.png b/obsolete/vsts-docs/builds/images/ios-build.png
similarity index 100%
rename from vsts-docs/builds/images/ios-build.png
rename to obsolete/vsts-docs/builds/images/ios-build.png
diff --git a/vsts-docs/builds/xamarin-android.md b/obsolete/vsts-docs/builds/xamarin-android.md
similarity index 100%
rename from vsts-docs/builds/xamarin-android.md
rename to obsolete/vsts-docs/builds/xamarin-android.md
diff --git a/vsts-docs/builds/xamarin-iOS.md b/obsolete/vsts-docs/builds/xamarin-iOS.md
similarity index 100%
rename from vsts-docs/builds/xamarin-iOS.md
rename to obsolete/vsts-docs/builds/xamarin-iOS.md
diff --git a/vsts-docs/readme.md b/obsolete/vsts-docs/readme.md
similarity index 100%
rename from vsts-docs/readme.md
rename to obsolete/vsts-docs/readme.md
diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index ba627e6743..0000000000
--- a/package-lock.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "requires": true,
- "lockfileVersion": 1,
- "dependencies": {
- "@aspnet/signalr": {
- "version": "1.0.0-preview1-update1",
- "resolved": "https://registry.npmjs.org/@aspnet/signalr/-/signalr-1.0.0-preview1-update1.tgz",
- "integrity": "sha512-TGFCoLa2svN37Ew5ue0kGFxbkmQzq2I9N5TMLFBWRrpTYF4txlE3yPX0EaPt/NToKBaK1A+VK8Q+1MGSYtnqUw=="
- }
- }
-}
diff --git a/restore-packages.cmd b/restore-packages.cmd
deleted file mode 100644
index 4e99614d63..0000000000
--- a/restore-packages.cmd
+++ /dev/null
@@ -1 +0,0 @@
-for /R %%f in (*.csproj) do dotnet restore --no-dependencies %%f
diff --git a/run-docker-compose-build.ps1 b/run-docker-compose-build.ps1
deleted file mode 100644
index 7d99ee0e75..0000000000
--- a/run-docker-compose-build.ps1
+++ /dev/null
@@ -1,14 +0,0 @@
-$startTime = $(Get-Date)
-
-docker-compose build
-
-$elapsedTime = $(Get-Date) - $startTime
-
-$elapsedTime
-
-# "Beep" from: http://jeffwouters.nl/index.php/2012/03/get-your-geek-on-with-powershell-and-some-music/
-[console]::beep(900,400)
-[console]::beep(1000,400)
-[console]::beep(800,400)
-[console]::beep(400,400)
-[console]::beep(600,1600)
diff --git a/scripts/restore-packages b/scripts/restore-packages
deleted file mode 100644
index 58bb10c62f..0000000000
--- a/scripts/restore-packages
+++ /dev/null
@@ -1 +0,0 @@
-echo RESTORING ALL PACKAGES...; for f in /src/csproj-files/*.csproj; do dotnet restore $f; done
\ No newline at end of file
diff --git a/scripts/restore-packages.cmd b/scripts/restore-packages.cmd
deleted file mode 100644
index 9f3a8434e1..0000000000
--- a/scripts/restore-packages.cmd
+++ /dev/null
@@ -1 +0,0 @@
-for %%p in (csproj-files\*.csproj) do dotnet restore %%p
diff --git a/src/.dockerignore b/src/.dockerignore
new file mode 100644
index 0000000000..2cec0e7b04
--- /dev/null
+++ b/src/.dockerignore
@@ -0,0 +1,24 @@
+.dockerignore
+.env
+.git
+.gitignore
+.vs
+.vscode
+docker-compose*.yml
+*.md
+hosts
+LICENSE
+*.testsettings
+**/bin/
+**/obj/
+**/node_modules/
+**/bower_components/
+**/wwwroot/lib/
+global.json
+**/appsettings.localhost.json
+Web/WebSPA/wwwroot/
+packages/
+test-results/
+TestResults/
+Mobile/
+Services/Marketing/Infrastructure/
\ No newline at end of file
diff --git a/.env b/src/.env
similarity index 91%
rename from .env
rename to src/.env
index 28a94504c0..260a546632 100644
--- a/.env
+++ b/src/.env
@@ -4,7 +4,12 @@
# The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
+# Use this value to run the app locally in Windows/Linux
ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost
+
+# Use this value to run the app locally in Mac
+#ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost
+
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.162
#ESHOP_AZURE_REDIS_BASKET_DB=
diff --git a/src/ApiGateways/ApiGw-Base/Dockerfile b/src/ApiGateways/ApiGw-Base/Dockerfile
deleted file mode 100644
index d1b50b231e..0000000000
--- a/src/ApiGateways/ApiGw-Base/Dockerfile
+++ /dev/null
@@ -1,59 +0,0 @@
-FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
-WORKDIR /app
-EXPOSE 80
-
-FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
-WORKDIR /src
-
-# Keep the project list and command dotnet restore identical in all Dockfiles to maximize image cache utilization
-COPY eShopOnContainers-ServicesAndWebApps.sln .
-COPY docker-compose.dcproj /src/
-COPY src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj src/ApiGateways/ApiGw-Base/
-COPY src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj src/ApiGateways/Mobile.Bff.Shopping/aggregator/
-COPY src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj src/ApiGateways/Web.Bff.Shopping/aggregator/
-COPY src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj src/BuildingBlocks/Devspaces.Support/
-COPY src/BuildingBlocks/EventBus/EventBus/EventBus.csproj src/BuildingBlocks/EventBus/EventBus/
-COPY src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj src/BuildingBlocks/EventBus/EventBus.Tests/
-COPY src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj src/BuildingBlocks/EventBus/EventBusRabbitMQ/
-COPY src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj src/BuildingBlocks/EventBus/EventBusServiceBus/
-COPY src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj src/BuildingBlocks/EventBus/IntegrationEventLogEF/
-COPY src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj src/BuildingBlocks/WebHostCustomization/WebHost.Customization/
-COPY src/Services/Basket/Basket.API/Basket.API.csproj src/Services/Basket/Basket.API/
-COPY src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj src/Services/Basket/Basket.FunctionalTests/
-COPY src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj src/Services/Basket/Basket.UnitTests/
-COPY src/Services/Catalog/Catalog.API/Catalog.API.csproj src/Services/Catalog/Catalog.API/
-COPY src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj src/Services/Catalog/Catalog.FunctionalTests/
-COPY src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj src/Services/Catalog/Catalog.UnitTests/
-COPY src/Services/Identity/Identity.API/Identity.API.csproj src/Services/Identity/Identity.API/
-COPY src/Services/Location/Locations.API/Locations.API.csproj src/Services/Location/Locations.API/
-COPY src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj src/Services/Location/Locations.FunctionalTests/
-COPY src/Services/Marketing/Marketing.API/Marketing.API.csproj src/Services/Marketing/Marketing.API/
-COPY src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj src/Services/Marketing/Marketing.FunctionalTests/
-COPY src/Services/Ordering/Ordering.API/Ordering.API.csproj src/Services/Ordering/Ordering.API/
-COPY src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj src/Services/Ordering/Ordering.BackgroundTasks/
-COPY src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj src/Services/Ordering/Ordering.Domain/
-COPY src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj src/Services/Ordering/Ordering.FunctionalTests/
-COPY src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj src/Services/Ordering/Ordering.Infrastructure/
-COPY src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj src/Services/Ordering/Ordering.SignalrHub/
-COPY src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj src/Services/Ordering/Ordering.UnitTests/
-COPY src/Services/Payment/Payment.API/Payment.API.csproj src/Services/Payment/Payment.API/
-COPY src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj src/Services/Webhooks/Webhooks.API/
-COPY src/Web/WebhookClient/WebhookClient.csproj src/Web/WebhookClient/
-COPY src/Web/WebMVC/WebMVC.csproj src/Web/WebMVC/
-COPY src/Web/WebSPA/WebSPA.csproj src/Web/WebSPA/
-COPY src/Web/WebStatus/WebStatus.csproj src/Web/WebStatus/
-COPY test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj test/ServicesTests/Application.FunctionalTests/
-COPY test/ServicesTests/LoadTest/LoadTest.csproj test/ServicesTests/LoadTest/
-
-RUN dotnet restore eShopOnContainers-ServicesAndWebApps.sln
-
-COPY . .
-WORKDIR /src/src/ApiGateways/ApiGw-Base/
-RUN dotnet publish --no-restore -c Release -o /app
-
-FROM build AS publish
-
-FROM base AS final
-WORKDIR /app
-COPY --from=publish /app .
-ENTRYPOINT ["dotnet", "OcelotApiGw.dll"]
diff --git a/src/ApiGateways/ApiGw-Base/Dockerfile.develop b/src/ApiGateways/ApiGw-Base/Dockerfile.develop
deleted file mode 100644
index 4da230d685..0000000000
--- a/src/ApiGateways/ApiGw-Base/Dockerfile.develop
+++ /dev/null
@@ -1,14 +0,0 @@
-FROM microsoft/dotnet:2.2-sdk
-ARG BUILD_CONFIGURATION=Debug
-ENV ASPNETCORE_ENVIRONMENT=Development
-ENV DOTNET_USE_POLLING_FILE_WATCHER=true
-EXPOSE 80
-
-WORKDIR /src
-COPY ["src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj", "src/ApiGateways/ApiGw-Base/"]
-RUN dotnet restore "src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj"
-COPY . .
-WORKDIR "/src/src/ApiGateways/ApiGw-Base"
-RUN dotnet build --no-restore "OcelotApiGw.csproj" -c $BUILD_CONFIGURATION
-
-ENTRYPOINT ["dotnet", "run", "--no-build", "--no-launch-profile", "-c", "$BUILD_CONFIGURATION", "--"]
\ No newline at end of file
diff --git a/src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj b/src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj
deleted file mode 100644
index d5622ccc45..0000000000
--- a/src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp2.2
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/ApiGateways/ApiGw-Base/Program.cs b/src/ApiGateways/ApiGw-Base/Program.cs
deleted file mode 100644
index bcf1c8d602..0000000000
--- a/src/ApiGateways/ApiGw-Base/Program.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Threading.Tasks;
-using Microsoft.AspNetCore;
-using Microsoft.AspNetCore.Hosting;
-using Microsoft.Extensions.Configuration;
-using Microsoft.Extensions.Logging;
-using Microsoft.Extensions.DependencyInjection;
-using Serilog;
-
-namespace OcelotApiGw
-{
- public class Program
- {
- public static void Main(string[] args)
- {
- BuildWebHost(args).Run();
- }
-
- public static IWebHost BuildWebHost(string[] args)
- {
- IWebHostBuilder builder = WebHost.CreateDefaultBuilder(args);
- builder.ConfigureServices(s => s.AddSingleton(builder))
- .ConfigureAppConfiguration(ic => ic.AddJsonFile(Path.Combine("configuration", "configuration.json")))
- .UseStartup()
- .ConfigureLogging((hostingContext, loggingbuilder) =>
- {
- loggingbuilder.AddConfiguration(hostingContext.Configuration.GetSection("Logging"));
- loggingbuilder.AddConsole();
- loggingbuilder.AddDebug();
- })
- .UseSerilog((builderContext, config) =>
- {
- config
- .MinimumLevel.Information()
- .Enrich.FromLogContext()
- .WriteTo.Console();
- });
- IWebHost host = builder.Build();
- return host;
- }
- }
-}
diff --git a/src/ApiGateways/ApiGw-Base/Properties/launchSettings.json b/src/ApiGateways/ApiGw-Base/Properties/launchSettings.json
deleted file mode 100644
index 2308ca4669..0000000000
--- a/src/ApiGateways/ApiGw-Base/Properties/launchSettings.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:56755/",
- "sslPort": 0
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "OcelotApiGw": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://localhost:64021/"
- }
- }
-}
\ No newline at end of file
diff --git a/src/ApiGateways/ApiGw-Base/Startup.cs b/src/ApiGateways/ApiGw-Base/Startup.cs
deleted file mode 100644
index 585c264714..0000000000
--- a/src/ApiGateways/ApiGw-Base/Startup.cs
+++ /dev/null
@@ -1,109 +0,0 @@
-using Microsoft.AspNetCore.Builder;
-using Microsoft.AspNetCore.Diagnostics.HealthChecks;
-using Microsoft.AspNetCore.Hosting;
-using Microsoft.Extensions.Configuration;
-using Microsoft.Extensions.DependencyInjection;
-using Microsoft.Extensions.Logging;
-using Ocelot.DependencyInjection;
-using Ocelot.Middleware;
-using System;
-using HealthChecks.UI.Client;
-using Microsoft.Extensions.Diagnostics.HealthChecks;
-
-namespace OcelotApiGw
-{
- public class Startup
- {
- private readonly IConfiguration _cfg;
-
- public Startup(IConfiguration configuration)
- {
- _cfg = configuration;
- }
-
- public void ConfigureServices(IServiceCollection services)
- {
- var identityUrl = _cfg.GetValue("IdentityUrl");
- var authenticationProviderKey = "IdentityApiKey";
-
- services.AddHealthChecks()
- .AddCheck("self", () => HealthCheckResult.Healthy())
- .AddUrlGroup(new Uri(_cfg["CatalogUrlHC"]), name: "catalogapi-check", tags: new string[] { "catalogapi" })
- .AddUrlGroup(new Uri(_cfg["OrderingUrlHC"]), name: "orderingapi-check", tags: new string[] { "orderingapi" })
- .AddUrlGroup(new Uri(_cfg["BasketUrlHC"]), name: "basketapi-check", tags: new string[] { "basketapi" })
- .AddUrlGroup(new Uri(_cfg["IdentityUrlHC"]), name: "identityapi-check", tags: new string[] { "identityapi" })
- .AddUrlGroup(new Uri(_cfg["MarketingUrlHC"]), name: "marketingapi-check", tags: new string[] { "marketingapi" })
- .AddUrlGroup(new Uri(_cfg["PaymentUrlHC"]), name: "paymentapi-check", tags: new string[] { "paymentapi" })
- .AddUrlGroup(new Uri(_cfg["LocationUrlHC"]), name: "locationapi-check", tags: new string[] { "locationapi" });
-
- services.AddCors(options =>
- {
- options.AddPolicy("CorsPolicy",
- builder => builder
- .AllowAnyMethod()
- .AllowAnyHeader()
- .SetIsOriginAllowed((host) => true)
- .AllowCredentials());
- });
-
- services.AddAuthentication()
- .AddJwtBearer(authenticationProviderKey, x =>
- {
- x.Authority = identityUrl;
- x.RequireHttpsMetadata = false;
- x.TokenValidationParameters = new Microsoft.IdentityModel.Tokens.TokenValidationParameters()
- {
- ValidAudiences = new[] { "orders", "basket", "locations", "marketing", "mobileshoppingagg", "webshoppingagg" }
- };
- x.Events = new Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerEvents()
- {
- OnAuthenticationFailed = async ctx =>
- {
- int i = 0;
- },
- OnTokenValidated = async ctx =>
- {
- int i = 0;
- },
-
- OnMessageReceived = async ctx =>
- {
- int i = 0;
- }
- };
- });
-
- services.AddOcelot(_cfg);
- }
-
- public void Configure(IApplicationBuilder app, IHostingEnvironment env)
- {
- var pathBase = _cfg["PATH_BASE"];
-
- if (!string.IsNullOrEmpty(pathBase))
- {
- app.UsePathBase(pathBase);
- }
-
- if (env.IsDevelopment())
- {
- app.UseDeveloperExceptionPage();
- }
-
- app.UseHealthChecks("/hc", new HealthCheckOptions()
- {
- Predicate = _ => true,
- ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
- });
-
- app.UseHealthChecks("/liveness", new HealthCheckOptions
- {
- Predicate = r => r.Name.Contains("self")
- });
-
- app.UseCors("CorsPolicy");
-
- app.UseOcelot().Wait();
- }
- }
-}
diff --git a/src/ApiGateways/ApiGw-Base/appsettings.json b/src/ApiGateways/ApiGw-Base/appsettings.json
deleted file mode 100644
index 426750e6a1..0000000000
--- a/src/ApiGateways/ApiGw-Base/appsettings.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "Logging": {
- "IncludeScopes": true,
- "LogLevel": {
- "Default": "Trace",
- "System": "Information",
- "Microsoft": "Information"
- }
- }
-}
\ No newline at end of file
diff --git a/src/ApiGateways/Envoy/config/mobilemarketing/envoy.yaml b/src/ApiGateways/Envoy/config/mobilemarketing/envoy.yaml
new file mode 100644
index 0000000000..54b1afa060
--- /dev/null
+++ b/src/ApiGateways/Envoy/config/mobilemarketing/envoy.yaml
@@ -0,0 +1,75 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "m-short"
+ match:
+ prefix: "/m/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/marketing-api/"
+ cluster: marketing
+ - name: "m-long"
+ match:
+ prefix: "/marketing-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: marketing
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: marketing
+ connect_timeout: 0.25s
+ type: logical_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: marketing-api
+ port_value: 80
+ - name: locations
+ connect_timeout: 0.25s
+ type: logical_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: locations-api
+ port_value: 80
diff --git a/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml b/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml
new file mode 100644
index 0000000000..373806b06e
--- /dev/null
+++ b/src/ApiGateways/Envoy/config/mobileshopping/envoy.yaml
@@ -0,0 +1,124 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "c-short"
+ match:
+ prefix: "/c/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/catalog-api/"
+ cluster: catalog
+ - name: "c-long"
+ match:
+ prefix: "/catalog-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: catalog
+ - name: "o-short"
+ match:
+ prefix: "/o/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/ordering-api/"
+ cluster: ordering
+ - name: "o-long"
+ match:
+ prefix: "/ordering-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: ordering
+ - name: "b-short"
+ match:
+ prefix: "/b/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/basket-api/"
+ cluster: basket
+ - name: "b-long"
+ match:
+ prefix: "/basket-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: basket
+ - name: "agg"
+ match:
+ prefix: "/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/"
+ cluster: shoppingagg
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: shoppingagg
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: webshoppingagg
+ port_value: 80
+ - name: catalog
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: catalog-api
+ port_value: 80
+ - name: basket
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: basket-api
+ port_value: 80
+ - name: ordering
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: ordering-api
+ port_value: 80
\ No newline at end of file
diff --git a/src/ApiGateways/Envoy/config/webmarketing/envoy.yaml b/src/ApiGateways/Envoy/config/webmarketing/envoy.yaml
new file mode 100644
index 0000000000..c6f3421de4
--- /dev/null
+++ b/src/ApiGateways/Envoy/config/webmarketing/envoy.yaml
@@ -0,0 +1,75 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "m-short"
+ match:
+ prefix: "/m/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/marketing-api/"
+ cluster: marketing
+ - name: "m-long"
+ match:
+ prefix: "/marketing-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: marketing
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: marketing
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: marketing-api
+ port_value: 80
+ - name: locations
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: locations-api
+ port_value: 80
diff --git a/src/ApiGateways/Envoy/config/webshopping/envoy.yaml b/src/ApiGateways/Envoy/config/webshopping/envoy.yaml
new file mode 100644
index 0000000000..1491f37af2
--- /dev/null
+++ b/src/ApiGateways/Envoy/config/webshopping/envoy.yaml
@@ -0,0 +1,124 @@
+admin:
+ access_log_path: "/dev/null"
+ address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 8001
+static_resources:
+ listeners:
+ - address:
+ socket_address:
+ address: 0.0.0.0
+ port_value: 80
+ filter_chains:
+ - filters:
+ - name: envoy.http_connection_manager
+ config:
+ codec_type: auto
+ stat_prefix: ingress_http
+ route_config:
+ name: eshop_backend_route
+ virtual_hosts:
+ - name: eshop_backend
+ domains:
+ - "*"
+ routes:
+ - name: "c-short"
+ match:
+ prefix: "/c/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/catalog-api/"
+ cluster: catalog
+ - name: "c-long"
+ match:
+ prefix: "/catalog-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: catalog
+ - name: "o-short"
+ match:
+ prefix: "/o/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/ordering-api/"
+ cluster: ordering
+ - name: "o-long"
+ match:
+ prefix: "/ordering-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: ordering
+ - name: "b-short"
+ match:
+ prefix: "/b/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/basket-api/"
+ cluster: basket
+ - name: "b-long"
+ match:
+ prefix: "/basket-api/"
+ route:
+ auto_host_rewrite: true
+ cluster: basket
+ - name: "agg"
+ match:
+ prefix: "/"
+ route:
+ auto_host_rewrite: true
+ prefix_rewrite: "/"
+ cluster: shoppingagg
+ http_filters:
+ - name: envoy.router
+ access_log:
+ - name: envoy.file_access_log
+ filter:
+ not_health_check_filter: {}
+ config:
+ json_format:
+ time: "%START_TIME%"
+ protocol: "%PROTOCOL%"
+ duration: "%DURATION%"
+ request_method: "%REQ(:METHOD)%"
+ request_host: "%REQ(HOST)%"
+ path: "%REQ(X-ENVOY-ORIGINAL-PATH?:PATH)%"
+ response_flags: "%RESPONSE_FLAGS%"
+ route_name: "%ROUTE_NAME%"
+ upstream_host: "%UPSTREAM_HOST%"
+ upstream_cluster: "%UPSTREAM_CLUSTER%"
+ upstream_local_address: "%UPSTREAM_LOCAL_ADDRESS%"
+ path: "/tmp/access.log"
+ clusters:
+ - name: shoppingagg
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: webshoppingagg
+ port_value: 80
+ - name: catalog
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: catalog-api
+ port_value: 80
+ - name: basket
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: basket-api
+ port_value: 80
+ - name: ordering
+ connect_timeout: 0.25s
+ type: strict_dns
+ lb_policy: round_robin
+ hosts:
+ - socket_address:
+ address: ordering-api
+ port_value: 80
\ No newline at end of file
diff --git a/src/ApiGateways/Mobile.Bff.Marketing/apigw/azds.yaml b/src/ApiGateways/Mobile.Bff.Marketing/apigw/azds.yaml
deleted file mode 100644
index 46375343b0..0000000000
--- a/src/ApiGateways/Mobile.Bff.Marketing/apigw/azds.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-kind: helm-release
-apiVersion: 1.1
-build:
- context: ..\..\..\..\
- dockerfile: ..\..\..\ApiGateways\ApiGw-Base\Dockerfile
-install:
- chart: ../../../../k8s/helm/apigwmm
- set:
- replicaCount: 1
- image:
- tag: $(tag)
- pullPolicy: Never
- ingress:
- annotations:
- kubernetes.io/ingress.class: traefik-azds
- hosts:
- # This expands to [space.s.]webmvc...aksapp.io
- - $(spacePrefix)eshop$(hostSuffix)
- inf:
- k8s:
- dns: $(spacePrefix)eshop$(hostSuffix)
- values:
- - values.dev.yaml?
- - secrets.dev.yaml?
- - inf.yaml
- - app.yaml
-configurations:
- develop:
- build:
- useGitIgnore: true
- dockerfile: ..\..\..\ApiGateways\ApiGw-Base\Dockerfile.develop
- args:
- BUILD_CONFIGURATION: ${BUILD_CONFIGURATION:-Debug}
- container:
- sync:
- - '**/Pages/**'
- - '**/Views/**'
- - '**/wwwroot/**'
- - '!**/*.{sln,csproj}'
- command: [dotnet, run, --no-restore, --no-build, --no-launch-profile, -c, "${BUILD_CONFIGURATION:-Debug}"]
- iterate:
- processesToKill: [dotnet, vsdbg]
- buildCommands:
- - [dotnet, build, --no-restore, -c, "${BUILD_CONFIGURATION:-Debug}"]
diff --git a/src/ApiGateways/Mobile.Bff.Marketing/apigw/configuration.json b/src/ApiGateways/Mobile.Bff.Marketing/apigw/configuration.json
deleted file mode 100644
index 85d6777e60..0000000000
--- a/src/ApiGateways/Mobile.Bff.Marketing/apigw/configuration.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/m/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/l/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
\ No newline at end of file
diff --git a/src/ApiGateways/Mobile.Bff.Marketing/apigw/values.dev.yaml b/src/ApiGateways/Mobile.Bff.Marketing/apigw/values.dev.yaml
deleted file mode 100644
index fb59d98d5c..0000000000
--- a/src/ApiGateways/Mobile.Bff.Marketing/apigw/values.dev.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-ocelot:
- configPath: /src/src/ApiGateways/ApiGw-Base/configuration
\ No newline at end of file
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Config/UrlsConfig.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Config/UrlsConfig.cs
index e920fbbb28..c0bb9502e4 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Config/UrlsConfig.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Config/UrlsConfig.cs
@@ -27,5 +27,8 @@ public class OrdersOperations
public string Basket { get; set; }
public string Catalog { get; set; }
public string Orders { get; set; }
+ public string GrpcBasket { get; set; }
+ public string GrpcCatalog { get; set; }
+ public string GrpcOrdering { get; set; }
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/BasketController.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/BasketController.cs
index a2c0d1fea1..64399465aa 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/BasketController.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/BasketController.cs
@@ -3,7 +3,6 @@
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services;
using System;
-using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
@@ -36,11 +35,21 @@ public async Task> UpdateAllBasketAsync([FromBody] Upda
}
// Retrieve the current basket
- var basket = await _basket.GetByIdAsync(data.BuyerId) ?? new BasketData(data.BuyerId);
+ var basket = await _basket.GetById(data.BuyerId) ?? new BasketData(data.BuyerId);
var catalogItems = await _catalog.GetCatalogItemsAsync(data.Items.Select(x => x.ProductId));
-
- foreach (var bitem in data.Items)
+ // group by product id to avoid duplicates
+ var itemsCalculated = data
+ .Items
+ .GroupBy(x => x.ProductId, x => x, (k, i) => new { productId = k, items = i })
+ .Select(groupedItem =>
+ {
+ var item = groupedItem.items.First();
+ item.Quantity = groupedItem.items.Sum(i => i.Quantity);
+ return item;
+ });
+
+ foreach (var bitem in itemsCalculated)
{
var catalogItem = catalogItems.SingleOrDefault(ci => ci.Id == bitem.ProductId);
if (catalogItem == null)
@@ -48,15 +57,23 @@ public async Task> UpdateAllBasketAsync([FromBody] Upda
return BadRequest($"Basket refers to a non-existing catalog item ({bitem.ProductId})");
}
- basket.Items.Add(new BasketDataItem()
+ var itemInBasket = basket.Items.FirstOrDefault(x => x.ProductId == bitem.ProductId);
+ if (itemInBasket == null)
+ {
+ basket.Items.Add(new BasketDataItem()
+ {
+ Id = bitem.Id,
+ ProductId = catalogItem.Id,
+ ProductName = catalogItem.Name,
+ PictureUrl = catalogItem.PictureUri,
+ UnitPrice = catalogItem.Price,
+ Quantity = bitem.Quantity
+ });
+ }
+ else
{
- Id = bitem.Id,
- ProductId = catalogItem.Id.ToString(),
- ProductName = catalogItem.Name,
- PictureUrl = catalogItem.PictureUri,
- UnitPrice = catalogItem.Price,
- Quantity = bitem.Quantity
- });
+ itemInBasket.Quantity = bitem.Quantity;
+ }
}
await _basket.UpdateAsync(basket);
@@ -76,7 +93,7 @@ public async Task> UpdateQuantitiesAsync([FromBody] Upd
}
// Retrieve the current basket
- var currentBasket = await _basket.GetByIdAsync(data.BasketId);
+ var currentBasket = await _basket.GetById(data.BasketId);
if (currentBasket == null)
{
return BadRequest($"Basket with id {data.BasketId} not found.");
@@ -118,13 +135,13 @@ public async Task AddBasketItemAsync([FromBody] AddBasketItemReque
//item.PictureUri =
// Step 2: Get current basket status
- var currentBasket = (await _basket.GetByIdAsync(data.BasketId)) ?? new BasketData(data.BasketId);
+ var currentBasket = (await _basket.GetById(data.BasketId)) ?? new BasketData(data.BasketId);
// Step 3: Merge current status with new product
currentBasket.Items.Add(new BasketDataItem()
{
UnitPrice = item.Price,
PictureUrl = item.PictureUri,
- ProductId = item.Id.ToString(),
+ ProductId = item.Id,
ProductName = item.Name,
Quantity = data.Quantity,
Id = Guid.NewGuid().ToString()
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/OrderController.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/OrderController.cs
index a4b33c6cb8..8bacc80d49 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/OrderController.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Controllers/OrderController.cs
@@ -13,12 +13,12 @@ namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Controllers
public class OrderController : ControllerBase
{
private readonly IBasketService _basketService;
- private readonly IOrderApiClient _orderClient;
+ private readonly IOrderingService _orderingService;
- public OrderController(IBasketService basketService, IOrderApiClient orderClient)
+ public OrderController(IBasketService basketService, IOrderingService orderingService)
{
_basketService = basketService;
- _orderClient = orderClient;
+ _orderingService = orderingService;
}
[Route("draft/{basketId}")]
@@ -32,14 +32,14 @@ public async Task> GetOrderDraftAsync(string basketId)
return BadRequest("Need a valid basketid");
}
// Get the basket data and build a order draft based on it
- var basket = await _basketService.GetByIdAsync(basketId);
+ var basket = await _basketService.GetById(basketId);
if (basket == null)
{
return BadRequest($"No basket found for id {basketId}");
}
- return await _orderClient.GetOrderDraftFromBasketAsync(basket);
+ return await _orderingService.GetOrderDraftAsync(basket);
}
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
index 7eb78458e4..1f5c775732 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
@@ -1,54 +1,54 @@
-FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
+FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
-FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
-# Keep the project list and command dotnet restore identical in all Dockfiles to maximize image cache utilization
-COPY eShopOnContainers-ServicesAndWebApps.sln .
-COPY docker-compose.dcproj /src/
-COPY src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj src/ApiGateways/ApiGw-Base/
-COPY src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj src/ApiGateways/Mobile.Bff.Shopping/aggregator/
-COPY src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj src/ApiGateways/Web.Bff.Shopping/aggregator/
-COPY src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj src/BuildingBlocks/Devspaces.Support/
-COPY src/BuildingBlocks/EventBus/EventBus/EventBus.csproj src/BuildingBlocks/EventBus/EventBus/
-COPY src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj src/BuildingBlocks/EventBus/EventBus.Tests/
-COPY src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj src/BuildingBlocks/EventBus/EventBusRabbitMQ/
-COPY src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj src/BuildingBlocks/EventBus/EventBusServiceBus/
-COPY src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj src/BuildingBlocks/EventBus/IntegrationEventLogEF/
-COPY src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj src/BuildingBlocks/WebHostCustomization/WebHost.Customization/
-COPY src/Services/Basket/Basket.API/Basket.API.csproj src/Services/Basket/Basket.API/
-COPY src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj src/Services/Basket/Basket.FunctionalTests/
-COPY src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj src/Services/Basket/Basket.UnitTests/
-COPY src/Services/Catalog/Catalog.API/Catalog.API.csproj src/Services/Catalog/Catalog.API/
-COPY src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj src/Services/Catalog/Catalog.FunctionalTests/
-COPY src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj src/Services/Catalog/Catalog.UnitTests/
-COPY src/Services/Identity/Identity.API/Identity.API.csproj src/Services/Identity/Identity.API/
-COPY src/Services/Location/Locations.API/Locations.API.csproj src/Services/Location/Locations.API/
-COPY src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj src/Services/Location/Locations.FunctionalTests/
-COPY src/Services/Marketing/Marketing.API/Marketing.API.csproj src/Services/Marketing/Marketing.API/
-COPY src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj src/Services/Marketing/Marketing.FunctionalTests/
-COPY src/Services/Ordering/Ordering.API/Ordering.API.csproj src/Services/Ordering/Ordering.API/
-COPY src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj src/Services/Ordering/Ordering.BackgroundTasks/
-COPY src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj src/Services/Ordering/Ordering.Domain/
-COPY src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj src/Services/Ordering/Ordering.FunctionalTests/
-COPY src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj src/Services/Ordering/Ordering.Infrastructure/
-COPY src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj src/Services/Ordering/Ordering.SignalrHub/
-COPY src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj src/Services/Ordering/Ordering.UnitTests/
-COPY src/Services/Payment/Payment.API/Payment.API.csproj src/Services/Payment/Payment.API/
-COPY src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj src/Services/Webhooks/Webhooks.API/
-COPY src/Web/WebhookClient/WebhookClient.csproj src/Web/WebhookClient/
-COPY src/Web/WebMVC/WebMVC.csproj src/Web/WebMVC/
-COPY src/Web/WebSPA/WebSPA.csproj src/Web/WebSPA/
-COPY src/Web/WebStatus/WebStatus.csproj src/Web/WebStatus/
-COPY test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj test/ServicesTests/Application.FunctionalTests/
-COPY test/ServicesTests/LoadTest/LoadTest.csproj test/ServicesTests/LoadTest/
-
-RUN dotnet restore eShopOnContainers-ServicesAndWebApps.sln
+COPY "eShopOnContainers-ServicesAndWebApps.sln" "eShopOnContainers-ServicesAndWebApps.sln"
+
+COPY "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj" "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj"
+COPY "ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj" "ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj"
+COPY "BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj" "BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj"
+COPY "BuildingBlocks/EventBus/EventBus/EventBus.csproj" "BuildingBlocks/EventBus/EventBus/EventBus.csproj"
+COPY "BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj" "BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj"
+COPY "BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj" "BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj"
+COPY "BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj" "BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj"
+COPY "BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj" "BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj"
+COPY "Services/Basket/Basket.API/Basket.API.csproj" "Services/Basket/Basket.API/Basket.API.csproj"
+COPY "Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj" "Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj"
+COPY "Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj" "Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj"
+COPY "Services/Catalog/Catalog.API/Catalog.API.csproj" "Services/Catalog/Catalog.API/Catalog.API.csproj"
+COPY "Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj" "Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj"
+COPY "Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj" "Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj"
+COPY "Services/Identity/Identity.API/Identity.API.csproj" "Services/Identity/Identity.API/Identity.API.csproj"
+COPY "Services/Location/Locations.API/Locations.API.csproj" "Services/Location/Locations.API/Locations.API.csproj"
+COPY "Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj" "Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj"
+COPY "Services/Marketing/Marketing.API/Marketing.API.csproj" "Services/Marketing/Marketing.API/Marketing.API.csproj"
+COPY "Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj" "Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj"
+COPY "Services/Ordering/Ordering.API/Ordering.API.csproj" "Services/Ordering/Ordering.API/Ordering.API.csproj"
+COPY "Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" "Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj"
+COPY "Services/Ordering/Ordering.Domain/Ordering.Domain.csproj" "Services/Ordering/Ordering.Domain/Ordering.Domain.csproj"
+COPY "Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj" "Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj"
+COPY "Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj" "Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj"
+COPY "Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj" "Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj"
+COPY "Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj" "Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj"
+COPY "Services/Payment/Payment.API/Payment.API.csproj" "Services/Payment/Payment.API/Payment.API.csproj"
+COPY "Services/Webhooks/Webhooks.API/Webhooks.API.csproj" "Services/Webhooks/Webhooks.API/Webhooks.API.csproj"
+COPY "Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj" "Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj"
+COPY "Web/WebhookClient/WebhookClient.csproj" "Web/WebhookClient/WebhookClient.csproj"
+COPY "Web/WebMVC/WebMVC.csproj" "Web/WebMVC/WebMVC.csproj"
+COPY "Web/WebSPA/WebSPA.csproj" "Web/WebSPA/WebSPA.csproj"
+COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
+
+COPY "docker-compose.dcproj" "docker-compose.dcproj"
+
+COPY "NuGet.config" "NuGet.config"
+
+RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
COPY . .
-WORKDIR /src/src/ApiGateways/Mobile.Bff.Shopping/aggregator
+WORKDIR /src/ApiGateways/Mobile.Bff.Shopping/aggregator
RUN dotnet publish --no-restore -c Release -o /app
FROM build AS publish
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile.develop b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile.develop
index c4330c3704..4cfe352f00 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile.develop
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile.develop
@@ -1,4 +1,4 @@
-FROM microsoft/dotnet:2.2-sdk
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster
ARG BUILD_CONFIGURATION=Debug
ENV ASPNETCORE_ENVIRONMENT=Development
ENV DOTNET_USE_POLLING_FILE_WATCHER=true
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs
index 21997360bd..3b8298bfe0 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs
@@ -1,7 +1,7 @@
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Filters
{
using Microsoft.AspNetCore.Authorization;
- using Swashbuckle.AspNetCore.Swagger;
+ using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
using System.Collections.Generic;
using System.Linq;
@@ -10,7 +10,7 @@ namespace Basket.API.Infrastructure.Filters
{
public class AuthorizeCheckOperationFilter : IOperationFilter
{
- public void Apply(Operation operation, OperationFilterContext context)
+ public void Apply(OpenApiOperation operation, OperationFilterContext context)
{
// Check for authorize attribute
var hasAuthorize = context.MethodInfo.DeclaringType.GetCustomAttributes(true).OfType().Any() ||
@@ -18,14 +18,19 @@ public void Apply(Operation operation, OperationFilterContext context)
if (!hasAuthorize) return;
- operation.Responses.TryAdd("401", new Response { Description = "Unauthorized" });
- operation.Responses.TryAdd("403", new Response { Description = "Forbidden" });
+ operation.Responses.TryAdd("401", new OpenApiResponse { Description = "Unauthorized" });
+ operation.Responses.TryAdd("403", new OpenApiResponse { Description = "Forbidden" });
- operation.Security = new List>>
+ var oAuthScheme = new OpenApiSecurityScheme
{
- new Dictionary>
+ Reference = new OpenApiReference { Type = ReferenceType.SecurityScheme, Id = "oauth2" }
+ };
+
+ operation.Security = new List
+ {
+ new OpenApiSecurityRequirement
{
- { "oauth2", new [] { "Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator" } }
+ [ oAuthScheme ] = new [] { "Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator" }
}
};
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Infrastructure/HttpClientAuthorizationDelegatingHandler.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Infrastructure/HttpClientAuthorizationDelegatingHandler.cs
index 967a8c8260..bfc705b5c3 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Infrastructure/HttpClientAuthorizationDelegatingHandler.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Infrastructure/HttpClientAuthorizationDelegatingHandler.cs
@@ -1,5 +1,6 @@
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Http;
+using Microsoft.Extensions.Logging;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
@@ -8,18 +9,22 @@
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Infrastructure
{
- public class HttpClientAuthorizationDelegatingHandler
- : DelegatingHandler
+ public class HttpClientAuthorizationDelegatingHandler : DelegatingHandler
{
private readonly IHttpContextAccessor _httpContextAccesor;
+ private readonly ILogger _logger;
- public HttpClientAuthorizationDelegatingHandler(IHttpContextAccessor httpContextAccesor)
+ public HttpClientAuthorizationDelegatingHandler(IHttpContextAccessor httpContextAccesor, ILogger logger)
{
_httpContextAccesor = httpContextAccesor;
+ _logger = logger;
}
protected override async Task SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
{
+ request.Version = new System.Version(2, 0);
+ request.Method = HttpMethod.Get;
+
var authorizationHeader = _httpContextAccesor.HttpContext
.Request.Headers["Authorization"];
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj
index d45ab5f262..a0ba7bd589 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj
@@ -1,10 +1,13 @@
- netcoreapp2.2
+ netcoreapp3.0
Mobile.Shopping.HttpAggregator
Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator
..\..\..\docker-compose.dcproj
+ false
+ true
+ preview
@@ -13,18 +16,29 @@
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/BasketData.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/BasketData.cs
index 1b9348c448..426b8d2b5a 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/BasketData.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/BasketData.cs
@@ -1,26 +1,28 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
+using System.Collections.Generic;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
{
public class BasketData
{
public string BuyerId { get; set; }
- public List Items { get; set; }
+
+ public List Items { get; set; } = new List();
+
+ public BasketData()
+ {
+
+ }
public BasketData(string buyerId)
{
BuyerId = buyerId;
- Items = new List();
}
}
public class BasketDataItem
{
public string Id { get; set; }
- public string ProductId { get; set; }
+ public int ProductId { get; set; }
public string ProductName { get; set; }
public decimal UnitPrice { get; set; }
public decimal OldUnitPrice { get; set; }
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/CatalogItem.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/CatalogItem.cs
index 25f766719f..603c70bd7b 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/CatalogItem.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/CatalogItem.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-
-namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
+namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
{
public class CatalogItem
{
@@ -13,8 +8,6 @@ public class CatalogItem
public decimal Price { get; set; }
-
public string PictureUri { get; set; }
-
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderData.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderData.cs
index e87cc18f04..e63b453a4d 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderData.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderData.cs
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
{
@@ -28,6 +26,6 @@ public class OrderData
public string Buyer { get; set; }
- public List OrderItems { get; } = new List();
+ public List OrderItems { get; } = new List();
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderItemData.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderItemData.cs
index b0179e470c..023cf20e5c 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderItemData.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/OrderItemData.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-
-namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
+namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
{
public class OrderItemData
{
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketItemsRequest.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketItemsRequest.cs
index 43cc81b897..35b3e76c08 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketItemsRequest.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketItemsRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
+using System.Collections.Generic;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
{
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketRequest.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketRequest.cs
index cb22bf55f5..b377921be6 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketRequest.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Models/UpdateBasketRequest.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
+using System.Collections.Generic;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models
{
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs
index fc21a70a43..f536ec19aa 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Program.cs
@@ -1,20 +1,21 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Threading.Tasks;
-using Microsoft.AspNetCore;
+using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
+using Microsoft.AspNetCore.Server.Kestrel.Core;
using Microsoft.Extensions.Configuration;
-using Microsoft.Extensions.Logging;
using Serilog;
+using System.IO;
+using System.Net;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator
{
public class Program
{
+ private static IConfiguration _configuration;
+
public static void Main(string[] args)
{
+ _configuration = GetConfiguration();
+
BuildWebHost(args).Run();
}
@@ -40,5 +41,17 @@ public static IWebHost BuildWebHost(string[] args) =>
.WriteTo.Console();
})
.Build();
+
+ private static IConfiguration GetConfiguration()
+ {
+ var builder = new ConfigurationBuilder()
+ .SetBasePath(Directory.GetCurrentDirectory())
+ .AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
+ .AddEnvironmentVariables();
+
+ var config = builder.Build();
+
+ return builder.Build();
+ }
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/BasketService.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/BasketService.cs
index 5186fe361f..5c8128be89 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/BasketService.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/BasketService.cs
@@ -1,41 +1,108 @@
-using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
+using Grpc.Net.Client;
+using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Newtonsoft.Json;
+using System;
+using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
+using GrpcBasket;
+using Grpc.Core;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services
{
public class BasketService : IBasketService
{
-
private readonly HttpClient _httpClient;
- private readonly ILogger _logger;
private readonly UrlsConfig _urls;
+ private readonly ILogger _logger;
- public BasketService(HttpClient httpClient, ILogger logger, IOptions config)
+ public BasketService(HttpClient httpClient, IOptions config, ILogger logger)
{
_httpClient = httpClient;
- _logger = logger;
_urls = config.Value;
+ _logger = logger;
}
- public async Task GetByIdAsync(string id)
+ public async Task GetById(string id)
{
- var data = await _httpClient.GetStringAsync(_urls.Basket + UrlsConfig.BasketOperations.GetItemById(id));
+ return await GrpcCallerService.CallService(_urls.GrpcBasket, async channel =>
+ {
+
+ var client = new Basket.BasketClient(channel);
+ _logger.LogDebug("grpc client created, request = {@id}", id);
+ var response = await client.GetBasketByIdAsync(new BasketRequest { Id = id });
+ _logger.LogDebug("grpc response {@response}", response);
- var basket = !string.IsNullOrEmpty(data) ? JsonConvert.DeserializeObject(data) : null;
-
- return basket;
+ return MapToBasketData(response);
+ });
}
public async Task UpdateAsync(BasketData currentBasket)
{
- var basketContent = new StringContent(JsonConvert.SerializeObject(currentBasket), System.Text.Encoding.UTF8, "application/json");
+ await GrpcCallerService.CallService(_urls.GrpcBasket, async httpClient =>
+ {
+ var channel = GrpcChannel.ForAddress(_urls.GrpcBasket);
+ var client = new Basket.BasketClient(channel);
+ _logger.LogDebug("Grpc update basket currentBasket {@currentBasket}", currentBasket);
+ var request = MapToCustomerBasketRequest(currentBasket);
+ _logger.LogDebug("Grpc update basket request {@request}", request);
+
+ return client.UpdateBasketAsync(request);
+ });
+ }
+
+ private BasketData MapToBasketData(CustomerBasketResponse customerBasketRequest)
+ {
+ if (customerBasketRequest == null)
+ {
+ return null;
+ }
+
+ var map = new BasketData
+ {
+ BuyerId = customerBasketRequest.Buyerid
+ };
+
+ customerBasketRequest.Items.ToList().ForEach(item => map.Items.Add(new BasketDataItem
+ {
+ Id = item.Id,
+ OldUnitPrice = (decimal)item.Oldunitprice,
+ PictureUrl = item.Pictureurl,
+ ProductId = item.Productid,
+ ProductName = item.Productname,
+ Quantity = item.Quantity,
+ UnitPrice = (decimal)item.Unitprice
+ }));
+
+ return map;
+ }
+
+ private CustomerBasketRequest MapToCustomerBasketRequest(BasketData basketData)
+ {
+ if (basketData == null)
+ {
+ return null;
+ }
+
+ var map = new CustomerBasketRequest
+ {
+ Buyerid = basketData.BuyerId
+ };
+
+ basketData.Items.ToList().ForEach(item => map.Items.Add(new BasketItemResponse
+ {
+ Id = item.Id,
+ Oldunitprice = (double)item.OldUnitPrice,
+ Pictureurl = item.PictureUrl,
+ Productid = item.ProductId,
+ Productname = item.ProductName,
+ Quantity = item.Quantity,
+ Unitprice = (double)item.UnitPrice
+ }));
- var data = await _httpClient.PostAsync(_urls.Basket + UrlsConfig.BasketOperations.UpdateBasket(), basketContent);
+ return map;
}
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/CatalogService.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/CatalogService.cs
index 69bca2b398..2cf160d804 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/CatalogService.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/CatalogService.cs
@@ -1,41 +1,60 @@
-using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
+using CatalogApi;
+using Grpc.Net.Client;
+using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models;
-using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Newtonsoft.Json;
using System.Collections.Generic;
+using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
+using static CatalogApi.Catalog;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services
{
public class CatalogService : ICatalogService
{
private readonly HttpClient _httpClient;
- private readonly ILogger _logger;
private readonly UrlsConfig _urls;
- public CatalogService(HttpClient httpClient, ILogger logger, IOptions config)
+ public CatalogService(HttpClient httpClient, IOptions config)
{
_httpClient = httpClient;
- _logger = logger;
_urls = config.Value;
}
public async Task GetCatalogItemAsync(int id)
{
- var stringContent = await _httpClient.GetStringAsync(_urls.Catalog + UrlsConfig.CatalogOperations.GetItemById(id));
- var catalogItem = JsonConvert.DeserializeObject(stringContent);
- return catalogItem;
+ return await GrpcCallerService.CallService(_urls.Catalog + UrlsConfig.CatalogOperations.GetItemById(id), async channel =>
+ {
+ var client = new CatalogClient(channel);
+ var request = new CatalogItemRequest { Id = id };
+ var response = await client.GetItemByIdAsync(request);
+ return MapToCatalogItemResponse(response);
+ });
}
public async Task> GetCatalogItemsAsync(IEnumerable ids)
{
- var stringContent = await _httpClient.GetStringAsync(_urls.Catalog + UrlsConfig.CatalogOperations.GetItemsById(ids));
- var catalogItems = JsonConvert.DeserializeObject(stringContent);
- return catalogItems;
+ return await GrpcCallerService.CallService(_urls.GrpcCatalog, async channel=>
+ {
+ var client = new CatalogClient(channel);
+ var request = new CatalogItemsRequest { Ids = string.Join(",", ids), PageIndex = 1, PageSize = 10 };
+ var response = await client.GetItemsByIdsAsync(request);
+ return response.Data.Select(this.MapToCatalogItemResponse);
+ });
+ }
+
+ private CatalogItem MapToCatalogItemResponse(CatalogItemResponse catalogItemResponse)
+ {
+ return new CatalogItem
+ {
+ Id = catalogItemResponse.Id,
+ Name = catalogItemResponse.Name,
+ PictureUri = catalogItemResponse.PictureUri,
+ Price = (decimal)catalogItemResponse.Price
+ };
}
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/GrpcCallerService.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/GrpcCallerService.cs
new file mode 100644
index 0000000000..fe857c6cc7
--- /dev/null
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/GrpcCallerService.cs
@@ -0,0 +1,77 @@
+using System.Net.Http;
+using System.Threading.Tasks;
+using System;
+using Grpc.Core;
+using Serilog;
+using Grpc.Net.Client;
+
+namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services
+{
+ public static class GrpcCallerService
+ {
+ public static async Task CallService(string urlGrpc, Func> func)
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", true);
+
+ var channel = GrpcChannel.ForAddress(urlGrpc);
+
+ /*
+ using var httpClientHandler = new HttpClientHandler
+ {
+ ServerCertificateCustomValidationCallback = (message, cert, chain, errors) => { return true; }
+ };
+
+ */
+
+
+ Log.Information("Creating grpc client base address urlGrpc ={@urlGrpc}, BaseAddress={@BaseAddress} ", urlGrpc, channel.Target);
+
+ try
+ {
+ return await func(channel);
+ }
+ catch (RpcException e)
+ {
+ Log.Error("Error calling via grpc: {Status} - {Message}", e.Status, e.Message);
+ return default;
+ }
+ finally
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", false);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", false);
+ }
+ }
+
+ public static async Task CallService(string urlGrpc, Func func)
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", true);
+
+ /*
+ using var httpClientHandler = new HttpClientHandler
+ {
+ ServerCertificateCustomValidationCallback = (message, cert, chain, errors) => { return true; }
+ };
+ */
+
+ var channel = GrpcChannel.ForAddress(urlGrpc);
+
+ Log.Debug("Creating grpc client base address {@httpClient.BaseAddress} ", channel.Target);
+
+ try
+ {
+ await func(channel);
+ }
+ catch (RpcException e)
+ {
+ Log.Error("Error calling via grpc: {Status} - {Message}", e.Status, e.Message);
+ }
+ finally
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", false);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", false);
+ }
+ }
+ }
+}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IBasketService.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IBasketService.cs
index ad49e1adb1..d7a390c755 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IBasketService.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IBasketService.cs
@@ -5,7 +5,7 @@ namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services
{
public interface IBasketService
{
- Task GetByIdAsync(string id);
+ Task GetById(string id);
Task UpdateAsync(BasketData currentBasket);
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IOrderingService.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IOrderingService.cs
new file mode 100644
index 0000000000..5518a4bbfc
--- /dev/null
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/IOrderingService.cs
@@ -0,0 +1,10 @@
+using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models;
+using System.Threading.Tasks;
+
+namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services
+{
+ public interface IOrderingService
+ {
+ Task GetOrderDraftAsync(BasketData basketData);
+ }
+}
\ No newline at end of file
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/OrderingService.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/OrderingService.cs
new file mode 100644
index 0000000000..a48c942de9
--- /dev/null
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Services/OrderingService.cs
@@ -0,0 +1,90 @@
+using Grpc.Net.Client;
+using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
+using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models;
+using Microsoft.Extensions.Logging;
+using Microsoft.Extensions.Options;
+using System.Linq;
+using System.Net.Http;
+using System.Threading.Tasks;
+using GrpcOrdering;
+
+namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services
+{
+ public class OrderingService : IOrderingService
+ {
+ private readonly HttpClient _httpClient;
+ private readonly UrlsConfig _urls;
+ private readonly ILogger _logger;
+
+ public OrderingService(HttpClient httpClient, IOptions config, ILogger logger)
+ {
+ _httpClient = httpClient;
+ _urls = config.Value;
+ _logger = logger;
+ }
+
+ public async Task GetOrderDraftAsync(BasketData basketData)
+ {
+
+ return await GrpcCallerService.CallService(_urls.GrpcOrdering, async channel =>
+ {
+ var client = new OrderingGrpc.OrderingGrpcClient(channel);
+ _logger.LogDebug(" grpc client created, basketData={@basketData}", basketData);
+
+ var command = MapToOrderDraftCommand(basketData);
+ var response = await client.CreateOrderDraftFromBasketDataAsync(command);
+ _logger.LogDebug(" grpc response: {@response}", response);
+
+ return MapToResponse(response, basketData);
+ });
+ }
+
+ private OrderData MapToResponse(GrpcOrdering.OrderDraftDTO orderDraft, BasketData basketData)
+ {
+ if (orderDraft == null)
+ {
+ return null;
+ }
+
+ var data = new OrderData
+ {
+ Buyer = basketData.BuyerId,
+ Total = (decimal)orderDraft.Total,
+ };
+
+ orderDraft.OrderItems.ToList().ForEach(o => data.OrderItems.Add(new OrderItemData
+ {
+ Discount = (decimal)o.Discount,
+ PictureUrl = o.PictureUrl,
+ ProductId = o.ProductId,
+ ProductName = o.ProductName,
+ UnitPrice = (decimal)o.UnitPrice,
+ Units = o.Units,
+ }));
+
+ return data;
+ }
+
+ private CreateOrderDraftCommand MapToOrderDraftCommand(BasketData basketData)
+ {
+ var command = new CreateOrderDraftCommand
+ {
+ BuyerId = basketData.BuyerId,
+ };
+
+ basketData.Items.ForEach(i => command.Items.Add(new BasketItem
+ {
+ Id = i.Id,
+ OldUnitPrice = (double)i.OldUnitPrice,
+ PictureUrl = i.PictureUrl,
+ ProductId = i.ProductId,
+ ProductName = i.ProductName,
+ Quantity = i.Quantity,
+ UnitPrice = (double)i.UnitPrice,
+ }));
+
+ return command;
+ }
+
+ }
+}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs
index eee0d9c6ec..7a48e93eda 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs
@@ -1,26 +1,23 @@
-using System;
-using System.Collections.Generic;
-using System.IdentityModel.Tokens.Jwt;
-using System.Net.Http;
+using Devspaces.Support;
+using HealthChecks.UI.Client;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Diagnostics.HealthChecks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
-using Microsoft.AspNetCore.Mvc;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Filters.Basket.API.Infrastructure.Filters;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Infrastructure;
using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
-using Microsoft.Extensions.Logging;
-using Polly;
-using Polly.Extensions.Http;
-using Swashbuckle.AspNetCore.Swagger;
-using HealthChecks.UI.Client;
-using Microsoft.AspNetCore.Diagnostics.HealthChecks;
using Microsoft.Extensions.Diagnostics.HealthChecks;
-using Devspaces.Support;
+using Microsoft.Extensions.Hosting;
+using Microsoft.Extensions.Logging;
+using Microsoft.OpenApi.Models;
+using System;
+using System.Collections.Generic;
+using System.IdentityModel.Tokens.Jwt;
namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator
{
@@ -53,7 +50,7 @@ public void ConfigureServices(IServiceCollection services)
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
- public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
+ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory)
{
var pathBase = Configuration["PATH_BASE"];
@@ -63,42 +60,41 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
app.UsePathBase(pathBase);
}
- app.UseHealthChecks("/hc", new HealthCheckOptions()
- {
- Predicate = _ => true,
- ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
- });
-
- app.UseHealthChecks("/liveness", new HealthCheckOptions
- {
- Predicate = r => r.Name.Contains("self")
- });
-
- app.UseCors("CorsPolicy");
-
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
- else
- {
- // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
- app.UseHsts();
- }
+
- app.UseAuthentication();
- app.UseHttpsRedirection();
- app.UseMvc();
+ app.UseCors("CorsPolicy");
app.UseSwagger().UseSwaggerUI(c =>
- {
- c.SwaggerEndpoint($"{ (!string.IsNullOrEmpty(pathBase) ? pathBase : string.Empty) }/swagger/v1/swagger.json", "Purchase BFF V1");
-
- c.OAuthClientId("Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregatorwaggerui");
- c.OAuthClientSecret(string.Empty);
- c.OAuthRealm(string.Empty);
- c.OAuthAppName("Purchase BFF Swagger UI");
- });
+ {
+ c.SwaggerEndpoint($"{ (!string.IsNullOrEmpty(pathBase) ? pathBase : string.Empty) }/swagger/v1/swagger.json", "Purchase BFF V1");
+
+ c.OAuthClientId("mobileshoppingaggswaggerui");
+ c.OAuthClientSecret(string.Empty);
+ c.OAuthRealm(string.Empty);
+ c.OAuthAppName("Purchase BFF Swagger UI");
+ });
+
+ app.UseRouting();
+ app.UseAuthentication();
+ app.UseAuthorization();
+ app.UseEndpoints(endpoints =>
+ {
+ endpoints.MapDefaultControllerRoute();
+ endpoints.MapControllers();
+ endpoints.MapHealthChecks("/hc", new HealthCheckOptions()
+ {
+ Predicate = _ => true,
+ ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
+ });
+ endpoints.MapHealthChecks("/liveness", new HealthCheckOptions
+ {
+ Predicate = r => r.Name.Contains("self")
+ });
+ });
}
}
@@ -109,29 +105,33 @@ public static IServiceCollection AddCustomMvc(this IServiceCollection services,
services.AddOptions();
services.Configure(configuration.GetSection("urls"));
- services.AddMvc()
- .SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
+ services.AddControllers()
+ .AddNewtonsoftJson();
services.AddSwaggerGen(options =>
{
options.DescribeAllEnumsAsStrings();
- options.SwaggerDoc("v1", new Swashbuckle.AspNetCore.Swagger.Info
+ options.SwaggerDoc("v1", new OpenApiInfo
{
Title = "Shopping Aggregator for Mobile Clients",
Version = "v1",
- Description = "Shopping Aggregator for Mobile Clients",
- TermsOfService = "Terms Of Service"
+ Description = "Shopping Aggregator for Mobile Clients"
});
-
- options.AddSecurityDefinition("oauth2", new OAuth2Scheme
+ options.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme
{
- Type = "oauth2",
- Flow = "implicit",
- AuthorizationUrl = $"{configuration.GetValue("IdentityUrlExternal")}/connect/authorize",
- TokenUrl = $"{configuration.GetValue("IdentityUrlExternal")}/connect/token",
- Scopes = new Dictionary()
+ Type = SecuritySchemeType.OAuth2,
+ Flows = new OpenApiOAuthFlows()
{
- { "mobileshoppingagg", "Shopping Aggregator for Mobile Clients" }
+ Implicit = new OpenApiOAuthFlow()
+ {
+ AuthorizationUrl = new Uri($"{configuration.GetValue("IdentityUrlExternal")}/connect/authorize"),
+ TokenUrl = new Uri($"{configuration.GetValue("IdentityUrlExternal")}/connect/token"),
+
+ Scopes = new Dictionary()
+ {
+ { "mobileshoppingagg", "Shopping Aggregator for Mobile Clients" }
+ }
+ }
}
});
@@ -152,7 +152,8 @@ public static IServiceCollection AddCustomMvc(this IServiceCollection services,
}
public static IServiceCollection AddCustomAuthentication(this IServiceCollection services, IConfiguration configuration)
{
- JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear();
+ JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Remove("sub");
+
var identityUrl = configuration.GetValue("urls:identity");
services.AddAuthentication(options =>
@@ -166,15 +167,6 @@ public static IServiceCollection AddCustomAuthentication(this IServiceCollection
options.Authority = identityUrl;
options.RequireHttpsMetadata = false;
options.Audience = "mobileshoppingagg";
- options.Events = new JwtBearerEvents()
- {
- OnAuthenticationFailed = async ctx =>
- {
- },
- OnTokenValidated = async ctx =>
- {
- }
- };
});
return services;
@@ -187,38 +179,22 @@ public static IServiceCollection AddHttpServices(this IServiceCollection service
services.AddSingleton();
//register http services
- services.AddHttpClient()
+ services
+ .AddHttpClient()
.AddHttpMessageHandler()
- .AddPolicyHandler(GetRetryPolicy())
- .AddPolicyHandler(GetCircuitBreakerPolicy())
.AddDevspacesSupport();
services.AddHttpClient()
- .AddPolicyHandler(GetRetryPolicy())
- .AddPolicyHandler(GetCircuitBreakerPolicy())
.AddDevspacesSupport();
services.AddHttpClient()
- .AddPolicyHandler(GetRetryPolicy())
- .AddPolicyHandler(GetCircuitBreakerPolicy())
.AddDevspacesSupport();
- return services;
- }
+ services.AddHttpClient()
+ .AddDevspacesSupport();
- private static IAsyncPolicy GetRetryPolicy()
- {
- return HttpPolicyExtensions
- .HandleTransientHttpError()
- .OrResult(msg => msg.StatusCode == System.Net.HttpStatusCode.NotFound)
- .WaitAndRetryAsync(6, retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt)));
+ return services;
}
- private static IAsyncPolicy GetCircuitBreakerPolicy()
- {
- return HttpPolicyExtensions
- .HandleTransientHttpError()
- .CircuitBreakerAsync(5, TimeSpan.FromSeconds(30));
- }
}
}
diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.localhost.json b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.localhost.json
index 57b5e894dd..86fd1541d5 100644
--- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.localhost.json
+++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.localhost.json
@@ -3,6 +3,24 @@
"basket": "http://localhost:55105",
"catalog": "http://localhost:55101",
"orders": "http://localhost:55102",
- "identity": "http://localhost:55105"
+ "identity": "http://localhost:55105",
+ "grpcBasket": "http://localhost:5580",
+ "grpcCatalog": "http://localhost:81",
+ "grpcOrdering": "http://localhost:5581"
+ },
+ "IdentityUrlExternal": "http://localhost:5105",
+ "IdentityUrl": "http://localhost:5105",
+ "Logging": {
+ "IncludeScopes": false,
+ "Debug": {
+ "LogLevel": {
+ "Default": "Debug"
+ }
+ },
+ "Console": {
+ "LogLevel": {
+ "Default": "Debug"
+ }
+ }
}
}
diff --git a/src/ApiGateways/Web.Bff.Marketing/apigw/azds.yaml b/src/ApiGateways/Web.Bff.Marketing/apigw/azds.yaml
deleted file mode 100644
index 8f60cbcc73..0000000000
--- a/src/ApiGateways/Web.Bff.Marketing/apigw/azds.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-kind: helm-release
-apiVersion: 1.1
-build:
- context: ..\..\..\..\
- dockerfile: ..\..\..\ApiGateways\ApiGw-Base\Dockerfile
-install:
- chart: ../../../../k8s/helm/apigwwm
- set:
- replicaCount: 1
- image:
- tag: $(tag)
- pullPolicy: Never
- ingress:
- annotations:
- kubernetes.io/ingress.class: traefik-azds
- hosts:
- # This expands to [space.s.]webmvc...aksapp.io
- - $(spacePrefix)eshop$(hostSuffix)
- inf:
- k8s:
- dns: $(spacePrefix)eshop$(hostSuffix)
- values:
- - values.dev.yaml?
- - secrets.dev.yaml?
- - inf.yaml
- - app.yaml
-configurations:
- develop:
- build:
- useGitIgnore: true
- dockerfile: ..\..\..\ApiGateways\ApiGw-Base\Dockerfile.develop
- args:
- BUILD_CONFIGURATION: ${BUILD_CONFIGURATION:-Debug}
- container:
- sync:
- - '**/Pages/**'
- - '**/Views/**'
- - '**/wwwroot/**'
- - '!**/*.{sln,csproj}'
- command: [dotnet, run, --no-restore, --no-build, --no-launch-profile, -c, "${BUILD_CONFIGURATION:-Debug}"]
- iterate:
- processesToKill: [dotnet, vsdbg]
- buildCommands:
- - [dotnet, build, --no-restore, -c, "${BUILD_CONFIGURATION:-Debug}"]
diff --git a/src/ApiGateways/Web.Bff.Marketing/apigw/configuration.json b/src/ApiGateways/Web.Bff.Marketing/apigw/configuration.json
deleted file mode 100644
index 8afe4a4d6c..0000000000
--- a/src/ApiGateways/Web.Bff.Marketing/apigw/configuration.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "marketing.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/m/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "locations.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/l/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
-}
-
\ No newline at end of file
diff --git a/src/ApiGateways/Web.Bff.Marketing/apigw/values.dev.yaml b/src/ApiGateways/Web.Bff.Marketing/apigw/values.dev.yaml
deleted file mode 100644
index fb59d98d5c..0000000000
--- a/src/ApiGateways/Web.Bff.Marketing/apigw/values.dev.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-ocelot:
- configPath: /src/src/ApiGateways/ApiGw-Base/configuration
\ No newline at end of file
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Config/UrlsConfig.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Config/UrlsConfig.cs
index 19be27dcee..dccccab358 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Config/UrlsConfig.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Config/UrlsConfig.cs
@@ -9,8 +9,11 @@ public class UrlsConfig
{
public class CatalogOperations
{
+ // grpc call under REST must go trough port 80
public static string GetItemById(int id) => $"/api/v1/catalog/items/{id}";
- public static string GetItemsById(IEnumerable ids) => $"/api/v1/catalog/items?ids={string.Join(',', ids)}";
+ public static string GetItemById(string ids) => $"/api/v1/catalog/items/ids/{string.Join(',', ids)}";
+ // REST call standard must go through port 5000
+ public static string GetItemsById(IEnumerable ids) => $":5000/api/v1/catalog/items?ids={string.Join(',', ids)}";
}
public class BasketOperations
@@ -27,5 +30,8 @@ public class OrdersOperations
public string Basket { get; set; }
public string Catalog { get; set; }
public string Orders { get; set; }
+ public string GrpcBasket { get; set; }
+ public string GrpcCatalog { get; set; }
+ public string GrpcOrdering { get; set; }
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/BasketController.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/BasketController.cs
index 00cf506a4a..dd5d4e85c2 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/BasketController.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/BasketController.cs
@@ -7,6 +7,8 @@
using System.Linq;
using System.Net;
using System.Threading.Tasks;
+using Serilog;
+using Newtonsoft.Json;
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Controllers
{
@@ -36,11 +38,21 @@ public async Task> UpdateAllBasketAsync([FromBody] Upda
}
// Retrieve the current basket
- var basket = await _basket.GetByIdAsync(data.BuyerId) ?? new BasketData(data.BuyerId);
-
+ var basket = await _basket.GetById(data.BuyerId) ?? new BasketData(data.BuyerId);
var catalogItems = await _catalog.GetCatalogItemsAsync(data.Items.Select(x => x.ProductId));
- foreach (var bitem in data.Items)
+ // group by product id to avoid duplicates
+ var itemsCalculated = data
+ .Items
+ .GroupBy(x => x.ProductId, x => x, (k, i) => new { productId = k, items = i })
+ .Select(groupedItem =>
+ {
+ var item = groupedItem.items.First();
+ item.Quantity = groupedItem.items.Sum(i => i.Quantity);
+ return item;
+ });
+
+ foreach (var bitem in itemsCalculated)
{
var catalogItem = catalogItems.SingleOrDefault(ci => ci.Id == bitem.ProductId);
if (catalogItem == null)
@@ -48,15 +60,23 @@ public async Task> UpdateAllBasketAsync([FromBody] Upda
return BadRequest($"Basket refers to a non-existing catalog item ({bitem.ProductId})");
}
- basket.Items.Add(new BasketDataItem()
+ var itemInBasket = basket.Items.FirstOrDefault(x => x.ProductId == bitem.ProductId);
+ if (itemInBasket == null)
{
- Id = bitem.Id,
- ProductId = catalogItem.Id.ToString(),
- ProductName = catalogItem.Name,
- PictureUrl = catalogItem.PictureUri,
- UnitPrice = catalogItem.Price,
- Quantity = bitem.Quantity
- });
+ basket.Items.Add(new BasketDataItem()
+ {
+ Id = bitem.Id,
+ ProductId = catalogItem.Id,
+ ProductName = catalogItem.Name,
+ PictureUrl = catalogItem.PictureUri,
+ UnitPrice = catalogItem.Price,
+ Quantity = bitem.Quantity
+ });
+ }
+ else
+ {
+ itemInBasket.Quantity = bitem.Quantity;
+ }
}
await _basket.UpdateAsync(basket);
@@ -76,7 +96,7 @@ public async Task> UpdateQuantitiesAsync([FromBody] Upd
}
// Retrieve the current basket
- var currentBasket = await _basket.GetByIdAsync(data.BasketId);
+ var currentBasket = await _basket.GetById(data.BasketId);
if (currentBasket == null)
{
return BadRequest($"Basket with id {data.BasketId} not found.");
@@ -116,19 +136,29 @@ public async Task AddBasketItemAsync([FromBody] AddBasketItemReque
//item.PictureUri =
// Step 2: Get current basket status
- var currentBasket = (await _basket.GetByIdAsync(data.BasketId)) ?? new BasketData(data.BasketId);
- // Step 3: Merge current status with new product
- currentBasket.Items.Add(new BasketDataItem()
+ var currentBasket = (await _basket.GetById(data.BasketId)) ?? new BasketData(data.BasketId);
+ // Step 3: Search if exist product into basket
+ var product = currentBasket.Items.SingleOrDefault(i => i.ProductId == item.Id);
+ if (product != null)
{
- UnitPrice = item.Price,
- PictureUrl = item.PictureUri,
- ProductId = item.Id.ToString(),
- ProductName = item.Name,
- Quantity = data.Quantity,
- Id = Guid.NewGuid().ToString()
- });
-
- // Step 4: Update basket
+ // Step 4: Update quantity for product
+ product.Quantity += data.Quantity;
+ }
+ else
+ {
+ // Step 4: Merge current status with new product
+ currentBasket.Items.Add(new BasketDataItem()
+ {
+ UnitPrice = item.Price,
+ PictureUrl = item.PictureUri,
+ ProductId = item.Id,
+ ProductName = item.Name,
+ Quantity = data.Quantity,
+ Id = Guid.NewGuid().ToString()
+ });
+ }
+
+ // Step 5: Update basket
await _basket.UpdateAsync(currentBasket);
return Ok();
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/OrderController.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/OrderController.cs
index de3e4cc555..4b88c45b66 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/OrderController.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Controllers/OrderController.cs
@@ -16,11 +16,11 @@ namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Controllers
public class OrderController : ControllerBase
{
private readonly IBasketService _basketService;
- private readonly IOrderApiClient _orderClient;
- public OrderController(IBasketService basketService, IOrderApiClient orderClient)
+ private readonly IOrderingService _orderingService;
+ public OrderController(IBasketService basketService, IOrderingService orderingService)
{
_basketService = basketService;
- _orderClient = orderClient;
+ _orderingService = orderingService;
}
[Route("draft/{basketId}")]
@@ -34,14 +34,14 @@ public async Task> GetOrderDraftAsync(string basketId)
return BadRequest("Need a valid basketid");
}
// Get the basket data and build a order draft based on it
- var basket = await _basketService.GetByIdAsync(basketId);
+ var basket = await _basketService.GetById(basketId);
if (basket == null)
{
return BadRequest($"No basket found for id {basketId}");
}
- return await _orderClient.GetOrderDraftFromBasketAsync(basket);
+ return await _orderingService.GetOrderDraftAsync(basket);
}
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile b/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
index e97db900b5..b449be5b1e 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
@@ -1,54 +1,54 @@
-FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
+FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
-FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
-# Keep the project list and command dotnet restore identical in all Dockfiles to maximize image cache utilization
-COPY eShopOnContainers-ServicesAndWebApps.sln .
-COPY docker-compose.dcproj /src/
-COPY src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj src/ApiGateways/ApiGw-Base/
-COPY src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj src/ApiGateways/Mobile.Bff.Shopping/aggregator/
-COPY src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj src/ApiGateways/Web.Bff.Shopping/aggregator/
-COPY src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj src/BuildingBlocks/Devspaces.Support/
-COPY src/BuildingBlocks/EventBus/EventBus/EventBus.csproj src/BuildingBlocks/EventBus/EventBus/
-COPY src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj src/BuildingBlocks/EventBus/EventBus.Tests/
-COPY src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj src/BuildingBlocks/EventBus/EventBusRabbitMQ/
-COPY src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj src/BuildingBlocks/EventBus/EventBusServiceBus/
-COPY src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj src/BuildingBlocks/EventBus/IntegrationEventLogEF/
-COPY src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj src/BuildingBlocks/WebHostCustomization/WebHost.Customization/
-COPY src/Services/Basket/Basket.API/Basket.API.csproj src/Services/Basket/Basket.API/
-COPY src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj src/Services/Basket/Basket.FunctionalTests/
-COPY src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj src/Services/Basket/Basket.UnitTests/
-COPY src/Services/Catalog/Catalog.API/Catalog.API.csproj src/Services/Catalog/Catalog.API/
-COPY src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj src/Services/Catalog/Catalog.FunctionalTests/
-COPY src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj src/Services/Catalog/Catalog.UnitTests/
-COPY src/Services/Identity/Identity.API/Identity.API.csproj src/Services/Identity/Identity.API/
-COPY src/Services/Location/Locations.API/Locations.API.csproj src/Services/Location/Locations.API/
-COPY src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj src/Services/Location/Locations.FunctionalTests/
-COPY src/Services/Marketing/Marketing.API/Marketing.API.csproj src/Services/Marketing/Marketing.API/
-COPY src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj src/Services/Marketing/Marketing.FunctionalTests/
-COPY src/Services/Ordering/Ordering.API/Ordering.API.csproj src/Services/Ordering/Ordering.API/
-COPY src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj src/Services/Ordering/Ordering.BackgroundTasks/
-COPY src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj src/Services/Ordering/Ordering.Domain/
-COPY src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj src/Services/Ordering/Ordering.FunctionalTests/
-COPY src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj src/Services/Ordering/Ordering.Infrastructure/
-COPY src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj src/Services/Ordering/Ordering.SignalrHub/
-COPY src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj src/Services/Ordering/Ordering.UnitTests/
-COPY src/Services/Payment/Payment.API/Payment.API.csproj src/Services/Payment/Payment.API/
-COPY src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj src/Services/Webhooks/Webhooks.API/
-COPY src/Web/WebhookClient/WebhookClient.csproj src/Web/WebhookClient/
-COPY src/Web/WebMVC/WebMVC.csproj src/Web/WebMVC/
-COPY src/Web/WebSPA/WebSPA.csproj src/Web/WebSPA/
-COPY src/Web/WebStatus/WebStatus.csproj src/Web/WebStatus/
-COPY test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj test/ServicesTests/Application.FunctionalTests/
-COPY test/ServicesTests/LoadTest/LoadTest.csproj test/ServicesTests/LoadTest/
-
-RUN dotnet restore eShopOnContainers-ServicesAndWebApps.sln
+COPY "eShopOnContainers-ServicesAndWebApps.sln" "eShopOnContainers-ServicesAndWebApps.sln"
+
+COPY "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj" "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj"
+COPY "ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj" "ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj"
+COPY "BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj" "BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj"
+COPY "BuildingBlocks/EventBus/EventBus/EventBus.csproj" "BuildingBlocks/EventBus/EventBus/EventBus.csproj"
+COPY "BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj" "BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj"
+COPY "BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj" "BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj"
+COPY "BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj" "BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj"
+COPY "BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj" "BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj"
+COPY "Services/Basket/Basket.API/Basket.API.csproj" "Services/Basket/Basket.API/Basket.API.csproj"
+COPY "Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj" "Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj"
+COPY "Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj" "Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj"
+COPY "Services/Catalog/Catalog.API/Catalog.API.csproj" "Services/Catalog/Catalog.API/Catalog.API.csproj"
+COPY "Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj" "Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj"
+COPY "Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj" "Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj"
+COPY "Services/Identity/Identity.API/Identity.API.csproj" "Services/Identity/Identity.API/Identity.API.csproj"
+COPY "Services/Location/Locations.API/Locations.API.csproj" "Services/Location/Locations.API/Locations.API.csproj"
+COPY "Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj" "Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj"
+COPY "Services/Marketing/Marketing.API/Marketing.API.csproj" "Services/Marketing/Marketing.API/Marketing.API.csproj"
+COPY "Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj" "Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj"
+COPY "Services/Ordering/Ordering.API/Ordering.API.csproj" "Services/Ordering/Ordering.API/Ordering.API.csproj"
+COPY "Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" "Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj"
+COPY "Services/Ordering/Ordering.Domain/Ordering.Domain.csproj" "Services/Ordering/Ordering.Domain/Ordering.Domain.csproj"
+COPY "Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj" "Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj"
+COPY "Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj" "Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj"
+COPY "Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj" "Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj"
+COPY "Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj" "Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj"
+COPY "Services/Payment/Payment.API/Payment.API.csproj" "Services/Payment/Payment.API/Payment.API.csproj"
+COPY "Services/Webhooks/Webhooks.API/Webhooks.API.csproj" "Services/Webhooks/Webhooks.API/Webhooks.API.csproj"
+COPY "Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj" "Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj"
+COPY "Web/WebhookClient/WebhookClient.csproj" "Web/WebhookClient/WebhookClient.csproj"
+COPY "Web/WebMVC/WebMVC.csproj" "Web/WebMVC/WebMVC.csproj"
+COPY "Web/WebSPA/WebSPA.csproj" "Web/WebSPA/WebSPA.csproj"
+COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
+
+COPY "docker-compose.dcproj" "docker-compose.dcproj"
+
+COPY "NuGet.config" "NuGet.config"
+
+RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
COPY . .
-WORKDIR /src/src/ApiGateways/Web.Bff.Shopping/aggregator
+WORKDIR /src/ApiGateways/Web.Bff.Shopping/aggregator
RUN dotnet publish --no-restore -c Release -o /app
FROM build AS publish
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile.develop b/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile.develop
index 3d0d16dd3a..79f5317774 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile.develop
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile.develop
@@ -1,4 +1,4 @@
-FROM microsoft/dotnet:2.2-sdk
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster
ARG BUILD_CONFIGURATION=Debug
ENV ASPNETCORE_ENVIRONMENT=Development
ENV DOTNET_USE_POLLING_FILE_WATCHER=true
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs
index e93ec157cc..45c1911046 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Filters/AuthorizeCheckOperationFilter.cs
@@ -1,7 +1,7 @@
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Filters
{
using Microsoft.AspNetCore.Authorization;
- using Swashbuckle.AspNetCore.Swagger;
+ using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
using System.Collections.Generic;
using System.Linq;
@@ -10,7 +10,7 @@ namespace Basket.API.Infrastructure.Filters
{
public class AuthorizeCheckOperationFilter : IOperationFilter
{
- public void Apply(Operation operation, OperationFilterContext context)
+ public void Apply(OpenApiOperation operation, OperationFilterContext context)
{
// Check for authorize attribute
var hasAuthorize = context.MethodInfo.DeclaringType.GetCustomAttributes(true).OfType().Any() ||
@@ -18,14 +18,19 @@ public void Apply(Operation operation, OperationFilterContext context)
if (!hasAuthorize) return;
- operation.Responses.TryAdd("401", new Response { Description = "Unauthorized" });
- operation.Responses.TryAdd("403", new Response { Description = "Forbidden" });
+ operation.Responses.TryAdd("401", new OpenApiResponse { Description = "Unauthorized" });
+ operation.Responses.TryAdd("403", new OpenApiResponse { Description = "Forbidden" });
- operation.Security = new List>>
+ var oAuthScheme = new OpenApiSecurityScheme
{
- new Dictionary>
+ Reference = new OpenApiReference { Type = ReferenceType.SecurityScheme, Id = "oauth2" }
+ };
+
+ operation.Security = new List
+ {
+ new OpenApiSecurityRequirement
{
- { "oauth2", new [] { "Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator" } }
+ [ oAuthScheme ] = new [] { "Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator" }
}
};
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/BasketData.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/BasketData.cs
index 01831a5c96..507c7cdb7c 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/BasketData.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/BasketData.cs
@@ -1,26 +1,28 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
+using System.Collections.Generic;
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models
{
public class BasketData
{
public string BuyerId { get; set; }
- public List Items { get; set; }
+
+ public List Items { get; set; } = new List();
+
+ public BasketData()
+ {
+
+ }
public BasketData(string buyerId)
{
BuyerId = buyerId;
- Items = new List();
}
}
public class BasketDataItem
{
public string Id { get; set; }
- public string ProductId { get; set; }
+ public int ProductId { get; set; }
public string ProductName { get; set; }
public decimal UnitPrice { get; set; }
public decimal OldUnitPrice { get; set; }
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/CatalogItem.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/CatalogItem.cs
index c6085f9348..43e8e1cd1a 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/CatalogItem.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Models/CatalogItem.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
-
-namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models
+namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models
{
public class CatalogItem
{
@@ -13,8 +8,6 @@ public class CatalogItem
public decimal Price { get; set; }
-
public string PictureUri { get; set; }
-
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Program.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Program.cs
index 4bbac21e6e..b601d67f29 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Program.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Program.cs
@@ -1,12 +1,5 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Threading.Tasks;
-using Microsoft.AspNetCore;
+using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
-using Microsoft.Extensions.Configuration;
-using Microsoft.Extensions.Logging;
using Serilog;
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
@@ -40,5 +33,6 @@ public static IWebHost BuildWebHost(string[] args) =>
.WriteTo.Console();
})
.Build();
+
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/BasketService.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/BasketService.cs
index d0fb5c008f..b289e98d6f 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/BasketService.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/BasketService.cs
@@ -2,38 +2,116 @@
using Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Newtonsoft.Json;
-using System.Net.Http;
using System.Threading.Tasks;
+using Grpc.Net.Client;
+using System.Linq;
+using GrpcBasket;
+using System.Net.Http;
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services
{
public class BasketService : IBasketService
{
- private readonly HttpClient _apiClient;
- private readonly ILogger _logger;
private readonly UrlsConfig _urls;
+ public readonly HttpClient _httpClient;
+ private readonly ILogger _logger;
- public BasketService(HttpClient httpClient,ILogger logger, IOptions config)
+ public BasketService(HttpClient httpClient, IOptions config, ILogger logger)
{
- _apiClient = httpClient;
- _logger = logger;
_urls = config.Value;
+ _httpClient = httpClient;
+ _logger = logger;
}
- public async Task GetByIdAsync(string id)
+
+ public async Task GetById(string id)
{
- var data = await _apiClient.GetStringAsync(_urls.Basket + UrlsConfig.BasketOperations.GetItemById(id));
- var basket = !string.IsNullOrEmpty(data) ? JsonConvert.DeserializeObject(data) : null;
+ return await GrpcCallerService.CallService(_urls.GrpcBasket, async channel =>
+ {
+ var client = new Basket.BasketClient(channel);
+ _logger.LogDebug("grpc client created, request = {@id}", id);
+ var response = await client.GetBasketByIdAsync(new BasketRequest { Id = id });
+ _logger.LogDebug("grpc response {@response}", response);
- return basket;
+ return MapToBasketData(response);
+ });
}
public async Task UpdateAsync(BasketData currentBasket)
{
- var basketContent = new StringContent(JsonConvert.SerializeObject(currentBasket), System.Text.Encoding.UTF8, "application/json");
+ await GrpcCallerService.CallService(_urls.GrpcBasket, async channel =>
+ {
+ var client = new Basket.BasketClient(channel);
+ _logger.LogDebug("Grpc update basket currentBasket {@currentBasket}", currentBasket);
+ var request = MapToCustomerBasketRequest(currentBasket);
+ _logger.LogDebug("Grpc update basket request {@request}", request);
+
+ return await client.UpdateBasketAsync(request);
+ });
+ }
+
+ private BasketData MapToBasketData(CustomerBasketResponse customerBasketRequest)
+ {
+ if (customerBasketRequest == null)
+ {
+ return null;
+ }
+
+ var map = new BasketData
+ {
+ BuyerId = customerBasketRequest.Buyerid
+ };
+
+ customerBasketRequest.Items.ToList().ForEach(item =>
+ {
+ if (item.Id != null)
+ {
+ map.Items.Add(new BasketDataItem
+ {
+ Id = item.Id,
+ OldUnitPrice = (decimal)item.Oldunitprice,
+ PictureUrl = item.Pictureurl,
+ ProductId = item.Productid,
+ ProductName = item.Productname,
+ Quantity = item.Quantity,
+ UnitPrice = (decimal)item.Unitprice
+ });
+ }
+ });
+
+ return map;
+ }
+
+ private CustomerBasketRequest MapToCustomerBasketRequest(BasketData basketData)
+ {
+ if (basketData == null)
+ {
+ return null;
+ }
+
+ var map = new CustomerBasketRequest
+ {
+ Buyerid = basketData.BuyerId
+ };
+
+ basketData.Items.ToList().ForEach(item =>
+ {
+ if (item.Id != null)
+ {
+ map.Items.Add(new BasketItemResponse
+ {
+ Id = item.Id,
+ Oldunitprice = (double)item.OldUnitPrice,
+ Pictureurl = item.PictureUrl,
+ Productid = item.ProductId,
+ Productname = item.ProductName,
+ Quantity = item.Quantity,
+ Unitprice = (double)item.UnitPrice
+ });
+ }
+ });
- await _apiClient.PostAsync(_urls.Basket + UrlsConfig.BasketOperations.UpdateBasket(), basketContent);
+ return map;
}
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/CatalogService.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/CatalogService.cs
index 159e56d853..c100949284 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/CatalogService.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/CatalogService.cs
@@ -2,10 +2,14 @@
using Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Newtonsoft.Json;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
+using CatalogApi;
+using Grpc.Net.Client;
+using System;
+using static CatalogApi.Catalog;
+using System.Linq;
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services
{
@@ -24,16 +28,39 @@ public CatalogService(HttpClient httpClient, ILogger logger, IOp
public async Task GetCatalogItemAsync(int id)
{
- var stringContent = await _httpClient.GetStringAsync(_urls.Catalog + UrlsConfig.CatalogOperations.GetItemById(id));
-
- return JsonConvert.DeserializeObject(stringContent);
+ return await GrpcCallerService.CallService(_urls.GrpcCatalog, async channel =>
+ {
+ var client = new CatalogClient(channel);
+ var request = new CatalogItemRequest { Id = id };
+ _logger.LogInformation("grpc client created, request = {@request}", request);
+ var response = await client.GetItemByIdAsync(request);
+ _logger.LogInformation("grpc response {@response}", response);
+ return MapToCatalogItemResponse(response);
+ });
}
public async Task> GetCatalogItemsAsync(IEnumerable ids)
{
- var stringContent = await _httpClient.GetStringAsync(_urls.Catalog + UrlsConfig.CatalogOperations.GetItemsById(ids));
+ return await GrpcCallerService.CallService(_urls.GrpcCatalog, async channel =>
+ {
+ var client = new CatalogClient(channel);
+ var request = new CatalogItemsRequest { Ids = string.Join(",", ids), PageIndex = 1, PageSize = 10 };
+ _logger.LogInformation("grpc client created, request = {@request}", request);
+ var response = await client.GetItemsByIdsAsync(request);
+ _logger.LogInformation("grpc response {@response}", response);
+ return response.Data.Select(this.MapToCatalogItemResponse);
+ });
+ }
- return JsonConvert.DeserializeObject(stringContent);
+ private CatalogItem MapToCatalogItemResponse(CatalogItemResponse catalogItemResponse)
+ {
+ return new CatalogItem
+ {
+ Id = catalogItemResponse.Id,
+ Name = catalogItemResponse.Name,
+ PictureUri = catalogItemResponse.PictureUri,
+ Price = (decimal)catalogItemResponse.Price
+ };
}
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/GrpcCallerService.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/GrpcCallerService.cs
new file mode 100644
index 0000000000..43138f9879
--- /dev/null
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/GrpcCallerService.cs
@@ -0,0 +1,78 @@
+using System.Threading.Tasks;
+using System;
+using Grpc.Core;
+using Serilog;
+using Grpc.Net.Client;
+
+namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services
+{
+ public static class GrpcCallerService
+ {
+ public static async Task CallService(string urlGrpc, Func> func)
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", true);
+
+ var channel = GrpcChannel.ForAddress(urlGrpc);
+
+ /*
+ using var httpClientHandler = new HttpClientHandler
+ {
+ ServerCertificateCustomValidationCallback = (message, cert, chain, errors) => { return true; }
+ };
+
+ */
+
+
+ Log.Information("Creating grpc client base address urlGrpc ={@urlGrpc}, BaseAddress={@BaseAddress} ", urlGrpc, channel.Target);
+
+ try
+ {
+ return await func(channel);
+ }
+ catch (RpcException e)
+ {
+ Log.Error("Error calling via grpc: {Status} - {Message}", e.Status, e.Message);
+ return default;
+ }
+ finally
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", false);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", false);
+ }
+
+
+ }
+
+ public static async Task CallService(string urlGrpc, Func func)
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", true);
+
+ /*
+ using var httpClientHandler = new HttpClientHandler
+ {
+ ServerCertificateCustomValidationCallback = (message, cert, chain, errors) => { return true; }
+ };
+ */
+
+ var channel = GrpcChannel.ForAddress(urlGrpc);
+
+ Log.Debug("Creating grpc client base address {@httpClient.BaseAddress} ", channel.Target);
+
+ try
+ {
+ await func(channel);
+ }
+ catch (RpcException e)
+ {
+ Log.Error("Error calling via grpc: {Status} - {Message}", e.Status, e.Message);
+ }
+ finally
+ {
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", false);
+ AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", false);
+ }
+ }
+ }
+}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IBasketService.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IBasketService.cs
index 046ef753d4..fba539b7a8 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IBasketService.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IBasketService.cs
@@ -5,7 +5,7 @@ namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services
{
public interface IBasketService
{
- Task GetByIdAsync(string id);
+ Task GetById(string id);
Task UpdateAsync(BasketData currentBasket);
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IOrderingService.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IOrderingService.cs
new file mode 100644
index 0000000000..a20520747f
--- /dev/null
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/IOrderingService.cs
@@ -0,0 +1,10 @@
+using Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models;
+using System.Threading.Tasks;
+
+namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services
+{
+ public interface IOrderingService
+ {
+ Task GetOrderDraftAsync(BasketData basketData);
+ }
+}
\ No newline at end of file
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/OrderingService.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/OrderingService.cs
new file mode 100644
index 0000000000..8075a507cb
--- /dev/null
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Services/OrderingService.cs
@@ -0,0 +1,91 @@
+using Grpc.Net.Client;
+using Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Config;
+using Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Models;
+using Microsoft.Extensions.Logging;
+using Microsoft.Extensions.Options;
+using System;
+using System.Linq;
+using System.Net.Http;
+using System.Threading.Tasks;
+using GrpcOrdering;
+using Grpc.Core;
+
+namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services
+{
+ public class OrderingService : IOrderingService
+ {
+ private readonly UrlsConfig _urls;
+ private readonly ILogger _logger;
+ public readonly HttpClient _httpClient;
+
+ public OrderingService(HttpClient httpClient, IOptions config, ILogger logger)
+ {
+ _urls = config.Value;
+ _httpClient = httpClient;
+ _logger = logger;
+ }
+
+ public async Task GetOrderDraftAsync(BasketData basketData)
+ {
+ return await GrpcCallerService.CallService(_urls.GrpcOrdering, async channel =>
+ {
+ var client = new OrderingGrpc.OrderingGrpcClient(channel);
+ _logger.LogDebug(" grpc client created, basketData={@basketData}", basketData);
+
+ var command = MapToOrderDraftCommand(basketData);
+ var response = await client.CreateOrderDraftFromBasketDataAsync(command);
+ _logger.LogDebug(" grpc response: {@response}", response);
+
+ return MapToResponse(response, basketData);
+ });
+ }
+
+ private OrderData MapToResponse(GrpcOrdering.OrderDraftDTO orderDraft, BasketData basketData)
+ {
+ if (orderDraft == null)
+ {
+ return null;
+ }
+
+ var data = new OrderData
+ {
+ Buyer = basketData.BuyerId,
+ Total = (decimal)orderDraft.Total,
+ };
+
+ orderDraft.OrderItems.ToList().ForEach(o => data.OrderItems.Add(new OrderItemData
+ {
+ Discount = (decimal)o.Discount,
+ PictureUrl = o.PictureUrl,
+ ProductId = o.ProductId,
+ ProductName = o.ProductName,
+ UnitPrice = (decimal)o.UnitPrice,
+ Units = o.Units,
+ }));
+
+ return data;
+ }
+
+ private CreateOrderDraftCommand MapToOrderDraftCommand(BasketData basketData)
+ {
+ var command = new CreateOrderDraftCommand
+ {
+ BuyerId = basketData.BuyerId,
+ };
+
+ basketData.Items.ForEach(i => command.Items.Add(new BasketItem
+ {
+ Id = i.Id,
+ OldUnitPrice = (double)i.OldUnitPrice,
+ PictureUrl = i.PictureUrl,
+ ProductId = i.ProductId,
+ ProductName = i.ProductName,
+ Quantity = i.Quantity,
+ UnitPrice = (double)i.UnitPrice,
+ }));
+
+ return command;
+ }
+
+ }
+}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs
index dd5e1cc8c3..27ee6db3e6 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs
@@ -1,5 +1,8 @@
-using Microsoft.AspNetCore.Authentication.JwtBearer;
+using Devspaces.Support;
+using HealthChecks.UI.Client;
+using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Diagnostics.HealthChecks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
@@ -9,19 +12,13 @@
using Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator.Services;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
+using Microsoft.Extensions.Diagnostics.HealthChecks;
+using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
-using Polly;
-using Polly.Extensions.Http;
-using Polly.Timeout;
-using Swashbuckle.AspNetCore.Swagger;
+using Microsoft.OpenApi.Models;
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
-using System.Net.Http;
-using HealthChecks.UI.Client;
-using Microsoft.AspNetCore.Diagnostics.HealthChecks;
-using Microsoft.Extensions.Diagnostics.HealthChecks;
-using Devspaces.Support;
namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
{
@@ -54,7 +51,7 @@ public void ConfigureServices(IServiceCollection services)
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
- public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
+ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory)
{
var pathBase = Configuration["PATH_BASE"];
if (!string.IsNullOrEmpty(pathBase))
@@ -63,39 +60,43 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
app.UsePathBase(pathBase);
}
- app.UseHealthChecks("/hc", new HealthCheckOptions()
- {
- Predicate = _ => true,
- ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
- });
-
- app.UseHealthChecks("/liveness", new HealthCheckOptions
- {
- Predicate = r => r.Name.Contains("self")
- });
-
- app.UseCors("CorsPolicy");
-
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
- else
+
+
+ app.UseCors("CorsPolicy");
+ app.UseHttpsRedirection();
+
+ app.UseSwagger().UseSwaggerUI(c =>
{
- // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
- app.UseHsts();
- }
+ c.SwaggerEndpoint($"{ (!string.IsNullOrEmpty(pathBase) ? pathBase : string.Empty) }/swagger/v1/swagger.json", "Purchase BFF V1");
+
+ c.OAuthClientId("webshoppingaggswaggerui");
+ c.OAuthClientSecret(string.Empty);
+ c.OAuthRealm(string.Empty);
+ c.OAuthAppName("web shopping bff Swagger UI");
+ });
+ app.UseRouting();
app.UseAuthentication();
- app.UseHttpsRedirection();
- app.UseMvc();
+ app.UseAuthorization();
- app.UseSwagger()
- .UseSwaggerUI(c =>
+ app.UseEndpoints(endpoints =>
+ {
+ endpoints.MapDefaultControllerRoute();
+ endpoints.MapControllers();
+ endpoints.MapHealthChecks("/hc", new HealthCheckOptions()
+ {
+ Predicate = _ => true,
+ ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
+ });
+ endpoints.MapHealthChecks("/liveness", new HealthCheckOptions
{
- c.SwaggerEndpoint($"{ (!string.IsNullOrEmpty(pathBase) ? pathBase : string.Empty) }/swagger/v1/swagger.json", "Purchase BFF V1");
- //c.ConfigureOAuth2("Microsoft.eShopOnContainers.Web.Shopping.HttpAggregatorwaggerui", "", "", "Purchase BFF Swagger UI");
+ Predicate = r => r.Name.Contains("self")
});
+ });
}
}
@@ -103,29 +104,20 @@ public static class ServiceCollectionExtensions
{
public static IServiceCollection AddCustomAuthentication(this IServiceCollection services, IConfiguration configuration)
{
- JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear();
+ JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Remove("sub");
+
var identityUrl = configuration.GetValue("urls:identity");
services.AddAuthentication(options =>
{
options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme;
options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme;
- }).AddJwtBearer(options =>
+ })
+ .AddJwtBearer(options =>
{
options.Authority = identityUrl;
options.RequireHttpsMetadata = false;
options.Audience = "webshoppingagg";
- options.Events = new JwtBearerEvents()
- {
- OnAuthenticationFailed = async ctx =>
- {
- int i = 0;
- },
- OnTokenValidated = async ctx =>
- {
- int i = 0;
- }
- };
});
return services;
@@ -136,29 +128,35 @@ public static IServiceCollection AddCustomMvc(this IServiceCollection services,
services.AddOptions();
services.Configure(configuration.GetSection("urls"));
- services.AddMvc()
- .SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
+ services.AddControllers()
+ .AddNewtonsoftJson();
services.AddSwaggerGen(options =>
{
options.DescribeAllEnumsAsStrings();
- options.SwaggerDoc("v1", new Swashbuckle.AspNetCore.Swagger.Info
+
+ options.SwaggerDoc("v1", new OpenApiInfo
{
Title = "Shopping Aggregator for Web Clients",
Version = "v1",
- Description = "Shopping Aggregator for Web Clients",
- TermsOfService = "Terms Of Service"
+ Description = "Shopping Aggregator for Web Clients"
});
- options.AddSecurityDefinition("oauth2", new OAuth2Scheme
+ options.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme
{
- Type = "oauth2",
- Flow = "implicit",
- AuthorizationUrl = $"{configuration.GetValue("IdentityUrlExternal")}/connect/authorize",
- TokenUrl = $"{configuration.GetValue("IdentityUrlExternal")}/connect/token",
- Scopes = new Dictionary()
+ Type = SecuritySchemeType.OAuth2,
+ Flows = new OpenApiOAuthFlows()
{
- { "webshoppingagg", "Shopping Aggregator for Web Clients" }
+ Implicit = new OpenApiOAuthFlow()
+ {
+ AuthorizationUrl = new Uri($"{configuration.GetValue("IdentityUrlExternal")}/connect/authorize"),
+ TokenUrl = new Uri($"{configuration.GetValue("IdentityUrlExternal")}/connect/token"),
+
+ Scopes = new Dictionary()
+ {
+ { "webshoppingagg", "Shopping Aggregator for Web Clients" }
+ }
+ }
}
});
@@ -187,38 +185,22 @@ public static IServiceCollection AddApplicationServices(this IServiceCollection
services.AddHttpClient()
.AddHttpMessageHandler()
- .AddPolicyHandler(GetRetryPolicy())
- .AddPolicyHandler(GetCircuitBreakerPolicy())
.AddDevspacesSupport();
services.AddHttpClient()
- .AddPolicyHandler(GetRetryPolicy())
- .AddPolicyHandler(GetCircuitBreakerPolicy())
.AddDevspacesSupport();
services.AddHttpClient()
.AddHttpMessageHandler()
- .AddPolicyHandler(GetRetryPolicy())
- .AddPolicyHandler(GetCircuitBreakerPolicy())
+ .AddDevspacesSupport();
+
+ services.AddHttpClient()
+ .AddHttpMessageHandler()
.AddDevspacesSupport();
return services;
}
- static IAsyncPolicy GetRetryPolicy()
- {
- return HttpPolicyExtensions
- .HandleTransientHttpError()
- .OrResult(msg => msg.StatusCode == System.Net.HttpStatusCode.NotFound)
- .WaitAndRetryAsync(6, retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt)));
-
- }
- static IAsyncPolicy GetCircuitBreakerPolicy()
- {
- return HttpPolicyExtensions
- .HandleTransientHttpError()
- .CircuitBreakerAsync(5, TimeSpan.FromSeconds(30));
- }
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj b/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj
index 8b74eacef5..92e524eb0c 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj
@@ -1,10 +1,13 @@
- netcoreapp2.2
+ netcoreapp3.0
Web.Shopping.HttpAggregator
Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
..\..\..\docker-compose.dcproj
+ false
+ true
+ preview
@@ -13,17 +16,30 @@
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.Development.json b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.Development.json
new file mode 100644
index 0000000000..19b8c15296
--- /dev/null
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.Development.json
@@ -0,0 +1,15 @@
+{
+ "Logging": {
+ "IncludeScopes": false,
+ "Debug": {
+ "LogLevel": {
+ "Default": "Debug"
+ }
+ },
+ "Console": {
+ "LogLevel": {
+ "Default": "Debug"
+ }
+ }
+ }
+}
diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json
index 57b5e894dd..57c5afc348 100644
--- a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json
+++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json
@@ -3,6 +3,9 @@
"basket": "http://localhost:55105",
"catalog": "http://localhost:55101",
"orders": "http://localhost:55102",
- "identity": "http://localhost:55105"
+ "identity": "http://localhost:55105",
+ "grpcBasket": "http://localhost:5580",
+ "grpcCatalog": "http://localhost:81",
+ "grpcOrdering": "http://localhost:5581"
}
}
diff --git a/src/ApiGateways/Web.Bff.Shopping/apigw/azds.yaml b/src/ApiGateways/Web.Bff.Shopping/apigw/azds.yaml
deleted file mode 100644
index 69f26cdca2..0000000000
--- a/src/ApiGateways/Web.Bff.Shopping/apigw/azds.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-kind: helm-release
-apiVersion: 1.1
-build:
- context: ..\..\..\..\
- dockerfile: ..\..\..\..\ApiGateways\ApiGw-Base\Dockerfile
-install:
- chart: ../../../../k8s/helm/apigwws
- set:
- replicaCount: 1
- image:
- tag: $(tag)
- pullPolicy: Never
- ingress:
- annotations:
- kubernetes.io/ingress.class: traefik-azds
- hosts:
- - $(spacePrefix)eshop$(hostSuffix)
- inf:
- k8s:
- dns: $(spacePrefix)eshop$(hostSuffix)
- values:
- - values.dev.yaml?
- - secrets.dev.yaml?
- - inf.yaml
- - app.yaml
-configurations:
- develop:
- build:
- useGitIgnore: true
- dockerfile: ..\..\..\ApiGateways\ApiGw-Base\Dockerfile.develop
- args:
- BUILD_CONFIGURATION: ${BUILD_CONFIGURATION:-Debug}
- container:
- sync:
- - '**/Pages/**'
- - '**/Views/**'
- - '**/wwwroot/**'
- - '!**/*.{sln,csproj}'
- command: [dotnet, run, --no-restore, --no-build, --no-launch-profile, -c, "${BUILD_CONFIGURATION:-Debug}"]
- iterate:
- processesToKill: [dotnet, vsdbg]
- buildCommands:
- - [dotnet, build, --no-restore, -c, "${BUILD_CONFIGURATION:-Debug}"]
diff --git a/src/ApiGateways/Web.Bff.Shopping/apigw/configuration.json b/src/ApiGateways/Web.Bff.Shopping/apigw/configuration.json
deleted file mode 100644
index b3e01d7737..0000000000
--- a/src/ApiGateways/Web.Bff.Shopping/apigw/configuration.json
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "ReRoutes": [
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/c/{everything}",
- "UpstreamHttpMethod": [ "GET" ]
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/b/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/api/{version}/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/api/{version}/o/{everything}",
- "UpstreamHttpMethod": [],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "webshoppingagg",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/{everything}",
- "UpstreamHttpMethod": [ "POST", "PUT", "GET" ],
- "AuthenticationOptions": {
- "AuthenticationProviderKey": "IdentityApiKey",
- "AllowedScopes": []
- }
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/orders-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "ordering.signalrhub",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/hub/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "basket.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/basket-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "catalog.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/catalog-api/{everything}",
- "UpstreamHttpMethod": []
- },
- {
- "DownstreamPathTemplate": "/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "payment.api",
- "Port": 80
- }
- ],
- "UpstreamPathTemplate": "/payment-api/{everything}",
- "UpstreamHttpMethod": []
- }
-
- ],
- "GlobalConfiguration": {
- "RequestIdKey": "OcRequestId",
- "AdministrationPath": "/administration"
- }
- }
-
\ No newline at end of file
diff --git a/src/ApiGateways/Web.Bff.Shopping/apigw/values.dev.yaml b/src/ApiGateways/Web.Bff.Shopping/apigw/values.dev.yaml
deleted file mode 100644
index fb59d98d5c..0000000000
--- a/src/ApiGateways/Web.Bff.Shopping/apigw/values.dev.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-ocelot:
- configPath: /src/src/ApiGateways/ApiGw-Base/configuration
\ No newline at end of file
diff --git a/src/BuildingBlocks/CommandBus/CommandBus/CommandBus.csproj b/src/BuildingBlocks/CommandBus/CommandBus/CommandBus.csproj
deleted file mode 100644
index ae05359a17..0000000000
--- a/src/BuildingBlocks/CommandBus/CommandBus/CommandBus.csproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netstandard1.4
- Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-
-
-
\ No newline at end of file
diff --git a/src/BuildingBlocks/CommandBus/CommandBus/ICommandBus.cs b/src/BuildingBlocks/CommandBus/CommandBus/ICommandBus.cs
deleted file mode 100644
index 2092e11b0f..0000000000
--- a/src/BuildingBlocks/CommandBus/CommandBus/ICommandBus.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-{
- public interface ICommandBus
- {
- Task SendAsync(T command) where T : IntegrationCommand;
-
- }
-}
diff --git a/src/BuildingBlocks/CommandBus/CommandBus/IntegrationCommand.cs b/src/BuildingBlocks/CommandBus/CommandBus/IntegrationCommand.cs
deleted file mode 100644
index 36f1f0fdcc..0000000000
--- a/src/BuildingBlocks/CommandBus/CommandBus/IntegrationCommand.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-{
- public abstract class IntegrationCommand
- {
- public Guid Id { get; private set; }
- public DateTime Sent { get; private set; }
-
- protected IntegrationCommand()
- {
- Id = Guid.NewGuid();
- Sent = DateTime.UtcNow;
- }
- }
-}
diff --git a/src/BuildingBlocks/CommandBus/CommandBusRabbitMQ/CommandBusRabbitMQ.csproj b/src/BuildingBlocks/CommandBus/CommandBusRabbitMQ/CommandBusRabbitMQ.csproj
deleted file mode 100644
index 954020d107..0000000000
--- a/src/BuildingBlocks/CommandBus/CommandBusRabbitMQ/CommandBusRabbitMQ.csproj
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- netstandard1.4
-
-
-
\ No newline at end of file
diff --git a/src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj b/src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj
index 81a897bad8..1db0dce7dd 100644
--- a/src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj
+++ b/src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj
@@ -5,7 +5,7 @@
-
-
+
+
diff --git a/src/BuildingBlocks/EventBus/CommandBus/CommandBus.csproj b/src/BuildingBlocks/EventBus/CommandBus/CommandBus.csproj
deleted file mode 100644
index 7c3327057b..0000000000
--- a/src/BuildingBlocks/EventBus/CommandBus/CommandBus.csproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netstandard1.0
- Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-
-
-
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/CommandBus/ICommandBus.cs b/src/BuildingBlocks/EventBus/CommandBus/ICommandBus.cs
deleted file mode 100644
index 813d9406c1..0000000000
--- a/src/BuildingBlocks/EventBus/CommandBus/ICommandBus.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-{
- public interface ICommandBus
- {
- void Send(string name, T data);
- void Handle(string name, IIntegrationCommandHandler handler);
- void Handle(string name, IIntegrationCommandHandler handler);
- void Handle(TI handler)
- where TI : IIntegrationCommandHandler;
- }
-}
diff --git a/src/BuildingBlocks/EventBus/CommandBus/IIntegrationCommandHandler.cs b/src/BuildingBlocks/EventBus/CommandBus/IIntegrationCommandHandler.cs
deleted file mode 100644
index 07f0c1eea2..0000000000
--- a/src/BuildingBlocks/EventBus/CommandBus/IIntegrationCommandHandler.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-{
- public interface IIntegrationCommandHandler
- {
- void Handle(IntegrationCommand command);
- }
-
- public interface IIntegrationCommandHandler : IIntegrationCommandHandler
- {
- void Handle(IntegrationCommand command);
- }
-}
diff --git a/src/BuildingBlocks/EventBus/CommandBus/IntegrationCommand.cs b/src/BuildingBlocks/EventBus/CommandBus/IntegrationCommand.cs
deleted file mode 100644
index 8df6e52799..0000000000
--- a/src/BuildingBlocks/EventBus/CommandBus/IntegrationCommand.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace Microsoft.eShopOnContainers.BuildingBlocks.CommandBus
-{
- public abstract class IntegrationCommand
- {
- public Guid Id { get; }
- public DateTime Sent { get; }
-
- public abstract object GetDataAsObject();
-
- protected IntegrationCommand()
- {
- Id = Guid.NewGuid();
- Sent = DateTime.UtcNow;
- }
-
- }
-
- public class IntegrationCommand : IntegrationCommand
- {
- public T Data { get; }
- public string Name { get; }
- public override object GetDataAsObject() => Data;
-
- public IntegrationCommand(string name, T data) : base()
- {
- Data = data;
- Name = name;
- }
- }
-
-}
diff --git a/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj b/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj
index 3f73ec223f..a05d5157d0 100644
--- a/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj
+++ b/src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj
@@ -1,13 +1,13 @@
- netstandard2.0
+ netstandard2.1
-
-
-
+
+
+
diff --git a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
index 9704f6ff5f..e074546502 100644
--- a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
+++ b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
@@ -1,12 +1,12 @@
- netstandard2.0
+ netstandard2.1
Microsoft.eShopOnContainers.BuildingBlocks.EventBus
-
+
\ No newline at end of file
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
index 62373d1b36..6e13b21969 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
@@ -1,18 +1,18 @@
- netstandard2.0
+ netstandard2.1
Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj
index 3de07e329d..8f24578d5b 100644
--- a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj
+++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj
@@ -1,15 +1,15 @@
- netstandard2.0
+ netstandard2.1
Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
-
-
-
-
+
+
+
+
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
index 4059d7f41b..e009e08c31 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
@@ -1,17 +1,20 @@
- netstandard2.0
+ netstandard2.1
Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF
-
-
-
-
-
-
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEntry.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEntry.cs
index dc65fa5258..f9cf4a2c1f 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEntry.cs
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEntry.cs
@@ -6,6 +6,8 @@
using System.Linq;
using System.ComponentModel.DataAnnotations.Schema;
using System.Reflection;
+using Microsoft.Extensions.Logging;
+using Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF.Services;
namespace Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF
{
@@ -22,7 +24,6 @@ public IntegrationEventLogEntry(IntegrationEvent @event, Guid transactionId)
TimesSent = 0;
TransactionId = transactionId.ToString();
}
-
public Guid EventId { get; private set; }
public string EventTypeName { get; private set; }
[NotMapped]
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs
index 758055e69e..800b99a388 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs
@@ -3,6 +3,7 @@
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Events;
+using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections;
@@ -26,7 +27,6 @@ public IntegrationEventLogService(DbConnection dbConnection)
_integrationEventLogContext = new IntegrationEventLogContext(
new DbContextOptionsBuilder()
.UseSqlServer(_dbConnection)
- .ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning))
.Options);
_eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName)
@@ -39,11 +39,15 @@ public async Task> RetrieveEventLogsPendin
{
var tid = transactionId.ToString();
- return await _integrationEventLogContext.IntegrationEventLogs
- .Where(e => e.TransactionId == tid && e.State == EventStateEnum.NotPublished)
- .OrderBy(o => o.CreationTime)
- .Select(e => e.DeserializeJsonContent(_eventTypes.Find(t=> t.Name == e.EventTypeShortName)))
- .ToListAsync();
+ var result = await _integrationEventLogContext.IntegrationEventLogs
+ .Where(e => e.TransactionId == tid && e.State == EventStateEnum.NotPublished).ToListAsync();
+
+ if(result != null && result.Any()){
+ return result.OrderBy(o => o.CreationTime)
+ .Select(e => e.DeserializeJsonContent(_eventTypes.Find(t=> t.Name == e.EventTypeShortName)));
+ }
+
+ return new List();
}
public Task SaveEventAsync(IntegrationEvent @event, IDbContextTransaction transaction)
diff --git a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj
index 87709e6fea..51567f38a8 100644
--- a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj
+++ b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj
@@ -1,12 +1,22 @@
- netcoreapp2.2
+ netcoreapp3.0
+ false
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
diff --git a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs
index fa06e0a0b9..6316ae59d5 100644
--- a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs
+++ b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs
@@ -3,7 +3,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Polly;
-using Polly.Retry;
using System;
using System.Data.SqlClient;
@@ -18,16 +17,14 @@ public static bool IsInKubernetes(this IWebHost webHost)
return orchestratorType?.ToUpper() == "K8S";
}
- public static IWebHost MigrateDbContext(this IWebHost webHost, Action seeder) where TContext : DbContext
+ public static IWebHost MigrateDbContext(this IWebHost webHost, Action seeder) where TContext : DbContext
{
var underK8s = webHost.IsInKubernetes();
using (var scope = webHost.Services.CreateScope())
{
var services = scope.ServiceProvider;
-
var logger = services.GetRequiredService>();
-
var context = services.GetService();
try
@@ -40,13 +37,15 @@ public static IWebHost MigrateDbContext(this IWebHost webHost, Action<
}
else
{
+ var retries = 10;
var retry = Policy.Handle()
- .WaitAndRetry(new TimeSpan[]
- {
- TimeSpan.FromSeconds(3),
- TimeSpan.FromSeconds(5),
- TimeSpan.FromSeconds(8),
- });
+ .WaitAndRetry(
+ retryCount: retries,
+ sleepDurationProvider: retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt)),
+ onRetry: (exception, timeSpan, retry, ctx) =>
+ {
+ logger.LogWarning(exception, "[{prefix}] Exception {ExceptionType} with message {Message} detected on attempt {retry} of {retries}", nameof(TContext), exception.GetType().Name, exception.Message, retry, retries);
+ });
//if the sql server container is not created on run docker compose this
//migration can't fail for network related exception. The retry options for DbContext only
@@ -71,7 +70,7 @@ public static IWebHost MigrateDbContext(this IWebHost webHost, Action<
}
private static void InvokeSeeder(Action seeder, TContext context, IServiceProvider services)
- where TContext : DbContext
+ where TContext : DbContext
{
context.Database.Migrate();
seeder(context, services);
diff --git a/src/Create-DockerfileSolutionRestore.ps1 b/src/Create-DockerfileSolutionRestore.ps1
new file mode 100644
index 0000000000..c5deb5013b
--- /dev/null
+++ b/src/Create-DockerfileSolutionRestore.ps1
@@ -0,0 +1,24 @@
+param (
+ [string]$solution = "eShopOnContainers-ServicesAndWebApps.sln"
+)
+
+$outfile = "DockerfileSolutionRestore.txt"
+
+# This script creates the $outfile file, with Dockerfile commands to restore all the packages for the solution,
+# so you can insert them (by hand) into Dockerfiles right before the "COPY . ." line
+# to increase build speed by optimizing the use of docker build images cache.
+
+# This script is only needed when adding or removing projects from the solution.
+
+Write-Output "COPY ""$solution"" ""$solution""" > $outfile
+
+Add-Content -Path $outfile ""
+Select-String -Path $solution -Pattern ', "(.*?\.csproj)"' | ForEach-Object { $_.Matches.Groups[1].Value.Replace("\", "/") } | Sort-Object | ForEach-Object {"COPY ""$_"" ""$_"""} | Out-File -FilePath $outfile -Append
+Add-Content -Path $outfile ""
+Select-String -Path $solution -Pattern ', "(.*?\.dcproj)"' | ForEach-Object { $_.Matches.Groups[1].Value.Replace("\", "/") } | Sort-Object | ForEach-Object {"COPY ""$_"" ""$_"""} | Out-File -FilePath $outfile -Append
+Add-Content -Path $outfile ""
+Add-Content -Path $outfile "COPY ""NuGet.config"" ""NuGet.config"""
+Add-Content -Path $outfile ""
+Add-Content -Path $outfile "RUN dotnet restore ""$solution"""
+
+Get-Content $outfile
diff --git a/src/DockerfileSolutionRestore.txt b/src/DockerfileSolutionRestore.txt
new file mode 100644
index 0000000000..006f664d87
Binary files /dev/null and b/src/DockerfileSolutionRestore.txt differ
diff --git a/Components/GeolocatorPlugin-1.0.3.info b/src/Mobile/Components/GeolocatorPlugin-1.0.3.info
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3.info
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3.info
diff --git a/Components/GeolocatorPlugin-1.0.3.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3.png
diff --git a/Components/GeolocatorPlugin-1.0.3/component/Details.md b/src/Mobile/Components/GeolocatorPlugin-1.0.3/component/Details.md
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/component/Details.md
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/component/Details.md
diff --git a/Components/GeolocatorPlugin-1.0.3/component/GettingStarted.md b/src/Mobile/Components/GeolocatorPlugin-1.0.3/component/GettingStarted.md
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/component/GettingStarted.md
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/component/GettingStarted.md
diff --git a/Components/GeolocatorPlugin-1.0.3/component/License.md b/src/Mobile/Components/GeolocatorPlugin-1.0.3/component/License.md
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/component/License.md
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/component/License.md
diff --git a/Components/GeolocatorPlugin-1.0.3/component/Manifest.xml b/src/Mobile/Components/GeolocatorPlugin-1.0.3/component/Manifest.xml
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/component/Manifest.xml
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/component/Manifest.xml
diff --git a/Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_128x128.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_128x128.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_128x128.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_128x128.png
diff --git a/Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_512x512.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_512x512.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_512x512.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/component/icons/GeolocatorPlugin_512x512.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample.sln b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample.sln
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample.sln
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample.sln
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Assets/AboutAssets.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Assets/AboutAssets.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Assets/AboutAssets.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Assets/AboutAssets.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/GeolocatorSample.Droid.csproj b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/GeolocatorSample.Droid.csproj
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/GeolocatorSample.Droid.csproj
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/GeolocatorSample.Droid.csproj
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/MainActivity.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/MainActivity.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/MainActivity.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/MainActivity.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/PluginsHelp/GeolocatorReadme.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/PluginsHelp/GeolocatorReadme.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/PluginsHelp/GeolocatorReadme.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/PluginsHelp/GeolocatorReadme.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AndroidManifest.xml b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AndroidManifest.xml
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AndroidManifest.xml
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AndroidManifest.xml
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AssemblyInfo.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AssemblyInfo.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AssemblyInfo.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Properties/AssemblyInfo.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/AboutResources.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/AboutResources.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/AboutResources.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/AboutResources.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/Resource.Designer.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/Resource.Designer.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/Resource.Designer.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/Resource.Designer.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-hdpi/icon.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-hdpi/icon.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-hdpi/icon.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-hdpi/icon.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xhdpi/icon.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xhdpi/icon.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xhdpi/icon.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xhdpi/icon.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xxhdpi/icon.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xxhdpi/icon.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xxhdpi/icon.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable-xxhdpi/icon.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable/icon.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable/icon.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable/icon.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/Resources/drawable/icon.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/packages.config b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/packages.config
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/packages.config
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.Droid/packages.config
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/App.xaml.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/AlignmentGrid.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/AlignmentGrid.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/AlignmentGrid.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/AlignmentGrid.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/ApplicationIcon.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/ApplicationIcon.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/ApplicationIcon.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/ApplicationIcon.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileLarge.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileLarge.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileLarge.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileLarge.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileMedium.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileMedium.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileMedium.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileMedium.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileSmall.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileSmall.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileSmall.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/FlipCycleTileSmall.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileMediumLarge.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileMediumLarge.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileMediumLarge.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileMediumLarge.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileSmall.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileSmall.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileSmall.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Assets/Tiles/IconicTileSmall.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/GeolocatorSample.WinPhone.csproj b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/GeolocatorSample.WinPhone.csproj
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/GeolocatorSample.WinPhone.csproj
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/GeolocatorSample.WinPhone.csproj
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/LocalizedStrings.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/LocalizedStrings.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/LocalizedStrings.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/LocalizedStrings.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/MainPage.xaml.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/PluginsHelp/GeolocatorReadme.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/PluginsHelp/GeolocatorReadme.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/PluginsHelp/GeolocatorReadme.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/PluginsHelp/GeolocatorReadme.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AppManifest.xml b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AppManifest.xml
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AppManifest.xml
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AppManifest.xml
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AssemblyInfo.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AssemblyInfo.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AssemblyInfo.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/AssemblyInfo.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/WMAppManifest.xml b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/WMAppManifest.xml
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/WMAppManifest.xml
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Properties/WMAppManifest.xml
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/README_FIRST.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/README_FIRST.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/README_FIRST.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/README_FIRST.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.Designer.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.Designer.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.Designer.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.Designer.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.resx b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.resx
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.resx
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Resources/AppResources.resx
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/SplashScreenImage.jpg b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/SplashScreenImage.jpg
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/SplashScreenImage.jpg
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/SplashScreenImage.jpg
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Add.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Add.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Add.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Add.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Cancel.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Cancel.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Cancel.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Cancel.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Check.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Check.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Check.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Check.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Delete.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Delete.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Delete.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Delete.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Select.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Select.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Select.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/Toolkit.Content/ApplicationBar.Select.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/packages.config b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/packages.config
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/packages.config
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.WinPhone/packages.config
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/AppDelegate.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/AppDelegate.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/AppDelegate.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/AppDelegate.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Entitlements.plist b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Entitlements.plist
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Entitlements.plist
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Entitlements.plist
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/GeolocatorSample.iOS.csproj b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/GeolocatorSample.iOS.csproj
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/GeolocatorSample.iOS.csproj
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/GeolocatorSample.iOS.csproj
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Info.plist b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Info.plist
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Info.plist
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Info.plist
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Main.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Main.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Main.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Main.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/PluginsHelp/GeolocatorReadme.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/PluginsHelp/GeolocatorReadme.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/PluginsHelp/GeolocatorReadme.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/PluginsHelp/GeolocatorReadme.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Properties/AssemblyInfo.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Properties/AssemblyInfo.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Properties/AssemblyInfo.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Properties/AssemblyInfo.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-568h@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-568h@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-568h@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-568h@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default-Portrait@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Default@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@3x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@3x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@3x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-60@3x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-76@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@3x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@3x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@3x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small-40@3x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@2x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@2x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@2x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@2x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@3x.png b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@3x.png
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@3x.png
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/Icon-Small@3x.png
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/LaunchScreen.storyboard b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/LaunchScreen.storyboard
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/LaunchScreen.storyboard
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/Resources/LaunchScreen.storyboard
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork@2x b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork@2x
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork@2x
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/iTunesArtwork@2x
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/packages.config b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/packages.config
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/packages.config
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample.iOS/packages.config
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/App.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/App.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/App.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/App.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/GeolocatorSample.csproj b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/GeolocatorSample.csproj
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/GeolocatorSample.csproj
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/GeolocatorSample.csproj
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/PluginsHelp/GeolocatorReadme.txt b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/PluginsHelp/GeolocatorReadme.txt
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/PluginsHelp/GeolocatorReadme.txt
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/PluginsHelp/GeolocatorReadme.txt
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/Properties/AssemblyInfo.cs b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/Properties/AssemblyInfo.cs
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/Properties/AssemblyInfo.cs
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/Properties/AssemblyInfo.cs
diff --git a/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/packages.config b/src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/packages.config
similarity index 100%
rename from Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/packages.config
rename to src/Mobile/Components/GeolocatorPlugin-1.0.3/samples/GeolocatorSample/GeolocatorSample/GeolocatorSample/packages.config
diff --git a/eShopOnContainers-Android.sln b/src/Mobile/eShopOnContainers-Android.sln
similarity index 97%
rename from eShopOnContainers-Android.sln
rename to src/Mobile/eShopOnContainers-Android.sln
index b3324f5401..1ef76e7728 100644
--- a/eShopOnContainers-Android.sln
+++ b/src/Mobile/eShopOnContainers-Android.sln
@@ -16,9 +16,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A857AD10-40FF-4303-BEC2-FF1C58D5735E}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Core", "src\Mobile\eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{67F9D3A8-F71E-4428-913F-C37AE82CDB24}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Core", "eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{67F9D3A8-F71E-4428-913F-C37AE82CDB24}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.Droid\eShopOnContainers.Droid.csproj", "{62DBB163-9CA9-4818-B48B-13233DF37C24}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Droid", "eShopOnContainers\eShopOnContainers.Droid\eShopOnContainers.Droid.csproj", "{62DBB163-9CA9-4818-B48B-13233DF37C24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared Code", "Shared Code", "{778289CA-31F7-4464-8C2A-612EE846F8A7}"
EndProject
@@ -26,9 +26,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{9CC7
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps", "{B7B1D395-4E06-4036-BE86-C216756B9367}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests", "src\Mobile\eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{F7B6A162-BC4D-4924-B16A-713F9B0344E7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests", "eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{F7B6A162-BC4D-4924-B16A-713F9B0344E7}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Droid\eShopOnContainers.TestRunner.Droid.csproj", "{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Droid", "eShopOnContainers\eShopOnContainers.TestRunner.Droid\eShopOnContainers.TestRunner.Droid.csproj", "{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/eShopOnContainers-MobileApps.sln b/src/Mobile/eShopOnContainers-MobileApps.sln
similarity index 96%
rename from eShopOnContainers-MobileApps.sln
rename to src/Mobile/eShopOnContainers-MobileApps.sln
index e6b289a53a..04a0fa223f 100644
--- a/eShopOnContainers-MobileApps.sln
+++ b/src/Mobile/eShopOnContainers-MobileApps.sln
@@ -16,11 +16,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A857AD10-40FF-4303-BEC2-FF1C58D5735E}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.Droid\eShopOnContainers.Droid.csproj", "{62DBB163-9CA9-4818-B48B-13233DF37C24}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Droid", "eShopOnContainers\eShopOnContainers.Droid\eShopOnContainers.Droid.csproj", "{62DBB163-9CA9-4818-B48B-13233DF37C24}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.iOS\eShopOnContainers.iOS.csproj", "{6EEB23DC-7063-4444-9AF8-90DF24F549C0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.iOS", "eShopOnContainers\eShopOnContainers.iOS\eShopOnContainers.iOS.csproj", "{6EEB23DC-7063-4444-9AF8-90DF24F549C0}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Windows", "src\Mobile\eShopOnContainers\eShopOnContainers.Windows\eShopOnContainers.Windows.csproj", "{C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Windows", "eShopOnContainers\eShopOnContainers.Windows\eShopOnContainers.Windows.csproj", "{C3C1E2CF-B1F7-4654-BBDC-50143DB22E0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared Code", "Shared Code", "{778289CA-31F7-4464-8C2A-612EE846F8A7}"
EndProject
@@ -28,15 +28,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{9CC7
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps", "{B7B1D395-4E06-4036-BE86-C216756B9367}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Droid\eShopOnContainers.TestRunner.Droid.csproj", "{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Droid", "eShopOnContainers\eShopOnContainers.TestRunner.Droid\eShopOnContainers.TestRunner.Droid.csproj", "{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.iOS\eShopOnContainers.TestRunner.iOS.csproj", "{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.iOS", "eShopOnContainers\eShopOnContainers.TestRunner.iOS\eShopOnContainers.TestRunner.iOS.csproj", "{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Windows", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Windows\eShopOnContainers.TestRunner.Windows.csproj", "{A7337243-33B8-463A-87AD-944B75EFD820}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Windows", "eShopOnContainers\eShopOnContainers.TestRunner.Windows\eShopOnContainers.TestRunner.Windows.csproj", "{A7337243-33B8-463A-87AD-944B75EFD820}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests", "src\Mobile\eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{FDD910BC-DF0F-483D-B7D5-C7D831855172}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests", "eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{FDD910BC-DF0F-483D-B7D5-C7D831855172}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Core", "src\Mobile\eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{76C5F2A7-6CD5-49EA-9F33-EC44DE6539C7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Core", "eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{76C5F2A7-6CD5-49EA-9F33-EC44DE6539C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/eShopOnContainers-iOS.sln b/src/Mobile/eShopOnContainers-iOS.sln
similarity index 96%
rename from eShopOnContainers-iOS.sln
rename to src/Mobile/eShopOnContainers-iOS.sln
index e220e7c4e0..87b7db9ec8 100644
--- a/eShopOnContainers-iOS.sln
+++ b/src/Mobile/eShopOnContainers-iOS.sln
@@ -16,9 +16,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A857AD10-40FF-4303-BEC2-FF1C58D5735E}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Core", "src\Mobile\eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{67F9D3A8-F71E-4428-913F-C37AE82CDB24}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.Core", "eShopOnContainers\eShopOnContainers.Core\eShopOnContainers.Core.csproj", "{67F9D3A8-F71E-4428-913F-C37AE82CDB24}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.iOS\eShopOnContainers.iOS.csproj", "{6EEB23DC-7063-4444-9AF8-90DF24F549C0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.iOS", "eShopOnContainers\eShopOnContainers.iOS\eShopOnContainers.iOS.csproj", "{6EEB23DC-7063-4444-9AF8-90DF24F549C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared Code", "Shared Code", "{778289CA-31F7-4464-8C2A-612EE846F8A7}"
EndProject
@@ -26,9 +26,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Targets", "Targets", "{9CC7
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile Apps", "Mobile Apps", "{B7B1D395-4E06-4036-BE86-C216756B9367}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests", "src\Mobile\eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{F7B6A162-BC4D-4924-B16A-713F9B0344E7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests", "eShopOnContainers\eShopOnContainers.UnitTests\eShopOnContainers.UnitTests.csproj", "{F7B6A162-BC4D-4924-B16A-713F9B0344E7}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.iOS\eShopOnContainers.TestRunner.iOS.csproj", "{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.iOS", "eShopOnContainers\eShopOnContainers.TestRunner.iOS\eShopOnContainers.TestRunner.iOS.csproj", "{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/NuGet.config b/src/NuGet.config
similarity index 65%
rename from NuGet.config
rename to src/NuGet.config
index 0a3819dd27..b9234a5b70 100644
--- a/NuGet.config
+++ b/src/NuGet.config
@@ -4,10 +4,9 @@
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/Auth/Server/AuthorizationHeaderParameterOperationFilter.cs b/src/Services/Basket/Basket.API/Auth/Server/AuthorizationHeaderParameterOperationFilter.cs
index 90aa893229..7fe19bae37 100644
--- a/src/Services/Basket/Basket.API/Auth/Server/AuthorizationHeaderParameterOperationFilter.cs
+++ b/src/Services/Basket/Basket.API/Auth/Server/AuthorizationHeaderParameterOperationFilter.cs
@@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Mvc.Authorization;
+using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.Swagger;
using Swashbuckle.AspNetCore.SwaggerGen;
using System.Collections.Generic;
@@ -8,7 +9,7 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API.Auth.Server
{
public class AuthorizationHeaderParameterOperationFilter : IOperationFilter
{
- public void Apply(Operation operation, OperationFilterContext context)
+ public void Apply(OpenApiOperation operation, OperationFilterContext context)
{
var filterPipeline = context.ApiDescription.ActionDescriptor.FilterDescriptors;
var isAuthorized = filterPipeline.Select(filterInfo => filterInfo.Filter).Any(filter => filter is AuthorizeFilter);
@@ -17,15 +18,15 @@ public void Apply(Operation operation, OperationFilterContext context)
if (isAuthorized && !allowAnonymous)
{
if (operation.Parameters == null)
- operation.Parameters = new List();
+ operation.Parameters = new List();
- operation.Parameters.Add(new NonBodyParameter
+
+ operation.Parameters.Add(new OpenApiParameter
{
Name = "Authorization",
- In = "header",
+ In = ParameterLocation.Header,
Description = "access token",
- Required = true,
- Type = "string"
+ Required = true
});
}
}
diff --git a/src/Services/Basket/Basket.API/Auth/Server/IdentitySecurityScheme.cs b/src/Services/Basket/Basket.API/Auth/Server/IdentitySecurityScheme.cs
deleted file mode 100644
index 397f66db4f..0000000000
--- a/src/Services/Basket/Basket.API/Auth/Server/IdentitySecurityScheme.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using Swashbuckle.AspNetCore.Swagger;
-using System.Collections.Generic;
-
-namespace Microsoft.eShopOnContainers.Services.Basket.API.Auth.Server
-{
- public class IdentitySecurityScheme:SecurityScheme
- {
- public IdentitySecurityScheme()
- {
- Type = "IdentitySecurityScheme";
- Description = "Security definition that provides to the user of Swagger a mechanism to obtain a token from the identity service that secures the api";
- Extensions.Add("authorizationUrl", "http://localhost:5103/Auth/Client/popup.html");
- Extensions.Add("flow", "implicit");
- Extensions.Add("scopes", new List
- {
- "basket"
- });
- }
- }
-}
diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj
index 5b5ed12a2a..579be01df2 100644
--- a/src/Services/Basket/Basket.API/Basket.API.csproj
+++ b/src/Services/Basket/Basket.API/Basket.API.csproj
@@ -1,9 +1,12 @@
- netcoreapp2.2
+ netcoreapp3.0
$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\..\docker-compose.dcproj
+ false
+ true
+ preview
@@ -13,28 +16,35 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Services/Basket/Basket.API/Controllers/BasketController.cs b/src/Services/Basket/Basket.API/Controllers/BasketController.cs
index 0bf15fc420..9864e21e85 100644
--- a/src/Services/Basket/Basket.API/Controllers/BasketController.cs
+++ b/src/Services/Basket/Basket.API/Controllers/BasketController.cs
@@ -7,7 +7,9 @@
using Microsoft.eShopOnContainers.Services.Basket.API.Services;
using Microsoft.Extensions.Logging;
using System;
+using System.Linq;
using System.Net;
+using System.Security.Claims;
using System.Threading.Tasks;
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers
@@ -68,7 +70,7 @@ public async Task CheckoutAsync([FromBody]BasketCheckout basketChe
return BadRequest();
}
- var userName = User.FindFirst(x => x.Type == "unique_name").Value;
+ var userName = this.HttpContext.User.FindFirst(x => x.Type == ClaimTypes.Name).Value;
var eventMessage = new UserCheckoutAcceptedIntegrationEvent(userId, userName, basketCheckout.City, basketCheckout.Street,
basketCheckout.State, basketCheckout.Country, basketCheckout.ZipCode, basketCheckout.CardNumber, basketCheckout.CardHolderName,
@@ -79,8 +81,6 @@ public async Task CheckoutAsync([FromBody]BasketCheckout basketChe
// order creation process
try
{
- _logger.LogInformation("----- Publishing integration event: {IntegrationEventId} from {AppName} - ({@IntegrationEvent})", eventMessage.Id, Program.AppName, eventMessage);
-
_eventBus.Publish(eventMessage);
}
catch (Exception ex)
diff --git a/src/Services/Basket/Basket.API/Dockerfile b/src/Services/Basket/Basket.API/Dockerfile
index 6fb28f69ab..9a068d83e9 100644
--- a/src/Services/Basket/Basket.API/Dockerfile
+++ b/src/Services/Basket/Basket.API/Dockerfile
@@ -1,61 +1,61 @@
-FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
+FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
-FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
-# Keep the project list and command dotnet restore identical in all Dockfiles to maximize image cache utilization
-COPY eShopOnContainers-ServicesAndWebApps.sln .
-COPY docker-compose.dcproj /src/
-COPY src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj src/ApiGateways/ApiGw-Base/
-COPY src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj src/ApiGateways/Mobile.Bff.Shopping/aggregator/
-COPY src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj src/ApiGateways/Web.Bff.Shopping/aggregator/
-COPY src/BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj src/BuildingBlocks/Devspaces.Support/
-COPY src/BuildingBlocks/EventBus/EventBus/EventBus.csproj src/BuildingBlocks/EventBus/EventBus/
-COPY src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj src/BuildingBlocks/EventBus/EventBus.Tests/
-COPY src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj src/BuildingBlocks/EventBus/EventBusRabbitMQ/
-COPY src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj src/BuildingBlocks/EventBus/EventBusServiceBus/
-COPY src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj src/BuildingBlocks/EventBus/IntegrationEventLogEF/
-COPY src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj src/BuildingBlocks/WebHostCustomization/WebHost.Customization/
-COPY src/Services/Basket/Basket.API/Basket.API.csproj src/Services/Basket/Basket.API/
-COPY src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj src/Services/Basket/Basket.FunctionalTests/
-COPY src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj src/Services/Basket/Basket.UnitTests/
-COPY src/Services/Catalog/Catalog.API/Catalog.API.csproj src/Services/Catalog/Catalog.API/
-COPY src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj src/Services/Catalog/Catalog.FunctionalTests/
-COPY src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj src/Services/Catalog/Catalog.UnitTests/
-COPY src/Services/Identity/Identity.API/Identity.API.csproj src/Services/Identity/Identity.API/
-COPY src/Services/Location/Locations.API/Locations.API.csproj src/Services/Location/Locations.API/
-COPY src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj src/Services/Location/Locations.FunctionalTests/
-COPY src/Services/Marketing/Marketing.API/Marketing.API.csproj src/Services/Marketing/Marketing.API/
-COPY src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj src/Services/Marketing/Marketing.FunctionalTests/
-COPY src/Services/Ordering/Ordering.API/Ordering.API.csproj src/Services/Ordering/Ordering.API/
-COPY src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj src/Services/Ordering/Ordering.BackgroundTasks/
-COPY src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj src/Services/Ordering/Ordering.Domain/
-COPY src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj src/Services/Ordering/Ordering.FunctionalTests/
-COPY src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj src/Services/Ordering/Ordering.Infrastructure/
-COPY src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj src/Services/Ordering/Ordering.SignalrHub/
-COPY src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj src/Services/Ordering/Ordering.UnitTests/
-COPY src/Services/Payment/Payment.API/Payment.API.csproj src/Services/Payment/Payment.API/
-COPY src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj src/Services/Webhooks/Webhooks.API/
-COPY src/Web/WebhookClient/WebhookClient.csproj src/Web/WebhookClient/
-COPY src/Web/WebMVC/WebMVC.csproj src/Web/WebMVC/
-COPY src/Web/WebSPA/WebSPA.csproj src/Web/WebSPA/
-COPY src/Web/WebStatus/WebStatus.csproj src/Web/WebStatus/
-COPY test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj test/ServicesTests/Application.FunctionalTests/
-COPY test/ServicesTests/LoadTest/LoadTest.csproj test/ServicesTests/LoadTest/
+COPY "eShopOnContainers-ServicesAndWebApps.sln" "eShopOnContainers-ServicesAndWebApps.sln"
-RUN dotnet restore eShopOnContainers-ServicesAndWebApps.sln
+COPY "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj" "ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj"
+COPY "ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj" "ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj"
+COPY "BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj" "BuildingBlocks/Devspaces.Support/Devspaces.Support.csproj"
+COPY "BuildingBlocks/EventBus/EventBus/EventBus.csproj" "BuildingBlocks/EventBus/EventBus/EventBus.csproj"
+COPY "BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj" "BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj"
+COPY "BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj" "BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj"
+COPY "BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj" "BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj"
+COPY "BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj" "BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj"
+COPY "Services/Basket/Basket.API/Basket.API.csproj" "Services/Basket/Basket.API/Basket.API.csproj"
+COPY "Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj" "Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj"
+COPY "Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj" "Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj"
+COPY "Services/Catalog/Catalog.API/Catalog.API.csproj" "Services/Catalog/Catalog.API/Catalog.API.csproj"
+COPY "Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj" "Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj"
+COPY "Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj" "Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj"
+COPY "Services/Identity/Identity.API/Identity.API.csproj" "Services/Identity/Identity.API/Identity.API.csproj"
+COPY "Services/Location/Locations.API/Locations.API.csproj" "Services/Location/Locations.API/Locations.API.csproj"
+COPY "Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj" "Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj"
+COPY "Services/Marketing/Marketing.API/Marketing.API.csproj" "Services/Marketing/Marketing.API/Marketing.API.csproj"
+COPY "Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj" "Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj"
+COPY "Services/Ordering/Ordering.API/Ordering.API.csproj" "Services/Ordering/Ordering.API/Ordering.API.csproj"
+COPY "Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj" "Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj"
+COPY "Services/Ordering/Ordering.Domain/Ordering.Domain.csproj" "Services/Ordering/Ordering.Domain/Ordering.Domain.csproj"
+COPY "Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj" "Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj"
+COPY "Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj" "Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj"
+COPY "Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj" "Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj"
+COPY "Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj" "Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj"
+COPY "Services/Payment/Payment.API/Payment.API.csproj" "Services/Payment/Payment.API/Payment.API.csproj"
+COPY "Services/Webhooks/Webhooks.API/Webhooks.API.csproj" "Services/Webhooks/Webhooks.API/Webhooks.API.csproj"
+COPY "Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj" "Tests/Services/Application.FunctionalTests/Application.FunctionalTests.csproj"
+COPY "Web/WebhookClient/WebhookClient.csproj" "Web/WebhookClient/WebhookClient.csproj"
+COPY "Web/WebMVC/WebMVC.csproj" "Web/WebMVC/WebMVC.csproj"
+COPY "Web/WebSPA/WebSPA.csproj" "Web/WebSPA/WebSPA.csproj"
+COPY "Web/WebStatus/WebStatus.csproj" "Web/WebStatus/WebStatus.csproj"
+
+COPY "docker-compose.dcproj" "docker-compose.dcproj"
+
+COPY "NuGet.config" "NuGet.config"
+
+RUN dotnet restore "eShopOnContainers-ServicesAndWebApps.sln"
COPY . .
-WORKDIR /src/src/Services/Basket/Basket.API
+WORKDIR /src/Services/Basket/Basket.API
RUN dotnet publish --no-restore -c Release -o /app
FROM build as unittest
-WORKDIR /src/src/Services/Basket/Basket.UnitTests
+WORKDIR /src/Services/Basket/Basket.UnitTests
FROM build as functionaltest
-WORKDIR /src/src/Services/Basket/Basket.FunctionalTests
+WORKDIR /src/Services/Basket/Basket.FunctionalTests
FROM build AS publish
diff --git a/src/Services/Basket/Basket.API/Dockerfile.develop b/src/Services/Basket/Basket.API/Dockerfile.develop
index 5ae5cc2359..66ea6a07db 100644
--- a/src/Services/Basket/Basket.API/Dockerfile.develop
+++ b/src/Services/Basket/Basket.API/Dockerfile.develop
@@ -1,4 +1,4 @@
-FROM microsoft/dotnet:2.2-sdk
+FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster
ARG BUILD_CONFIGURATION=Debug
ENV ASPNETCORE_ENVIRONMENT=Development
ENV DOTNET_USE_POLLING_FILE_WATCHER=true
@@ -6,14 +6,14 @@ EXPOSE 80
WORKDIR /src
-COPY ["src/BuildingBlocks/EventBus/EventBus/EventBus.csproj", "src/BuildingBlocks/EventBus/EventBus/"]
-COPY ["src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj", "src/BuildingBlocks/EventBus/EventBusRabbitMQ/"]
-COPY ["src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj", "src/BuildingBlocks/EventBus/EventBusServiceBus/"]
-COPY ["src/Services/Basket/Basket.API/Basket.API.csproj", "src/Services/Basket/Basket.API/"]
+COPY ["BuildingBlocks/EventBus/EventBus/EventBus.csproj", "BuildingBlocks/EventBus/EventBus/"]
+COPY ["BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj", "BuildingBlocks/EventBus/EventBusRabbitMQ/"]
+COPY ["BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj", "BuildingBlocks/EventBus/EventBusServiceBus/"]
+COPY ["Services/Basket/Basket.API/Basket.API.csproj", "Services/Basket/Basket.API/"]
-RUN dotnet restore src/Services/Basket/Basket.API/Basket.API.csproj -nowarn:msb3202,nu1503
+RUN dotnet restore Services/Basket/Basket.API/Basket.API.csproj -nowarn:msb3202,nu1503
COPY . .
-WORKDIR /src/src/Services/Basket/Basket.API
+WORKDIR /src/Services/Basket/Basket.API
RUN dotnet build --no-restore -c $BUILD_CONFIGURATION
ENTRYPOINT ["dotnet", "run", "--no-build", "--no-launch-profile", "-c", "$BUILD_CONFIGURATION", "--"]
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/Grpc/BasketService.cs b/src/Services/Basket/Basket.API/Grpc/BasketService.cs
new file mode 100644
index 0000000000..830703b59a
--- /dev/null
+++ b/src/Services/Basket/Basket.API/Grpc/BasketService.cs
@@ -0,0 +1,103 @@
+using Grpc.Core;
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.eShopOnContainers.Services.Basket.API.Model;
+using Microsoft.Extensions.Logging;
+using System.Linq;
+using System.Threading.Tasks;
+using GrpcBasket;
+
+namespace GrpcBasket
+{
+ public class BasketService : Basket.BasketBase
+ {
+ private readonly IBasketRepository _repository;
+ private readonly ILogger _logger;
+
+ public BasketService(IBasketRepository repository, ILogger logger)
+ {
+ _repository = repository;
+ _logger = logger;
+ }
+
+ [AllowAnonymous]
+ public override async Task GetBasketById(BasketRequest request, ServerCallContext context)
+ {
+ _logger.LogInformation("Begin grpc call from method {Method} for basket id {Id}", context.Method, request.Id);
+
+ var data = await _repository.GetBasketAsync(request.Id);
+
+ if (data != null)
+ {
+ context.Status = new Status(StatusCode.OK, $"Basket with id {request.Id} do exist");
+
+ return MapToCustomerBasketResponse(data);
+ }
+ else
+ {
+ context.Status = new Status(StatusCode.NotFound, $"Basket with id {request.Id} do not exist");
+ }
+
+ return new CustomerBasketResponse();
+ }
+
+ public override async Task UpdateBasket(CustomerBasketRequest request, ServerCallContext context)
+ {
+ _logger.LogInformation("Begin grpc call BasketService.UpdateBasketAsync for buyer id {Buyerid}", request.Buyerid);
+
+ var customerBasket = MapToCustomerBasket(request);
+
+ var response = await _repository.UpdateBasketAsync(customerBasket);
+
+ if (response != null)
+ {
+ return MapToCustomerBasketResponse(response);
+ }
+
+ context.Status = new Status(StatusCode.NotFound, $"Basket with buyer id {request.Buyerid} do not exist");
+
+ return null;
+ }
+
+ private CustomerBasketResponse MapToCustomerBasketResponse(CustomerBasket customerBasket)
+ {
+ var response = new CustomerBasketResponse
+ {
+ Buyerid = customerBasket.BuyerId
+ };
+
+ customerBasket.Items.ForEach(item => response.Items.Add(new BasketItemResponse
+ {
+ Id = item.Id,
+ Oldunitprice = (double)item.OldUnitPrice,
+ Pictureurl = item.PictureUrl,
+ Productid = item.ProductId,
+ Productname = item.ProductName,
+ Quantity = item.Quantity,
+ Unitprice = (double)item.UnitPrice
+ }));
+
+ return response;
+ }
+
+ private CustomerBasket MapToCustomerBasket(CustomerBasketRequest customerBasketRequest)
+ {
+ var response = new CustomerBasket
+ {
+ BuyerId = customerBasketRequest.Buyerid
+ };
+
+ customerBasketRequest.Items.ToList().ForEach(item => response.Items.Add(new BasketItem
+ {
+ Id = item.Id,
+ OldUnitPrice = (decimal)item.Oldunitprice,
+ PictureUrl = item.Pictureurl,
+ ProductId = item.Productid,
+ ProductName = item.Productname,
+ Quantity = item.Quantity,
+ UnitPrice = (decimal)item.Unitprice
+ }));
+
+ return response;
+ }
+ }
+}
diff --git a/src/Services/Basket/Basket.API/Infrastructure/Filters/AuthorizeCheckOperationFilter.cs b/src/Services/Basket/Basket.API/Infrastructure/Filters/AuthorizeCheckOperationFilter.cs
deleted file mode 100644
index 1ae38c8b0d..0000000000
--- a/src/Services/Basket/Basket.API/Infrastructure/Filters/AuthorizeCheckOperationFilter.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-using Microsoft.AspNetCore.Authorization;
-using Swashbuckle.AspNetCore.Swagger;
-using Swashbuckle.AspNetCore.SwaggerGen;
-using System.Collections.Generic;
-using System.Linq;
-
-namespace Basket.API.Infrastructure.Filters
-{
- public class AuthorizeCheckOperationFilter : IOperationFilter
- {
- public void Apply(Operation operation, OperationFilterContext context)
- {
- // Check for authorize attribute
- var hasAuthorize = context.MethodInfo.DeclaringType.GetCustomAttributes(true).OfType().Any() ||
- context.MethodInfo.GetCustomAttributes(true).OfType().Any();
-
- if (!hasAuthorize) return;
-
- operation.Responses.TryAdd("401", new Response { Description = "Unauthorized" });
- operation.Responses.TryAdd("403", new Response { Description = "Forbidden" });
-
- operation.Security = new List>>
- {
- new Dictionary>
- {
- { "oauth2", new [] { "basketapi" } }
- }
- };
- }
- }
-}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs b/src/Services/Basket/Basket.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs
index dab7259157..0fd08a0a96 100644
--- a/src/Services/Basket/Basket.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs
+++ b/src/Services/Basket/Basket.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs
@@ -3,17 +3,19 @@
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
+using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System.Net;
+
namespace Basket.API.Infrastructure.Filters
{
public partial class HttpGlobalExceptionFilter : IExceptionFilter
{
- private readonly IHostingEnvironment env;
+ private readonly IWebHostEnvironment env;
private readonly ILogger logger;
- public HttpGlobalExceptionFilter(IHostingEnvironment env, ILogger logger)
+ public HttpGlobalExceptionFilter(IWebHostEnvironment env, ILogger logger)
{
this.env = env;
this.logger = logger;
diff --git a/src/Services/Basket/Basket.API/Infrastructure/Middlewares/AuthorizeCheckOperationFilter.cs b/src/Services/Basket/Basket.API/Infrastructure/Middlewares/AuthorizeCheckOperationFilter.cs
new file mode 100644
index 0000000000..4a1c24aa64
--- /dev/null
+++ b/src/Services/Basket/Basket.API/Infrastructure/Middlewares/AuthorizeCheckOperationFilter.cs
@@ -0,0 +1,36 @@
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.OpenApi.Models;
+using Swashbuckle.AspNetCore.SwaggerGen;
+using System.Collections.Generic;
+using System.Linq;
+
+namespace Basket.API.Infrastructure.Filters
+{
+ public class AuthorizeCheckOperationFilter : IOperationFilter
+ {
+ public void Apply(OpenApiOperation operation, OperationFilterContext context)
+ {
+ // Check for authorize attribute
+ var hasAuthorize = context.MethodInfo.DeclaringType.GetCustomAttributes(true).OfType().Any() ||
+ context.MethodInfo.GetCustomAttributes(true).OfType().Any();
+
+ if (!hasAuthorize) return;
+
+ operation.Responses.TryAdd("401", new OpenApiResponse { Description = "Unauthorized" });
+ operation.Responses.TryAdd("403", new OpenApiResponse { Description = "Forbidden" });
+
+ var oAuthScheme = new OpenApiSecurityScheme
+ {
+ Reference = new OpenApiReference { Type = ReferenceType.SecurityScheme, Id = "oauth2" }
+ };
+
+ operation.Security = new List
+ {
+ new OpenApiSecurityRequirement
+ {
+ [ oAuthScheme ] = new [] { "basketapi" }
+ }
+ };
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingMiddleware.cs b/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingMiddleware.cs
index 875749b5fa..108955bd4e 100644
--- a/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingMiddleware.cs
+++ b/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingMiddleware.cs
@@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Http;
+using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading.Tasks;
@@ -10,11 +11,13 @@ public class FailingMiddleware
private readonly RequestDelegate _next;
private bool _mustFail;
private readonly FailingOptions _options;
- public FailingMiddleware(RequestDelegate next, FailingOptions options)
+ private readonly ILogger _logger;
+ public FailingMiddleware(RequestDelegate next, ILogger logger, FailingOptions options)
{
_next = next;
_options = options;
_mustFail = false;
+ _logger = logger;
}
public async Task Invoke(HttpContext context)
{
@@ -27,6 +30,7 @@ public async Task Invoke(HttpContext context)
if (MustFail(context))
{
+ _logger.LogInformation("Response for path {Path} will fail.", path);
context.Response.StatusCode = (int)System.Net.HttpStatusCode.InternalServerError;
context.Response.ContentType = "text/plain";
await context.Response.WriteAsync("Failed due to FailingMiddleware enabled.");
@@ -74,8 +78,15 @@ private async Task SendOkResponse(HttpContext context, string message)
private bool MustFail(HttpContext context)
{
+ var rpath = context.Request.Path.Value;
+
+ if (_options.NotFilteredPaths.Any(p => p.Equals(rpath, StringComparison.InvariantCultureIgnoreCase)))
+ {
+ return false;
+ }
+
return _mustFail &&
- (_options.EndpointPaths.Any(x => x == context.Request.Path.Value)
+ (_options.EndpointPaths.Any(x => x == rpath)
|| _options.EndpointPaths.Count == 0);
}
}
diff --git a/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingOptions.cs b/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingOptions.cs
index 45989832c1..63e1e55256 100644
--- a/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingOptions.cs
+++ b/src/Services/Basket/Basket.API/Infrastructure/Middlewares/FailingOptions.cs
@@ -6,5 +6,7 @@ public class FailingOptions
{
public string ConfigPath = "/Failing";
public List EndpointPaths { get; set; } = new List();
+
+ public List NotFilteredPaths {get; set;} = new List();
}
}
diff --git a/src/Services/Basket/Basket.API/Infrastructure/Repositories/RedisBasketRepository.cs b/src/Services/Basket/Basket.API/Infrastructure/Repositories/RedisBasketRepository.cs
index 6653f5ed1d..93adcc0236 100644
--- a/src/Services/Basket/Basket.API/Infrastructure/Repositories/RedisBasketRepository.cs
+++ b/src/Services/Basket/Basket.API/Infrastructure/Repositories/RedisBasketRepository.cs
@@ -28,7 +28,7 @@ public async Task DeleteBasketAsync(string id)
public IEnumerable GetUsers()
{
- var server = GetServer();
+ var server = GetServer();
var data = server.Keys();
return data?.Select(k => k.ToString());
diff --git a/src/Services/Basket/Basket.API/IntegrationEvents/EventHandling/ProductPriceChangedIntegrationEventHandler.cs b/src/Services/Basket/Basket.API/IntegrationEvents/EventHandling/ProductPriceChangedIntegrationEventHandler.cs
index c27200e6f9..6068bdda69 100644
--- a/src/Services/Basket/Basket.API/IntegrationEvents/EventHandling/ProductPriceChangedIntegrationEventHandler.cs
+++ b/src/Services/Basket/Basket.API/IntegrationEvents/EventHandling/ProductPriceChangedIntegrationEventHandler.cs
@@ -41,8 +41,7 @@ public async Task Handle(ProductPriceChangedIntegrationEvent @event)
private async Task UpdatePriceInBasketItems(int productId, decimal newPrice, decimal oldPrice, CustomerBasket basket)
{
- string match = productId.ToString();
- var itemsToUpdate = basket?.Items?.Where(x => x.ProductId == match).ToList();
+ var itemsToUpdate = basket?.Items?.Where(x => x.ProductId == productId).ToList();
if (itemsToUpdate != null)
{
diff --git a/src/Services/Basket/Basket.API/Model/BasketItem.cs b/src/Services/Basket/Basket.API/Model/BasketItem.cs
index a419451458..4d2e4f331a 100644
--- a/src/Services/Basket/Basket.API/Model/BasketItem.cs
+++ b/src/Services/Basket/Basket.API/Model/BasketItem.cs
@@ -6,7 +6,7 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API.Model
public class BasketItem : IValidatableObject
{
public string Id { get; set; }
- public string ProductId { get; set; }
+ public int ProductId { get; set; }
public string ProductName { get; set; }
public decimal UnitPrice { get; set; }
public decimal OldUnitPrice { get; set; }
diff --git a/src/Services/Basket/Basket.API/Model/CustomerBasket.cs b/src/Services/Basket/Basket.API/Model/CustomerBasket.cs
index 3dd034f6c5..9ae495d4f4 100644
--- a/src/Services/Basket/Basket.API/Model/CustomerBasket.cs
+++ b/src/Services/Basket/Basket.API/Model/CustomerBasket.cs
@@ -4,13 +4,18 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API.Model
{
public class CustomerBasket
{
- public string BuyerId { get; set; }
- public List Items { get; set; }
+ public string BuyerId { get; set; }
+
+ public List Items { get; set; } = new List();
+
+ public CustomerBasket()
+ {
+
+ }
public CustomerBasket(string customerId)
{
BuyerId = customerId;
- Items = new List();
}
}
}
diff --git a/src/Services/Basket/Basket.API/Program.cs b/src/Services/Basket/Basket.API/Program.cs
index 40cc0eebce..ac7294c15d 100644
--- a/src/Services/Basket/Basket.API/Program.cs
+++ b/src/Services/Basket/Basket.API/Program.cs
@@ -2,11 +2,12 @@
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
+using Microsoft.AspNetCore.Server.Kestrel.Core;
using Microsoft.Extensions.Configuration;
-using Microsoft.Extensions.Logging;
using Serilog;
using System;
using System.IO;
+using System.Net;
namespace Microsoft.eShopOnContainers.Services.Basket.API
{
@@ -45,8 +46,24 @@ public static int Main(string[] args)
private static IWebHost BuildWebHost(IConfiguration configuration, string[] args) =>
WebHost.CreateDefaultBuilder(args)
.CaptureStartupErrors(false)
- .UseFailing(options =>
- options.ConfigPath = "/Failing")
+ .ConfigureKestrel(options =>
+ {
+ var ports = GetDefinedPorts(configuration);
+ options.Listen(IPAddress.Any, ports.httpPort, listenOptions =>
+ {
+ listenOptions.Protocols = HttpProtocols.Http1AndHttp2;
+ });
+
+ options.Listen(IPAddress.Any, ports.grpcPort, listenOptions =>
+ {
+ listenOptions.Protocols = HttpProtocols.Http2;
+ });
+
+ })
+ .UseFailing(options => {
+ options.ConfigPath = "/Failing";
+ options.NotFilteredPaths.AddRange(new[] {"/hc","/liveness"});
+ })
.UseStartup()
.UseApplicationInsights()
.UseContentRoot(Directory.GetCurrentDirectory())
@@ -88,5 +105,12 @@ private static IConfiguration GetConfiguration()
return builder.Build();
}
+
+ private static (int httpPort, int grpcPort) GetDefinedPorts(IConfiguration config)
+ {
+ var grpcPort = config.GetValue("GRPC_PORT", 5001);
+ var port = config.GetValue("PORT", 80);
+ return (port, grpcPort);
+ }
}
}
diff --git a/src/Services/Basket/Basket.API/Proto/basket.proto b/src/Services/Basket/Basket.API/Proto/basket.proto
new file mode 100644
index 0000000000..76ad339129
--- /dev/null
+++ b/src/Services/Basket/Basket.API/Proto/basket.proto
@@ -0,0 +1,34 @@
+syntax = "proto3";
+
+option csharp_namespace = "GrpcBasket";
+
+package BasketApi;
+
+service Basket {
+ rpc GetBasketById(BasketRequest) returns (CustomerBasketResponse) {}
+ rpc UpdateBasket(CustomerBasketRequest) returns (CustomerBasketResponse) {}
+}
+
+message BasketRequest {
+ string id = 1;
+}
+
+message CustomerBasketRequest {
+ string buyerid = 1;
+ repeated BasketItemResponse items = 2;
+}
+
+message CustomerBasketResponse {
+ string buyerid = 1;
+ repeated BasketItemResponse items = 2;
+}
+
+message BasketItemResponse {
+ string id = 1;
+ int32 productid = 2;
+ string productname = 3;
+ double unitprice = 4;
+ double oldunitprice = 5;
+ int32 quantity = 6;
+ string pictureurl = 7;
+}
diff --git a/src/Services/Basket/Basket.API/Startup.cs b/src/Services/Basket/Basket.API/Startup.cs
index 9cfabf20a0..d9554bcb8c 100644
--- a/src/Services/Basket/Basket.API/Startup.cs
+++ b/src/Services/Basket/Basket.API/Startup.cs
@@ -5,20 +5,17 @@
using Basket.API.IntegrationEvents.EventHandling;
using Basket.API.IntegrationEvents.Events;
using HealthChecks.UI.Client;
-
-using Microsoft.ApplicationInsights.Extensibility;
-using Microsoft.ApplicationInsights.ServiceFabric;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Diagnostics.HealthChecks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
-using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.ServiceBus;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus;
+using Microsoft.eShopOnContainers.Services.Basket.API.Controllers;
using Microsoft.eShopOnContainers.Services.Basket.API.Infrastructure.Repositories;
using Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.EventHandling;
using Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.Events;
@@ -29,12 +26,16 @@
using Microsoft.Extensions.Diagnostics.HealthChecks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
+using Microsoft.OpenApi.Models;
using RabbitMQ.Client;
using StackExchange.Redis;
-using Swashbuckle.AspNetCore.Swagger;
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
+using System.IO;
+using GrpcBasket;
+using Microsoft.AspNetCore.Http.Features;
+using Serilog;
namespace Microsoft.eShopOnContainers.Services.Basket.API
{
@@ -47,21 +48,54 @@ public Startup(IConfiguration configuration)
public IConfiguration Configuration { get; }
-
// This method gets called by the runtime. Use this method to add services to the container.
- public IServiceProvider ConfigureServices(IServiceCollection services)
+ public virtual IServiceProvider ConfigureServices(IServiceCollection services)
{
+ services.AddGrpc(options =>
+ {
+ options.EnableDetailedErrors = true;
+ });
+
RegisterAppInsights(services);
- // Add framework services.
- services.AddMvc(options =>
+ services.AddControllers(options =>
{
options.Filters.Add(typeof(HttpGlobalExceptionFilter));
options.Filters.Add(typeof(ValidateModelStateFilter));
- })
- .SetCompatibilityVersion(CompatibilityVersion.Version_2_2)
- .AddControllersAsServices();
+ }) // Added for functional tests
+ .AddApplicationPart(typeof(BasketController).Assembly)
+ .AddNewtonsoftJson();
+
+ services.AddSwaggerGen(options =>
+ {
+ options.DescribeAllEnumsAsStrings();
+ options.SwaggerDoc("v1", new OpenApiInfo
+ {
+ Title = "eShopOnContainers - Basket HTTP API",
+ Version = "v1",
+ Description = "The Basket Service HTTP API"
+ });
+
+ options.AddSecurityDefinition("oauth2", new OpenApiSecurityScheme
+ {
+ Type = SecuritySchemeType.OAuth2,
+ Flows = new OpenApiOAuthFlows()
+ {
+ Implicit = new OpenApiOAuthFlow()
+ {
+ AuthorizationUrl = new Uri($"{Configuration.GetValue("IdentityUrlExternal")}/connect/authorize"),
+ TokenUrl = new Uri($"{Configuration.GetValue("IdentityUrlExternal")}/connect/token"),
+ Scopes = new Dictionary()
+ {
+ { "basket", "Basket API" }
+ }
+ }
+ }
+ });
+
+ options.OperationFilter();
+ });
ConfigureAuthService(services);
@@ -132,31 +166,6 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
RegisterEventBus(services);
- services.AddSwaggerGen(options =>
- {
- options.DescribeAllEnumsAsStrings();
- options.SwaggerDoc("v1", new Info
- {
- Title = "Basket HTTP API",
- Version = "v1",
- Description = "The Basket Service HTTP API",
- TermsOfService = "Terms Of Service"
- });
-
- options.AddSecurityDefinition("oauth2", new OAuth2Scheme
- {
- Type = "oauth2",
- Flow = "implicit",
- AuthorizationUrl = $"{Configuration.GetValue("IdentityUrlExternal")}/connect/authorize",
- TokenUrl = $"{Configuration.GetValue("IdentityUrlExternal")}/connect/token",
- Scopes = new Dictionary()
- {
- { "basket", "Basket API" }
- }
- });
-
- options.OperationFilter();
- });
services.AddCors(options =>
{
@@ -178,10 +187,9 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
return new AutofacServiceProvider(container.Build());
}
-
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
- public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
+ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory)
{
//loggerFactory.AddAzureWebAppDiagnostics();
//loggerFactory.AddApplicationInsights(app.ApplicationServices, LogLevel.Trace);
@@ -192,72 +200,77 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
app.UsePathBase(pathBase);
}
- app.UseHealthChecks("/hc", new HealthCheckOptions()
- {
- Predicate = _ => true,
- ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
- });
-
- app.UseHealthChecks("/liveness", new HealthCheckOptions
- {
- Predicate = r => r.Name.Contains("self")
- });
-
- app.UseStaticFiles();
- app.UseCors("CorsPolicy");
+ app.UseSwagger()
+ .UseSwaggerUI(setup =>
+ {
+ setup.SwaggerEndpoint($"{ (!string.IsNullOrEmpty(pathBase) ? pathBase : string.Empty) }/swagger/v1/swagger.json", "Basket.API V1");
+ setup.OAuthClientId("basketswaggerui");
+ setup.OAuthAppName("Basket Swagger UI");
+ });
+ app.UseRouting();
ConfigureAuth(app);
- app.UseMvcWithDefaultRoute();
+ app.UseStaticFiles();
- app.UseSwagger()
- .UseSwaggerUI(c =>
- {
- c.SwaggerEndpoint($"{ (!string.IsNullOrEmpty(pathBase) ? pathBase : string.Empty) }/swagger/v1/swagger.json", "Basket.API V1");
- c.OAuthClientId ("basketswaggerui");
- c.OAuthAppName("Basket Swagger UI");
- });
+ app.UseCors("CorsPolicy");
+ app.UseEndpoints(endpoints =>
+ {
+ endpoints.MapGrpcService();
+ endpoints.MapDefaultControllerRoute();
+ endpoints.MapControllers();
+ endpoints.MapGet("/_proto/", async ctx =>
+ {
+ ctx.Response.ContentType = "text/plain";
+ using var fs = new FileStream(Path.Combine(env.ContentRootPath, "Proto", "basket.proto"), FileMode.Open, FileAccess.Read);
+ using var sr = new StreamReader(fs);
+ while (!sr.EndOfStream)
+ {
+ var line = await sr.ReadLineAsync();
+ if (line != "/* >>" || line != "<< */")
+ {
+ await ctx.Response.WriteAsync(line);
+ }
+ }
+ });
+ endpoints.MapHealthChecks("/hc", new HealthCheckOptions()
+ {
+ Predicate = _ => true,
+ ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
+ });
+ endpoints.MapHealthChecks("/liveness", new HealthCheckOptions
+ {
+ Predicate = r => r.Name.Contains("self")
+ });
+ });
ConfigureEventBus(app);
-
}
private void RegisterAppInsights(IServiceCollection services)
{
services.AddApplicationInsightsTelemetry(Configuration);
- var orchestratorType = Configuration.GetValue("OrchestratorType");
-
- if (orchestratorType?.ToUpper() == "K8S")
- {
- // Enable K8s telemetry initializer
- services.AddApplicationInsightsKubernetesEnricher();
- }
- if (orchestratorType?.ToUpper() == "SF")
- {
- // Enable SF telemetry initializer
- services.AddSingleton((serviceProvider) =>
- new FabricTelemetryInitializer());
- }
+ services.AddApplicationInsightsKubernetesEnricher();
}
private void ConfigureAuthService(IServiceCollection services)
{
- // prevent from mapping "sub" claim to nameidentifier.
- JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear();
-
- var identityUrl = Configuration.GetValue("IdentityUrl");
-
- services.AddAuthentication(options =>
- {
- options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme;
- options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme;
-
- }).AddJwtBearer(options =>
- {
- options.Authority = identityUrl;
- options.RequireHttpsMetadata = false;
- options.Audience = "basket";
- });
+ // prevent from mapping "sub" claim to nameidentifier.
+ JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Remove("sub");
+
+ var identityUrl = Configuration.GetValue("IdentityUrl");
+
+ services.AddAuthentication(options =>
+ {
+ options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme;
+ options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme;
+
+ }).AddJwtBearer(options =>
+ {
+ options.Authority = identityUrl;
+ options.RequireHttpsMetadata = false;
+ options.Audience = "basket";
+ });
}
protected virtual void ConfigureAuth(IApplicationBuilder app)
@@ -268,6 +281,7 @@ protected virtual void ConfigureAuth(IApplicationBuilder app)
}
app.UseAuthentication();
+ app.UseAuthorization();
}
private void RegisterEventBus(IServiceCollection services)
@@ -281,7 +295,7 @@ private void RegisterEventBus(IServiceCollection services)
var serviceBusPersisterConnection = sp.GetRequiredService();
var iLifetimeScope = sp.GetRequiredService();
var logger = sp.GetRequiredService>();
- var eventBusSubcriptionsManager = sp.GetRequiredService();
+ var eventBusSubcriptionsManager = sp.GetRequiredService