aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/Chart.yaml
blob: 637395fc2456370d93928a6930b5289d2a501928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018 AT&T
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: v1
description: ONAP Message Router
name: message-router
version: 8.0.0
hlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Verify LoopUI Test the render method 1`] = `
<styled.div
  id="main_div"
>
  <Route
    path="/uploadToscaPolicyModal"
    render={[Function]}
  />
  <Route
    path="/viewToscaPolicyModal"
    render={[Function]}
  />
  <Route
    path="/ViewLoopTemplatesModal"
    render={[Function]}
  />
  <Route
    path="/ManageDictionaries"
    render={[Function]}
  />
  <Route
    path="/operationalPolicyModal"
    render={[Function]}
  />
  <Route
    path="/policyModal/:policyInstanceType/:policyName"
    render={[Function]}
  />
  <Route
    path="/configurationPolicyModal/:policyName"
    render={[Function]}
  />
  <Route
    path="/createLoop"
    render={[Function]}
  />
  <Route
    path="/openLoop"
    render={[Function]}
  />
  <Route
    path="/loopProperties"
    render={[Function]}
  />
  <Route
    path="/modifyLoop"
    render={[Function]}
  />
  <Route
    path="/userInfo"
    render={[Function]}
  />
  <Route
    path="/closeLoop"
    render={[Function]}
  />
  <Route
    path="/submit"
    render={[Function]}
  />
  <Route
    path="/stop"
    render={[Function]}
  />
  <Route
    path="/restart"
    render={[Function]}
  />
  <Route
    path="/delete"
    render={[Function]}
  />
  <Route
    path="/undeploy"
    render={[Function]}
  />
  <Route
    path="/deploy"
    render={[Function]}
  />
  <Route
    path="/refreshStatus"
    render={[Function]}
  />
  <Route
    path="/logout"
    render={[Function]}
  />
  <GlobalStyleComponent />
  <Alert
    closeLabel="Close alert"
    dismissible={true}
    onClose={[Function]}
    show={false}
    transition={
      Object {
        "$$typeof": Symbol(react.forward_ref),
        "defaultProps": Object {
          "appear": false,
          "in": false,
          "mountOnEnter": false,
          "timeout": 300,
          "unmountOnExit": false,
        },
        "displayName": "Fade",
        "render": [Function],
      }
    }
    variant="danger"
  />
  <Navbar
    collapseOnSelect={false}
    expand={true}
    variant="light"
  >
    <NavbarBrand>
      <img
        alt=""
        height="50px"
        src={null}
        width="234px"
      />
      <styled.a>
        CLAMP
      </styled.a>
    </NavbarBrand>
    <NavbarToggle
      aria-controls="responsive-navbar-nav"
      label="Toggle navigation"
    />
    <MenuBar
      loopName="testLoopName"
    />
    <NavbarText>
      <styled.a>
        Signed in as: 
      </styled.a>
      <Styled(Link)
        to="/userInfo"
      >
        testUser
      </Styled(Link)>
      <Styled(Link)
        to="/logout/"
      >
         (logout)
      </Styled(Link)>
    </NavbarText>
  </Navbar>
  <styled.div>
    <styled.div>
      Loop Viewer - 
      testLoopName
    </styled.div>
    <styled.div>
      <withRouter(LoopViewSvg)
        loopCache={
          LoopCache {
            "loopJsonCache": Object {},
          }
        }
      />
      <LoopStatus
        loopCache={
          LoopCache {
            "loopJsonCache": Object {},
          }
        }
      />
      <LoopLogs
        loopCache={
          LoopCache {
            "loopJsonCache": Object {},
          }
        }
      />
    </styled.div>
  </styled.div>
</styled.div>
`;