You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2022/07/04 08:15:22 UTC

[brooklyn-server] branch master updated (b756601d81 -> bba14fe1ab)

This is an automated email from the ASF dual-hosted git repository.

iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


    from b756601d81 a few extra tests
     new 05eebd2dbf Added support for pull policy and docs
     new 6b1b570100 Added properties to reduce number of retries, added enum to enforce values for imagePullPolicy
     new f19a59b899 Added imagePullPolicy samples with case insesintive values
     new bba14fe1ab Merge pull request #1329 from iuliana/fix/support-pull-policy

The 13710 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 software/base/README.adoc                          | 110 ++++++++++++++++++++
 .../brooklyn/tasks/kubectl/ContainerCommons.java   |   3 +
 .../tasks/kubectl/ContainerTaskFactory.java        |   4 +
 .../apache/brooklyn/tasks/kubectl/JobBuilder.java  | 113 +++++++++++++++++++--
 .../apache/brooklyn/tasks/kubectl/PullPolicy.java  |  22 ++--
 .../brooklyn/tasks/kubectl/DockerEffectorTest.java |   4 +
 .../brooklyn/tasks/kubectl/DockerSensorTest.java   |   1 +
 .../brooklyn/tasks/kubectl/DockerTaskTest.java     |  24 +++--
 .../brooklyn/tasks/kubectl/JobBuilderTest.java     |  19 ++++
 .../org/apache/brooklyn/kubectl/sample-both.yaml   |   2 +
 .../apache/brooklyn/kubectl/sample-effector.yaml   |   1 +
 11 files changed, 283 insertions(+), 20 deletions(-)
 create mode 100644 software/base/README.adoc
 copy utils/common/src/main/java/org/apache/brooklyn/util/internal/DoubleSystemProperty.java => software/base/src/main/java/org/apache/brooklyn/tasks/kubectl/PullPolicy.java (73%)